Rebase to 20141128.
This commit is contained in:
Patsy Franklin 2015-03-02 00:03:15 -05:00
parent 49504f9e33
commit a0a425399f
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ byacc-20*/
/byacc-20120115.tgz
/byacc-20130304.tgz
/byacc-20130925.tgz
/byacc-20141128.tgz

View File

@ -1,9 +1,9 @@
%define byaccdate 20130925
%define byaccdate 20141128
Summary: Berkeley Yacc, a parser generator
Name: byacc
Version: 1.9.%{byaccdate}
Release: 4%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Development/Tools
URL: http://invisible-island.net/byacc/byacc.html
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/byacc.1*
%changelog
* Mon Mar 02 2015 Patsy Franklin <pfrankli@redhat.com> - 1.9.20141128-1
- Rebase to 20141128
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.20130925-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
@ -134,12 +137,12 @@ rm -rf $RPM_BUILD_ROOT
- Update to the 20070509 release.
- Related: #225632
* Fri Sep 12 2007 Matthias Saou <http://freshrpms.net/> 1.9.20050813-2
* Wed Sep 12 2007 Matthias Saou <http://freshrpms.net/> 1.9.20050813-2
- Update summary.
- Remove useless doc copying in install section.
- Add NOTES and NO_WARRANTY docs.
* Thu Feb 2 2007 Petr Machata <pmachata@redhat.com> - 1.9.20050813-1
* Fri Feb 2 2007 Petr Machata <pmachata@redhat.com> - 1.9.20050813-1
- Thomas Dickey's 20050813 version of byacc:
- own build system (linux patch reverted)
- use tmpfile (security patch reverted)

View File

@ -1 +1 @@
265f74058b923d7d9ddd1bd82f05a42e byacc-20130925.tgz
acb0ff0fb6cc414a6b50c799794b2425 byacc-20141128.tgz