Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zbar for openSUSE:Factory checked in at 2021-02-23 20:19:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zbar (Old) and /work/SRC/openSUSE:Factory/.zbar.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zbar" Tue Feb 23 20:19:04 2021 rev:15 rq:873104 version:0.23.90 Changes: -------- --- /work/SRC/openSUSE:Factory/zbar/zbar.changes 2021-01-27 18:56:49.420302378 +0100 +++ /work/SRC/openSUSE:Factory/.zbar.new.2378/zbar.changes 2021-02-23 20:20:46.359675211 +0100 @@ -1,0 +2,16 @@ +Wed Feb 17 07:55:51 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 0.23.90 + * Fixed several issues with configure.ac, making it auto-detect + most things, when possible + * Fixed some build issues + * Make it compatible with Python 3.9 + * Fixed some Python 3.9 and Qt5 warnings + * Typo fixes + * Several fixes at zbarcam + * zbarimg: fix stderr output when symbols are found +- Drop 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch and + 0002-get-rid-of-gettext_h.patch (merged upstream) +- Enable python3 module + +------------------------------------------------------------------- Old: ---- 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch 0002-get-rid-of-gettext_h.patch zbar-0.23.1.tar.bz2 New: ---- zbar-0.23.90.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zbar.spec ++++++ --- /var/tmp/diff_new_pack.Rouojn/_old 2021-02-23 20:20:47.051675823 +0100 +++ /var/tmp/diff_new_pack.Rouojn/_new 2021-02-23 20:20:47.055675827 +0100 @@ -20,7 +20,7 @@ %define sover 0 %define libname lib%{name}%{sover} Name: zbar -Version: 0.23.1 +Version: 0.23.90 Release: 0 Summary: Bar code reader License: LGPL-2.0-or-later @@ -28,10 +28,6 @@ URL: https://github.com/mchehab/zbar Source0: https://linuxtv.org/downloads/%{name}/%{name}-%{version}.tar.bz2 Source98: baselibs.conf -# PATCH-FIX-UPSTREAM -- https://github.com/mchehab/zbar/pull/63 -Patch0: 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch -# PATCH-FIX-UPSTREAM -- https://github.com/mchehab/zbar/commit/a133aea7880bbb56d75535e534716d0e16a3b61a -Patch1: 0002-get-rid-of-gettext_h.patch BuildRequires: libjpeg-devel BuildRequires: pkgconfig >= 0.9.0 BuildRequires: xmlto @@ -43,6 +39,7 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libv4l2) +BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -100,6 +97,13 @@ configuration files and development tools needed to compile and link applications using the zbar-qt library. +%package -n python3-zbar +Summary: Python3 module for ZBar +Group: Development/Languages/Python + +%description -n python3-zbar +This package contains the module to use ZBar from python3. + %prep %autosetup -p1 @@ -111,7 +115,7 @@ --docdir=%{_docdir}/%{name} \ --disable-static \ --without-java \ - --with-python=no \ + --with-python=python3 \ --without-gtk %make_build @@ -165,4 +169,7 @@ %{_libdir}/libzbarqt.so %{_libdir}/pkgconfig/zbar-qt.pc +%files -n python3-zbar +%{python3_sitearch}/zbar.so + %changelog ++++++ zbar-0.23.1.tar.bz2 -> zbar-0.23.90.tar.bz2 ++++++ ++++ 4160 lines of diff (skipped)
