Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zbar for openSUSE:Factory checked in at 2026-06-03 20:20:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zbar (Old) and /work/SRC/openSUSE:Factory/.zbar.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zbar" Wed Jun 3 20:20:53 2026 rev:23 rq:1356798 version:0.23.93 Changes: -------- --- /work/SRC/openSUSE:Factory/zbar/zbar.changes 2025-07-30 11:45:43.743597322 +0200 +++ /work/SRC/openSUSE:Factory/.zbar.new.1937/zbar.changes 2026-06-03 20:21:10.574086499 +0200 @@ -1,0 +2,7 @@ +Tue Jun 2 18:12:54 UTC 2026 - Martin Pluskal <[email protected]> + +- Correct the License tag to LGPL-2.1-or-later (the sources are + LGPL 2.1 or later, not 2.0) +- Minor spec cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zbar.spec ++++++ --- /var/tmp/diff_new_pack.xpYldm/_old 2026-06-03 20:21:11.302116701 +0200 +++ /var/tmp/diff_new_pack.xpYldm/_new 2026-06-03 20:21:11.302116701 +0200 @@ -1,7 +1,7 @@ # # spec file for package zbar # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2010 Carlos Goncalves <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -17,19 +17,18 @@ # -%if 0%{suse_version} >= 1600 +%define sover 0 +%define libname lib%{name}%{sover} +%if 0%{?suse_version} >= 1600 %bcond_with qt %else %bcond_without qt %endif - -%define sover 0 -%define libname lib%{name}%{sover} Name: zbar Version: 0.23.93 Release: 0 Summary: Bar code reader -License: LGPL-2.0-or-later +License: LGPL-2.1-or-later URL: https://github.com/mchehab/zbar Source0: https://linuxtv.org/downloads/%{name}/%{name}-%{version}.tar.bz2 Source98: baselibs.conf @@ -43,12 +42,6 @@ BuildRequires: pkgconfig >= 0.9.0 BuildRequires: xmlto BuildRequires: pkgconfig(ImageMagick) -%if %{with qt} -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5X11Extras) -%endif BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libv4l2) @@ -58,6 +51,12 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xv) %lang_package +%if %{with qt} +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5X11Extras) +%endif %description ZBar reads bar codes from various sources, such as video streams,
