[mingw-srvany] Update to 20150115.

Richard W.M. Jones rjones at fedoraproject.org
Wed Mar 4 14:02:05 UTC 2015


commit 2aae7a4eb5a6bdb2dc7f1316a871b3e00abef697
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 4 13:48:19 2015 +0000

    Update to 20150115.
    
    - Includes fix for out of bounds array read (RHBZ#1187226).
    - Set macros so we only build the 32 bit target.

 mingw-srvany.spec | 17 +++++++++++++----
 sources           |  2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/mingw-srvany.spec b/mingw-srvany.spec
index a2da1ec..b117428 100644
--- a/mingw-srvany.spec
+++ b/mingw-srvany.spec
@@ -1,12 +1,16 @@
 %{?mingw_package_header}
 
-%global gitdate 20131118
-%global commit 5774c46c67858b2aad503628b4e1ece6d5aad562
-%global shortcommit 5774c46c
+# Only build the 32 bit package.
+%global mingw_build_win32 1
+%global mingw_build_win64 0
+
+%global gitdate 20150115
+%global commit fd659e77cdd9da484fdc9dcbe0605c62ec26fa30
+%global shortcommit fd659e77
 
 Name:		mingw-srvany
 Version:	1.0
-Release:	14.%{gitdate}git%{shortcommit}%{?dist}
+Release:	15.%{gitdate}git%{shortcommit}%{?dist}
 Summary:	Utility for creating services for Windows
 
 License:	GPLv2+
@@ -60,6 +64,11 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Wed Mar  4 2015 Richard W.M. Jones <rjones at redhat.com> - 1.0-15
+- Update to 20150115.
+- Includes fix for out of bounds array read (RHBZ#1187226).
+- Set macros so we only build the 32 bit target.
+
 * Tue Jul  8 2014 Richard W.M. Jones <rjones at redhat.com> - 1.0-14
 - Various packaging fixes (RHBZ#1117291).
 - Put git version into release tag.
diff --git a/sources b/sources
index dc08114..7f3756f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e5092187fc11a9c198fd7d4afd9003a  rhsrvany-5774c46c67858b2aad503628b4e1ece6d5aad562.tar.gz
+d0ee1711bd02745921f7c8f916d542a4  rhsrvany-fd659e77cdd9da484fdc9dcbe0605c62ec26fa30.tar.gz


More information about the scm-commits mailing list