Browse code

Updating to version 1.0.4

Change-Id: Ie34cf6f8d22a44943a7c204d4b0ae41770c5d6f6
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3733
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Kumar Kaushik <kaushikk@vmware.com>

Kumar Kaushik authored on 2017/09/12 04:29:05
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.3
3
+Version:       1.0.4
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=b4ad447d34e44f989eef18d924d5d1a8c3a4b528
15
+%define sha1   c-rest-engine=3b2e8e421f1d3d2a3932502f24c5064c993e0ad0
16 16
 
17 17
 %description
18 18
 c-rest-engine is a minimal embedded http(s) server written in C.
... ...
@@ -62,6 +62,8 @@ find %{buildroot} -name '*.la' -delete
62 62
 # %doc ChangeLog README COPYING
63 63
 
64 64
 %changelog
65
+*  Mon Sep 11 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.4-1
66
+-  Updating to version 1.0.4.
65 67
 *  Fri Jul 21 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.3-1
66 68
 -  Updating version to 1.0.3, API for setting SSL info.
67 69
 *  Tue Jun 20 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.2-1