Hello community,

here is the log from the commit of package python-djvulibre for 
openSUSE:Factory checked in at 2016-05-23 16:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djvulibre (Old)
 and      /work/SRC/openSUSE:Factory/.python-djvulibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-djvulibre"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes        
2016-03-26 18:12:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-djvulibre.new/python-djvulibre.changes   
2016-05-23 16:39:55.000000000 +0200
@@ -1,0 +2,8 @@
+Fri May 20 09:09:01 UTC 2016 - [email protected]
+
+- Update to 0.7.2.
+  * Fix compatibility with Cython 0.24.
+  * Fix typo in the documentation.
+- Correct the source URL.
+
+-------------------------------------------------------------------

Old:
----
  python-djvulibre-0.7.1.tar.gz
  python-djvulibre-0.7.1.tar.gz.asc

New:
----
  python-djvulibre-0.7.2.tar.gz
  python-djvulibre-0.7.2.tar.gz.asc

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

Other differences:
------------------
++++++ python-djvulibre.spec ++++++
--- /var/tmp/diff_new_pack.D2If79/_old  2016-05-23 16:39:56.000000000 +0200
+++ /var/tmp/diff_new_pack.D2If79/_new  2016-05-23 16:39:57.000000000 +0200
@@ -17,18 +17,18 @@
 
 
 Name:           python-djvulibre
-Version:        0.7.1
+Version:        0.7.2
 Release:        0
 Summary:        Python Support for the DjVu Image Format
 License:        GPL-2.0
 Group:          Development/Libraries/Python
 Url:            http://jwilk.net/software/python-djvulibre
-Source0:        
http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz
-Source1:        
http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz.asc
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz
+Source1:        
https://files.pythonhosted.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python-Cython >= 0.19
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel >= 2.6

++++++ python-djvulibre-0.7.1.tar.gz -> python-djvulibre-0.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/PKG-INFO 
new/python-djvulibre-0.7.2/PKG-INFO
--- old/python-djvulibre-0.7.1/PKG-INFO 2016-03-11 22:34:27.000000000 +0100
+++ new/python-djvulibre-0.7.2/PKG-INFO 2016-05-12 14:18:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.7.1
+Version: 0.7.2
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/djvu/decode.pyx 
new/python-djvulibre-0.7.2/djvu/decode.pyx
--- old/python-djvulibre-0.7.1/djvu/decode.pyx  2016-03-11 21:52:23.000000000 
+0100
+++ new/python-djvulibre-0.7.2/djvu/decode.pyx  2016-05-12 00:11:53.000000000 
+0200
@@ -1041,7 +1041,7 @@
         The following values are possible:
         * DOCUMENT_TYPE_UNKNOWN;
         * DOCUMENT_TYPE_SINGLE_PAGE: single-page document;
-        * DOCUMENT_TYPE_BUNDLED: bundled mutli-page document;
+        * DOCUMENT_TYPE_BUNDLED: bundled multi-page document;
         * DOCUMENT_TYPE_INDIRECT: indirect multi-page document;
         * (obsolete) DOCUMENT_TYPE_OLD_BUNDLED,
         * (obsolete) DOCUMENT_TYPE_OLD_INDEXED.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/doc/changelog 
new/python-djvulibre-0.7.2/doc/changelog
--- old/python-djvulibre-0.7.1/doc/changelog    2016-03-11 22:09:02.000000000 
+0100
+++ new/python-djvulibre-0.7.2/doc/changelog    2016-05-12 14:07:15.000000000 
+0200
@@ -1,3 +1,10 @@
+python-djvulibre (0.7.2) unstable; urgency=low
+
+  * Fix compatibility with Cython 0.24.
+  * Fix typo in the documentation.
+
+ -- Jakub Wilk <[email protected]>  Thu, 12 May 2016 14:07:13 +0200
+
 python-djvulibre (0.7.1) unstable; urgency=low
 
   * Update URL for “actual and proposed changes to the DjVu format”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-djvulibre-0.7.1/python_djvulibre.egg-info/PKG-INFO 
new/python-djvulibre-0.7.2/python_djvulibre.egg-info/PKG-INFO
--- old/python-djvulibre-0.7.1/python_djvulibre.egg-info/PKG-INFO       
2016-03-11 22:34:27.000000000 +0100
+++ new/python-djvulibre-0.7.2/python_djvulibre.egg-info/PKG-INFO       
2016-05-12 14:18:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.7.1
+Version: 0.7.2
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/setup.py 
new/python-djvulibre-0.7.2/setup.py
--- old/python-djvulibre-0.7.1/setup.py 2015-11-23 13:38:24.000000000 +0100
+++ new/python-djvulibre-0.7.2/setup.py 2016-05-12 10:51:20.000000000 +0200
@@ -168,7 +168,7 @@
             raise RuntimeError('DjVuLibre >= 3.5.21 is required')
         new_config = [
             'DEF PY3K = {0}'.format(sys.version_info >= (3, 0)),
-            'DEF PYTHON_DJVULIBRE_VERSION = "{0}"'.format(py_version),
+            'DEF PYTHON_DJVULIBRE_VERSION = b"{0}"'.format(py_version),
             'DEF HAVE_MINIEXP_IO_T = {0}'.format(djvulibre_version >= 
'3.5.26'),
             'DEF HAVE_LANGINFO_H = {0}'.format(os.name == 'posix' and not 
mingw32cross),
         ]


Reply via email to