Rebase to 20110908

This commit is contained in:
Petr Machata 2011-09-29 20:17:46 +02:00
parent 44b7fe8ff3
commit 65524f4b66
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ byacc-20*/
/byacc-20101229.tgz
*.rpm
.*.log
/byacc-20110908.tgz

View File

@ -1,9 +1,9 @@
%define byaccdate 20101229
%define byaccdate 20110908
Summary: Berkeley Yacc, a parser generator
Name: byacc
Version: 1.9.%{byaccdate}
Release: 2%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Development/Tools
URL: http://invisible-island.net/byacc/byacc.html
@ -50,6 +50,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/byacc.1*
%changelog
* Thu Sep 29 2011 Petr Machata <pmachata@redhat.com> - 1.9.20110908-1
- Rebase to 20110908
- add "-i" option.
- add error-check in reader.c
- Resolves: #736627
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.20101229-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
e359702cda080c15f656a244aab132e5 byacc-20101229.tgz
5665ee1f2ca482d57eef9591a2fe4768 byacc-20110908.tgz