diff --git a/.gitignore b/.gitignore index ee6e20b..1b9fcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ bibtex2html-1.95.tar.gz +/bibtex2html-1.96.tar.gz diff --git a/bibtex2html.spec b/bibtex2html.spec index eaf7b51..b221489 100644 --- a/bibtex2html.spec +++ b/bibtex2html.spec @@ -3,8 +3,8 @@ %global debug_package %{nil} Name: bibtex2html -Version: 1.95 -Release: 2%{?dist} +Version: 1.96 +Release: 1%{?dist} Summary: Collection of tools for translating from BibTeX to HTML Group: Applications/Publishing @@ -27,7 +27,8 @@ a bibliography in HTML format. %prep %setup -q -for file in CHANGES ; do +sed -i 's/-cclib -lstr//' Makefile.in +for file in CHANGES README ; do mv $file timestamp && \ iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp && \ touch -r timestamp $file && \ @@ -53,7 +54,12 @@ rm -rf %{buildroot} %{_mandir}/man1/*.1.gz %{_bindir}/* + %changelog +* Tue Jul 19 2011 Guido Grazioli - 1.96-1 +- Upstream 1.96 +- Fix FTBFS + * Mon Feb 07 2011 Fedora Release Engineering - 1.95-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index a91777f..807043b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4a72b1600d5e478ffcbc04dc261aabe bibtex2html-1.95.tar.gz +cd63fcb95043a3677377b87f30bef7d4 bibtex2html-1.96.tar.gz