[bison] Rebase to 2.6.1

Petr Machata pmachata at fedoraproject.org
Tue Jul 31 10:03:20 UTC 2012


commit 7cbe3912ed2e92f36cb745c1f49c2cad1728bf91
Author: Petr Machata <pmachata at redhat.com>
Date:   Tue Jul 31 12:02:47 2012 +0200

    Rebase to 2.6.1

 .gitignore                     |    1 +
 bison-2.4.2-drop-test-67.patch |   51 ----------------------------------------
 bison.spec                     |   17 ++++++++-----
 sources                        |    2 +-
 4 files changed, 12 insertions(+), 59 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adfe5c3..55ddef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ bison-2.4.2.tar.bz2
 bison-2.4.3.tar.bz2
 bison-*/
 /bison-2.5.tar.bz2
+/bison-2.6.1.tar.xz
diff --git a/bison.spec b/bison.spec
index c3638e1..72a6970 100644
--- a/bison.spec
+++ b/bison.spec
@@ -1,13 +1,12 @@
 Summary: A GNU general-purpose parser generator
 Name: bison
-Version: 2.5
-Release: 5%{?dist}
+Version: 2.6.1
+Release: 1%{?dist}
 License: GPLv3+
 Group: Development/Tools
-Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
+Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
 
-# testsuite patch and a dependency
-Patch0: bison-2.4.2-drop-test-67.patch
+# testsuite dependency
 BuildRequires: autoconf
 
 URL: http://www.gnu.org/software/bison/
@@ -73,7 +72,6 @@ Bison manual section for more information.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -113,7 +111,7 @@ fi
 # when the target parser file is generated.
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO COPYING
+%doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING
 %{_mandir}/*/bison*
 %{_datadir}/bison
 %{_infodir}/bison.info*
@@ -132,6 +130,11 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jul 31 2012 Petr Machata <pmachata at redhat.com> - 2.6.1-1
+- Rebase to 2.6.1
+  - Drop bison-2.4.2-drop-test-67.patch
+- Resolves: #829028
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 58156b6..6fc0e84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9dba20116b13fc61a0846b0058fbe004  bison-2.5.tar.bz2
+1fc1b9bc689e7fc5622d32c93cce746f  bison-2.6.1.tar.xz


More information about the scm-commits mailing list