Hello community,

here is the log from the commit of package zbar for openSUSE:Factory checked in 
at 2019-07-22 12:14:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zbar (Old)
 and      /work/SRC/openSUSE:Factory/.zbar.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zbar"

Mon Jul 22 12:14:49 2019 rev:11 rq:713708 version:0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/zbar/zbar.changes        2019-04-03 
09:23:31.707688952 +0200
+++ /work/SRC/openSUSE:Factory/.zbar.new.4126/zbar.changes      2019-07-22 
12:14:50.771753304 +0200
@@ -1,0 +2,14 @@
+Sat Jul  6 10:07:41 UTC 2019 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Update to version 0.23:
+  * Support for Gtk3 (backward support with Gtk2 will be maintained.
+  * Support for Python 3 (backward support with Python2 will be maintained);
+  * Support for ZBar Gtk GObject Introspection (GIR). That allows using ZBar
+    Gtk3 widgets on any language that it is compatible with GIR, including
+    python 2 and python 3.
+- Switch from ImageMagick to GraphicsMagick, the latter has significantly
+  less build dependencies. As it is only used by the zbarimg tool to
+  load images, this does not affect users of the zbar library.
+- Update URL tag to point to the current upstream location
+
+-------------------------------------------------------------------

Old:
----
  zbar-0.22.tar.bz2

New:
----
  zbar-0.23.tar.bz2

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

Other differences:
------------------
++++++ zbar.spec ++++++
--- /var/tmp/diff_new_pack.CQXOWx/_old  2019-07-22 12:14:51.275753166 +0200
+++ /var/tmp/diff_new_pack.CQXOWx/_new  2019-07-22 12:14:51.275753166 +0200
@@ -20,18 +20,18 @@
 %define sover   0
 %define libname lib%{name}%{sover}
 Name:           zbar
-Version:        0.22
+Version:        0.23
 Release:        0
 Summary:        Bar code reader
 License:        LGPL-2.0-or-later
 Group:          Productivity/Other
-URL:            http://zbar.sourceforge.net/
+URL:            https://github.com/mchehab/zbar
 Source0:        
https://linuxtv.org/downloads/%{name}/%{name}-%{version}.tar.bz2
 Source98:       baselibs.conf
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  xmlto
-BuildRequires:  pkgconfig(ImageMagick)
+BuildRequires:  pkgconfig(GraphicsMagick)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
@@ -107,7 +107,7 @@
   --docdir=%{_docdir}/%{name} \
   --disable-static \
   --without-java \
-  --without-python2 \
+  --with-python=no \
   --without-gtk
 make %{?_smp_mflags} V=1
 
@@ -115,19 +115,18 @@
 %make_install
 find %{buildroot} -name "*.la"  -or -name "*.a" | xargs rm -f
 rm -rf %{buildroot}%{_datadir}/doc/zbar-%{version}/
-rm -f %{buildroot}%{_docdir}/zbar/{COPYING,LICENSE,INSTALL}
+rm -f %{buildroot}%{_docdir}/zbar/{COPYING,LICENSE.md,INSTALL.md}
 
 # Lets wait for review first
 rm -rf %{buildroot}%{_sysconfdir}/dbus-1/system.d/org.linuxtv.Zbar.conf
 
-
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 %post -n libzbarqt0 -p /sbin/ldconfig
 %postun -n libzbarqt0 -p /sbin/ldconfig
 
 %files
-%license COPYING LICENSE
+%license COPYING LICENSE.md
 %{_defaultdocdir}/%{name}/
 %{_bindir}/zbarimg
 %{_bindir}/zbarcam
@@ -138,7 +137,7 @@
 %{_libdir}/libzbar.so.%{sover}*
 
 %files -n lib%{name}-devel
-%doc HACKING TODO
+%doc HACKING.md TODO.md
 %dir %{_includedir}/%{name}
 %{_includedir}/zbar.h
 %{_includedir}/zbar/Exception.h

++++++ zbar-0.22.tar.bz2 -> zbar-0.23.tar.bz2 ++++++
++++ 23013 lines of diff (skipped)


Reply via email to