diff --git a/.gitignore b/.gitignore index 88d2f68..4f0a764 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ byacc-20*/ /byacc-20101229.tgz *.rpm .*.log +/byacc-20110908.tgz diff --git a/byacc.spec b/byacc.spec index ea19f50..1ace95c 100644 --- a/byacc.spec +++ b/byacc.spec @@ -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 - 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 - 1.9.20101229-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 58202f6..9988dc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e359702cda080c15f656a244aab132e5 byacc-20101229.tgz +5665ee1f2ca482d57eef9591a2fe4768 byacc-20110908.tgz