[bibtex2html] Upstream 1.96 Fix FTBFS

Guido Grazioli guidograzioli at fedoraproject.org
Tue Jul 19 07:10:57 UTC 2011


commit 2f1f6332a5c693602bb3cc3d15961e0f01feb18d
Author: Guido Grazioli <guido.grazioli at gmail.com>
Date:   Tue Jul 19 09:10:45 2011 +0200

    Upstream 1.96
    Fix FTBFS

 .gitignore       |    1 +
 bibtex2html.spec |   12 +++++++++---
 sources          |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
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 <guido.grazioli at gmail.com> - 1.96-1
+- Upstream 1.96
+- Fix FTBFS
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list