Hello community,

here is the log from the commit of package bibtool for openSUSE:Factory checked 
in at 2016-02-08 09:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bibtool (Old)
 and      /work/SRC/openSUSE:Factory/.bibtool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bibtool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bibtool/bibtool.changes  2015-08-01 
11:34:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bibtool.new/bibtool.changes     2016-02-08 
09:48:46.000000000 +0100
@@ -1,0 +2,18 @@
+Sun Feb  7 13:56:50 UTC 2016 - [email protected]
+
+- Update to 2.36
+  * Combined rewrite and delete bug fixed.
+  * Minor improvements for the distribution.
+  * README renamed to README.md to comply with the conventions of 
+    the GitHub repository.
+
+-------------------------------------------------------------------
+Thu Nov 26 13:05:39 UTC 2015 - [email protected]
+
+- Update to 2.61
+  * New resource rename.field introduced to conditionally rename a 
+    field.
+  * Duplicate file doc/bibtool.tex in the distribution tar ball 
+    eliminated.
+
+-------------------------------------------------------------------

Old:
----
  BibTool-2.60.tar.gz
  BibTool-2.60.tar.gz.asc

New:
----
  BibTool-2.63.tar.gz
  BibTool-2.63.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bibtool.spec ++++++
--- /var/tmp/diff_new_pack.fnkBsz/_old  2016-02-08 09:48:46.000000000 +0100
+++ /var/tmp/diff_new_pack.fnkBsz/_new  2016-02-08 09:48:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bibtool
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           bibtool
-Version:        2.60
+Version:        2.63
 Release:        0
 Summary:        Tool for Manipulating BibTeX Databases
 License:        GPL-1.0+ and CC-BY-SA-3.0
@@ -33,6 +33,7 @@
 BuildRequires:  texlive-bibtex
 BuildRequires:  texlive-devel
 BuildRequires:  texlive-latex
+BuildRequires:  texlive-lm
 BuildRequires:  texlive-makeindex
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -56,10 +57,10 @@
 
 %build
 %configure
-make %{?_smp_mflags}
-ln -s makefile Makefile
-make %{?_smp_mflags} doc
-pdflatex Changes.tex
+make %{?_smp_mflags} all doc
+# avoid failure due to warning: LaTeX Font Warning: Some font shapes were
+# not available, defaults substituted.
+pdflatex -interaction=nonstopmode Changes.tex ||:
 mkdir examples
 sed 's|#!%{_prefix}/local/bin/tclsh|#!%{_bindir}/tclsh|' Tcl/bibtool.tcl \
     >examples/bibtool.tcl
@@ -67,18 +68,17 @@
     >examples/bibtool.pl
 
 %install
-make INSTALLPREFIX=%{buildroot} install
-make INSTALLPREFIX=%{buildroot} install-man
+make INSTALLPREFIX=%{buildroot} install install-man
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
-%attr(0644,root,root) %{_mandir}/man1/bibtool.1*
+%doc COPYING README.md
+%attr(0644,root,root) %{_mandir}/man1/bibtool.1%{ext_man}
 %{_bindir}/bibtool
 %{_libdir}/BibTool
 
 %files doc
 %defattr(-,root,root,-)
-%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf 
examples/
+%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf 
examples
 
 %changelog

++++++ BibTool-2.60.tar.gz -> BibTool-2.63.tar.gz ++++++
++++ 14439 lines of diff (skipped)

++++++ bibtool-use-system-regex.patch ++++++
--- /var/tmp/diff_new_pack.fnkBsz/_old  2016-02-08 09:48:47.000000000 +0100
+++ /var/tmp/diff_new_pack.fnkBsz/_new  2016-02-08 09:48:47.000000000 +0100
@@ -14,7 +14,7 @@
  
  # -------------------------------------------------------
  #  Kpathsea Library support.
-@@ -477,8 +477,8 @@ $(OFILES): $(MAKEFILE)
+@@ -476,8 +476,8 @@ $(OFILES): $(MAKEFILE)
  # __________________________________________________________________
  #  Targets from the GNU Regular Expression Library.
  
@@ -25,7 +25,7 @@
  
  
  bibtcl:
-@@ -512,7 +512,7 @@ Test:
+@@ -511,7 +511,7 @@ Test:
        (cd test; $(MAKE))
  
  libbib.a: $(OLIBFILES)



Reply via email to