Rebase to 20110908
This commit is contained in:
parent
44b7fe8ff3
commit
65524f4b66
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ byacc-20*/
|
|||||||
/byacc-20101229.tgz
|
/byacc-20101229.tgz
|
||||||
*.rpm
|
*.rpm
|
||||||
.*.log
|
.*.log
|
||||||
|
/byacc-20110908.tgz
|
||||||
|
10
byacc.spec
10
byacc.spec
@ -1,9 +1,9 @@
|
|||||||
%define byaccdate 20101229
|
%define byaccdate 20110908
|
||||||
|
|
||||||
Summary: Berkeley Yacc, a parser generator
|
Summary: Berkeley Yacc, a parser generator
|
||||||
Name: byacc
|
Name: byacc
|
||||||
Version: 1.9.%{byaccdate}
|
Version: 1.9.%{byaccdate}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://invisible-island.net/byacc/byacc.html
|
URL: http://invisible-island.net/byacc/byacc.html
|
||||||
@ -50,6 +50,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/byacc.1*
|
%{_mandir}/man1/byacc.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user