parent
983e7fb78c
commit
cb7c671e40
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,3 +4,6 @@ byacc-20100216.tgz
|
|||||||
/byacc-20100610.tgz
|
/byacc-20100610.tgz
|
||||||
byacc-20*/
|
byacc-20*/
|
||||||
/byacc-20101127.tgz
|
/byacc-20101127.tgz
|
||||||
|
/byacc-20101229.tgz
|
||||||
|
*.rpm
|
||||||
|
.*.log
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define byaccdate 20101127
|
%define byaccdate 20101229
|
||||||
|
|
||||||
Summary: Berkeley Yacc, a parser generator
|
Summary: Berkeley Yacc, a parser generator
|
||||||
Name: byacc
|
Name: byacc
|
||||||
@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/byacc.1*
|
%{_mandir}/man1/byacc.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 3 2011 Petr Machata <pmachata@redhat.com> - 1.9.20101229-1
|
||||||
|
- Rebase to 20101229
|
||||||
|
- Resolves: #665985
|
||||||
|
|
||||||
* Mon Dec 6 2010 Petr Machata <pmachata@redhat.com> - 1.9.20101127-1
|
* Mon Dec 6 2010 Petr Machata <pmachata@redhat.com> - 1.9.20101127-1
|
||||||
- Rebase to 20101127
|
- Rebase to 20101127
|
||||||
- Resolves: #659010
|
- Resolves: #659010
|
||||||
|
Loading…
Reference in New Issue
Block a user