diff --git a/.gitignore b/.gitignore index 0b3bdd4..3b161c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /openfst-1.5.1.tar.gz /openfst-1.5.2.tar.gz /openfst-1.5.3.tar.gz +/openfst-1.5.4.tar.gz diff --git a/openfst.spec b/openfst.spec index 12b5f3d..c7a83a9 100644 --- a/openfst.spec +++ b/openfst.spec @@ -1,6 +1,6 @@ Name: openfst -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: Weighted finite-state transducer library License: ASL 2.0 @@ -113,7 +113,7 @@ done mkdir -p %{buildroot}%{_mandir}/man1 cd man for f in *.1; do - sed -e "s/@VERSION@/%{version}/" -e "s/@DATE@/June 2012/" $f > \ + sed -e "s/@VERSION@/%{version}/" -e "s/@DATE@/August 2016/" $f > \ %{buildroot}%{_mandir}/man1/$f touch -r $f %{buildroot}%{_mandir}/man1/$f done @@ -144,6 +144,9 @@ cd .. %{python2_sitearch}/pywrapfst.so %changelog +* Mon Aug 29 2016 Jerry James - 1.5.4-1 +- New upstream version + * Tue Jul 19 2016 Fedora Release Engineering - 1.5.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 5ded5aa..f35b288 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -7f0d51c32acf46f821200b024074835f openfst-1.5.3.tar.gz +e52bd59ec9d9edde0c1268a382662741 openfst-1.5.4.tar.gz 8d00d1158f75d072f37b849e26724e4e openfst-man.tar.xz