From cb7c671e405d41ce21d84a1c548b0e8e5d5c3a34 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 3 Jan 2011 10:36:05 +0100 Subject: [PATCH] Rebase to 20101229 - Resolves: #665985 - And add bits to .gitignore --- .gitignore | 3 +++ byacc.spec | 6 +++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 802b879..88d2f68 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ byacc-20100216.tgz /byacc-20100610.tgz byacc-20*/ /byacc-20101127.tgz +/byacc-20101229.tgz +*.rpm +.*.log diff --git a/byacc.spec b/byacc.spec index 2a4c889..ecb3580 100644 --- a/byacc.spec +++ b/byacc.spec @@ -1,4 +1,4 @@ -%define byaccdate 20101127 +%define byaccdate 20101229 Summary: Berkeley Yacc, a parser generator Name: byacc @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/byacc.1* %changelog +* Mon Jan 3 2011 Petr Machata - 1.9.20101229-1 +- Rebase to 20101229 +- Resolves: #665985 + * Mon Dec 6 2010 Petr Machata - 1.9.20101127-1 - Rebase to 20101127 - Resolves: #659010 diff --git a/sources b/sources index 2b129ac..58202f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5931a27e43102dc868745bf4dce91fb4 byacc-20101127.tgz +e359702cda080c15f656a244aab132e5 byacc-20101229.tgz