- 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
This commit is contained in:
Guido Berhoerster 2014-08-26 07:40:34 +00:00 committed by Git OBS Bridge
parent c5377b9f39
commit 2d4beeb5d6
4 changed files with 21 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc55764ef74eb996f2e38d743ba51d2276339e8aa3a0290d1079ea7d805aa53e
size 744838

3
BibTool-2.57.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2c77f1a22b191831ed6282841fdb01d9d800befe74cc668d04bc65b9c77ebc
size 749797

View File

@ -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 Sat Aug 18 22:25:58 UTC 2012 - gber@opensuse.org

View File

@ -17,21 +17,19 @@
# #
Name: bibtool Name: bibtool
Version: 2.55 Version: 2.57
Release: 1 Release: 1
License: GPL-1.0+ License: GPL-1.0+
Summary: Tool for Manipulating BibTeX Databases 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 Group: Productivity/Publishing/TeX/Utilities
Source: BibTool-%{version}.tar.gz Source: BibTool-%{version}.tar.gz
Patch1: bibtool-use-system-regex.patch Patch1: bibtool-use-system-regex.patch
BuildRequires: texlive-latex BuildRequires: texlive-latex
BuildRequires: texlive-devel BuildRequires: texlive-devel
%if 0%{?suse_version} > 1220
BuildRequires: texlive-amsfonts BuildRequires: texlive-amsfonts
BuildRequires: texlive-makeindex BuildRequires: texlive-makeindex
BuildRequires: texlive-bibtex BuildRequires: texlive-bibtex
%endif
BuildRequires: automake BuildRequires: automake
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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. BibTeX files which goes beyond the possibilities - and intentions - of BibTeX.
%package doc %package doc
License: GPL-1.0+
Summary: Documentation for bibtool Summary: Documentation for bibtool
Group: Documentation/Other Group: Documentation/Other
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -55,7 +52,6 @@ This package contains the documentation for bibtool.
%patch1 -p1 %patch1 -p1
%build %build
autoreconf -fi
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
ln -s makefile Makefile 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
make INSTALLPREFIX=%{buildroot} install-man make INSTALLPREFIX=%{buildroot} install-man
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING README %doc COPYING README
%doc %attr(0644,root,root) %{_mandir}/man1/bibtool.1* %attr(0644,root,root) %{_mandir}/man1/bibtool.1*
%{_bindir}/bibtool %{_bindir}/bibtool
%{_libdir}/BibTool %{_libdir}/BibTool
%files doc %files doc
%defattr(-,root,root,-) %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 %changelog