Hello community,

here is the log from the commit of package pybliographer for openSUSE:Factory 
checked in at 2013-09-11 15:46:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pybliographer (Old)
 and      /work/SRC/openSUSE:Factory/.pybliographer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pybliographer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pybliographer/pybliographer.changes      
2012-08-31 09:59:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pybliographer.new/pybliographer.changes 
2013-09-11 15:46:38.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Sep  9 17:51:51 UTC 2013 - [email protected]
+
+- update to 1.2.16
+  * renamed command-line scripts
+  * updated translations
+  * switch to xz compression
+- updated patches to reflect renamed scripts
+
+-------------------------------------------------------------------
+Wed Jul 17 10:51:53 UTC 2013 - [email protected]
+
+- update to 1.2.15
+  * converted docs to Mallard format
+  * gnome cosmetic fixes
+  * DateError bug fixed
+  * updated translations
+  * requires pygtk >= 2.14.0
+- fixed build with automake 1.13 (pybliographer-1.2.15-automake113.patch)
+- added requirement for gnome-doc-utils-devel
+
+-------------------------------------------------------------------

Old:
----
  pybliographer-1.2.13.tar.gz

New:
----
  pybliographer-1.2.16-automake113.patch
  pybliographer-1.2.16.tar.xz

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

Other differences:
------------------
++++++ pybliographer.spec ++++++
--- /var/tmp/diff_new_pack.mfhAp7/_old  2013-09-11 15:46:39.000000000 +0200
+++ /var/tmp/diff_new_pack.mfhAp7/_new  2013-09-11 15:46:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pybliographer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 Name:           pybliographer
+BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  libtool
 BuildRequires:  python-bibtex
 BuildRequires:  python-devel
@@ -24,16 +25,21 @@
 BuildRequires:  scrollkeeper
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+%if 0%{suse_version} < 1200
+BuildRequires:  xz
+%endif
+
 Summary:        A Tool for Bibliographic Databases
 License:        GPL-2.0+
 Group:          Productivity/Publishing/Other
-Version:        1.2.13
+Version:        1.2.16
 Release:        0
-Source:         
http://ftp1.sourceforge.net/sourceforge/pybliographer/pybliographer-%{version}.tar.gz
+Source:         
http://freefr.dl.sourceforge.net/project/pybliographer/Sources%20-%201.2/%{version}/pybliographer-%{version}.tar.xz
 Patch0:         pybliographer-1.1.93-destdir.patch
 Patch1:         pybliographer-1.2.1-check.patch
 # PATCH-FIX-UPSTREAM pybliographer-pot.patch [email protected] -- Fixed pot file 
generation.
 Patch2:         pybliographer-pot.patch
+Patch3:         pybliographer-1.2.16-automake113.patch
 Requires:       python-bibtex >= 1.2.2
 Requires:       python-gnome
 Requires:       python-gtk >= 2.4.0
@@ -54,13 +60,9 @@
 currently supports the following formats:
 
 * BibTeX (quite complete)
-
 * Medline (read-only)
-
 * Ovid files (from ovid.com)
-
 * Refer and EndNote (read only)
-
 * SGML DocBook (write only)
 
 Pybliographer can be used for searching, editing, reformatting, etc. In
@@ -77,7 +79,9 @@
 %patch2
 translation-update-upstream
 %patch0
-%patch1 -p 1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 libtoolize --force
@@ -111,8 +115,6 @@
 %doc %{_datadir}/gnome/help/pybliographer
 %dir %{_datadir}/mime-info
 %{_datadir}/mime-info/pybliographic.*
-%dir %{_datadir}/omf/pybliographer
-%{_datadir}/omf/pybliographer/pybliographer-C.omf
 %{_datadir}/pixmaps/pybliographic*
 %{_datadir}/pybliographer
 

++++++ pybliographer-1.2.16-automake113.patch ++++++
Index: pybliographer-1.2.15/tests/Makefile.am
===================================================================
--- pybliographer-1.2.15.orig/tests/Makefile.am 2010-02-13 23:24:55.000000000 
+0100
+++ pybliographer-1.2.15/tests/Makefile.am      2013-07-17 12:31:31.978522693 
+0200
@@ -21,15 +21,15 @@
 
 
 TESTS = \
-       $(srcdir)/import-export \
-       $(srcdir)/test-pybliocheck \
-       $(srcdir)/convert       \
-       $(srcdir)/pyblioformat  \
-       $(srcdir)/pybliotex     \
-       $(srcdir)/compact       \
-       $(srcdir)/format        \
-       $(srcdir)/format2       \
-       $(srcdir)/pybliotext
+       src/import-export \
+       src/test-pybliocheck \
+       src/convert     \
+       src/pyblioformat        \
+       src/pybliotex   \
+       src/compact     \
+       src/format      \
+       src/format2     \
+       src/pybliotext
 
 EXTRA_DIST =  \
        bibtex.bib              \
++++++ pybliographer-pot.patch ++++++
--- /var/tmp/diff_new_pack.mfhAp7/_old  2013-09-11 15:46:39.000000000 +0200
+++ /var/tmp/diff_new_pack.mfhAp7/_new  2013-09-11 15:46:39.000000000 +0200
@@ -83,13 +83,13 @@
 +Pyblio/version.py.in
 +pybliographer.py
 +pybliographic.desktop.in
-+scripts/pybcheck.py
-+scripts/pybcompact.py
-+scripts/pybconvert.py
-+scripts/pybformat.py
++scripts/pybliocheck.py
++scripts/pybliocompact.py
++scripts/pyblioconvert.py
++scripts/pyblioformat.py
 +scripts/pybliographic.py
-+scripts/pybtex.py
-+scripts/pybtext.py
++scripts/pybliotex.py
++scripts/pybliotext.py
 Index: po/POTFILES.skip
 ===================================================================
 --- /dev/null

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to