diff --git a/zbar-0.21.tar.bz2 b/zbar-0.21.tar.bz2 deleted file mode 100644 index 02158ed..0000000 --- a/zbar-0.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:333f39df453166b60d5a94d2e231bab6baec73183c11c3cf9f4515c214fa6c50 -size 1092315 diff --git a/zbar-0.22.tar.bz2 b/zbar-0.22.tar.bz2 new file mode 100644 index 0000000..6ccb8ab --- /dev/null +++ b/zbar-0.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba9e94c7217a8bd3800f9f3abddf3ed393a62cdf141a709765aad2788744eb7 +size 1110053 diff --git a/zbar.changes b/zbar.changes index 53b5371..bf0014b 100644 --- a/zbar.changes +++ b/zbar.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Mar 28 16:23:42 UTC 2019 - Martin Pluskal + +- Update to version 0.22: + * zbarcam-qt: allow changing resolutions in real time + * zbarcam-qt: better support ZBar options + * zbarcam-qt: do several visual improvements + * zbarcam-qt: make it remember the geometry + * zbarcam-qt: allow show/hide control and options bars + * zbarcam-qt: remember lastly used settings and camera controls + * zbarcam-qt: allow changing ZBar decode options via GUI + * Add API to allow get/set resolutions + * img_scanner: add handler for color-inverted codes + * img_scanner: fix get_config parameter validation + * scan_video: improve logic to remove duplicated/invalid devnodes + * symbol.c: fix symbol hash logic (prevents crash with QR options) + * configure.ac: fix an error at libv4l2 package check + * fix some typos + * exit gracefully when decoding split QR codes + ------------------------------------------------------------------- Fri Mar 8 17:31:33 UTC 2019 - olaf@aepfle.de diff --git a/zbar.spec b/zbar.spec index 1087fb9..59fb2c1 100644 --- a/zbar.spec +++ b/zbar.spec @@ -20,7 +20,7 @@ %define sover 0 %define libname lib%{name}%{sover} Name: zbar -Version: 0.21 +Version: 0.22 Release: 0 Summary: Bar code reader License: LGPL-2.0-or-later @@ -28,9 +28,6 @@ Group: Productivity/Other URL: http://zbar.sourceforge.net/ Source0: https://linuxtv.org/downloads/%{name}/%{name}-%{version}.tar.bz2 Source98: baselibs.conf -%if 0%{?suse_version} < 1500 -BuildRequires: gcc7 -%endif BuildRequires: libjpeg-devel BuildRequires: pkgconfig >= 0.9.0 BuildRequires: xmlto @@ -46,6 +43,9 @@ BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xv) +%if 0%{?suse_version} < 1500 +BuildRequires: gcc7 +%endif %description ZBar reads bar codes from various sources, such as video streams, @@ -109,11 +109,6 @@ test -x "$(type -p gcc-8)" && export CC=$_ --without-java \ --without-python2 \ --without-gtk - -# rpath -#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool - make %{?_smp_mflags} V=1 %install