From 2aae7a4eb5a6bdb2dc7f1316a871b3e00abef697 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 4 Mar 2015 13:48:19 +0000 Subject: [PATCH] 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 - 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 - 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