This commit is contained in:
Dennis Gilmore 2015-06-17 20:38:08 +00:00
parent 2aae7a4eb5
commit 8d77c2a194
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Name: mingw-srvany
Version: 1.0
Release: 15.%{gitdate}git%{shortcommit}%{?dist}
Release: 16.%{gitdate}git%{shortcommit}%{?dist}
Summary: Utility for creating services for Windows
License: GPLv2+
@ -64,6 +64,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-16.20150115gitfd659e77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* 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).