Update to 20150115.
- Includes fix for out of bounds array read (RHBZ#1187226). - Set macros so we only build the 32 bit target.
This commit is contained in:
parent
6cc1efd91f
commit
2aae7a4eb5
@ -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@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@redhat.com> - 1.0-14
|
||||
- Various packaging fixes (RHBZ#1117291).
|
||||
- Put git version into release tag.
|
||||
|
Loading…
Reference in New Issue
Block a user