diff --git a/.gitignore b/.gitignore index 1fc8969..45f963b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ bison-*/ /bison-2.6.4.tar.xz /bison-2.7.tar.xz /bison-3.0.2.tar.xz +/bison-3.0.4.tar.xz diff --git a/bison.spec b/bison.spec index 83c19ec..6093579 100644 --- a/bison.spec +++ b/bison.spec @@ -1,7 +1,7 @@ Summary: A GNU general-purpose parser generator Name: bison -Version: 3.0.2 -Release: 3%{?dist} +Version: 3.0.4 +Release: 1%{?dist} License: GPLv3+ Group: Development/Tools Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz @@ -137,6 +137,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 02 2015 Patsy Franklin - 2.0.4-1 +- Rebase to 3.0.4. + * Fri Aug 15 2014 Fedora Release Engineering - 3.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index df0039e..b7e3f5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -146be9ff9fbd27497f0bf2286a5a2082 bison-3.0.2.tar.xz +c342201de104cc9ce0a21e0ad10d4021 bison-3.0.4.tar.xz