From 2d4beeb5d6c626d4ae6622c796a19c89a7d9eb6c804d665b87dd416fd808fb49 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Tue, 26 Aug 2014 07:40:34 +0000 Subject: [PATCH] - update to version 2.57 - Segfault in deTeX fixed. - Compiler warnings silenced. - Disambiguating numbers adapted to fit to documentation. - Configuration of regex fixed to work on Linux. - Documentation typos fixed. - Signed characters fro translation tables changed to unsigned. - Autoconf configuration improved. - fix URL - remove support for < 12.3 OBS-URL: https://build.opensuse.org/package/show/Publishing/bibtool?expand=0&rev=6 --- BibTool-2.55.tar.gz | 3 --- BibTool-2.57.tar.gz | 3 +++ bibtool.changes | 14 ++++++++++++++ bibtool.spec | 15 ++++----------- 4 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 BibTool-2.55.tar.gz create mode 100644 BibTool-2.57.tar.gz diff --git a/BibTool-2.55.tar.gz b/BibTool-2.55.tar.gz deleted file mode 100644 index 25a8080..0000000 --- a/BibTool-2.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc55764ef74eb996f2e38d743ba51d2276339e8aa3a0290d1079ea7d805aa53e -size 744838 diff --git a/BibTool-2.57.tar.gz b/BibTool-2.57.tar.gz new file mode 100644 index 0000000..0182279 --- /dev/null +++ b/BibTool-2.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2c77f1a22b191831ed6282841fdb01d9d800befe74cc668d04bc65b9c77ebc +size 749797 diff --git a/bibtool.changes b/bibtool.changes index c6d8903..b07084c 100644 --- a/bibtool.changes +++ b/bibtool.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 26 07:33:37 UTC 2014 - gber@opensuse.org + +- update to version 2.57 + - Segfault in deTeX fixed. + - Compiler warnings silenced. + - Disambiguating numbers adapted to fit to documentation. + - Configuration of regex fixed to work on Linux. + - Documentation typos fixed. + - Signed characters fro translation tables changed to unsigned. + - Autoconf configuration improved. +- fix URL +- remove support for < 12.3 + ------------------------------------------------------------------- Sat Aug 18 22:25:58 UTC 2012 - gber@opensuse.org diff --git a/bibtool.spec b/bibtool.spec index 0ad8d1c..c3989d9 100644 --- a/bibtool.spec +++ b/bibtool.spec @@ -17,21 +17,19 @@ # Name: bibtool -Version: 2.55 +Version: 2.57 Release: 1 License: GPL-1.0+ Summary: Tool for Manipulating BibTeX Databases -Url: http://bibtool.sarovar.org/ +Url: http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html Group: Productivity/Publishing/TeX/Utilities Source: BibTool-%{version}.tar.gz Patch1: bibtool-use-system-regex.patch BuildRequires: texlive-latex BuildRequires: texlive-devel -%if 0%{?suse_version} > 1220 BuildRequires: texlive-amsfonts BuildRequires: texlive-makeindex BuildRequires: texlive-bibtex -%endif BuildRequires: automake BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,7 +39,6 @@ integrate citations into LaTeX documents. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities - and intentions - of BibTeX. %package doc -License: GPL-1.0+ Summary: Documentation for bibtool Group: Documentation/Other Requires: %{name} = %{version} @@ -55,7 +52,6 @@ This package contains the documentation for bibtool. %patch1 -p1 %build -autoreconf -fi %configure make %{?_smp_mflags} ln -s makefile Makefile @@ -71,18 +67,15 @@ sed 's|#!/usr/local/bin/perl|#!/usr/bin/perl|' Perl/bibtool.pl \ make INSTALLPREFIX=%{buildroot} install make INSTALLPREFIX=%{buildroot} install-man -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc COPYING README -%doc %attr(0644,root,root) %{_mandir}/man1/bibtool.1* +%attr(0644,root,root) %{_mandir}/man1/bibtool.1* %{_bindir}/bibtool %{_libdir}/BibTool %files doc %defattr(-,root,root,-) -%doc COPYING Doc/bibtool.pdf Doc/ref_card.pdf Changes.pdf examples/ +%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf examples/ %changelog