Browse code

Updating c-rest-engine to 1.0.1

Change-Id: I82834269ef0b8f9bd966527bfdc31f378e721136
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2761
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

Kumar Kaushik authored on 2017/05/24 08:46:06
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Name:          c-rest-engine
2 2
 Summary:       minimal http(s) server library
3
-Version:       1.0.0
3
+Version:       1.0.1
4 4
 Release:       1%{?dist}
5 5
 Group:         Applications/System
6 6
 Vendor:        VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Requires:      openssl >= 1.0.1
12 12
 BuildRequires: coreutils >= 8.22
13 13
 BuildRequires: openssl-devel >= 1.0.1
14 14
 Source0:       %{name}-%{version}.tar.gz
15
-%define sha1   c-rest-engine=49c8c4c701650bf435307e2e5cbc72d723abbded
15
+%define sha1   c-rest-engine=a67d655cc7ba0c2f29cde3517eb105ecb7e57cd7
16 16
 
17 17
 %description
18 18
 c-rest-engine is a minimal embedded http(s) server written in C.
... ...
@@ -62,5 +62,7 @@ find %{buildroot} -name '*.la' -delete
62 62
 # %doc ChangeLog README COPYING
63 63
 
64 64
 %changelog
65
+*  Tue May 18 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.1-1
66
+-  Updating version to 1.0.1
65 67
 *  Thu May 04 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.0-1
66 68
 -  Initial build.  First version