From 02a23e52f123efcd5df85d4646dd3d0f315f90fc Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 29 Apr 2019 10:19:11 -0300 Subject: [PATCH] Update to version 0.22.2, with supports Java 11 The Java library require some different logic in order to build with Java 11. While I'm not sure when Fedora will migrate to it, it seems worth to be able to support it now that we added support for it upstream, as openjdk maintainers can migrate ZBar to Java 11 smoothless. Signed-off-by: Mauro Carvalho Chehab --- .gitignore | 1 + sources | 2 +- zbar.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62dee54..fc1a945 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ zbar-0.10.tar.bz2 /zbar-0.20.1.tar.bz2 /zbar-0.21.tar.bz2 /zbar-0.22.tar.bz2 +/zbar-0.22.2.tar.gz diff --git a/sources b/sources index cc952a4..fb584ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zbar-0.22.tar.bz2) = 8e40df37ebbedfc2e1cf4c82c3cfbfb44f2da24603874646b446cef9bd63d02ef40f2fd8af433254dd078513df4030ef60cb663bf10c86a9f29df57450a5a99a +SHA512 (zbar-0.22.2.tar.gz) = c8c683c785366d6256523959552073e7dac741af4b8edc48d39a7da8b9f0f50616a8db2d5ed89864499f028b08d044ea1b94d4b2a6c95dd381650c684c979c38 diff --git a/zbar.spec b/zbar.spec index 662070a..dd108e9 100644 --- a/zbar.spec +++ b/zbar.spec @@ -1,5 +1,5 @@ Name: zbar -Version: 0.22 +Version: 0.22.2 Release: 1%{?dist} Summary: Bar code reader @@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ %{_includedir}/zbar/QZBar*.h %changelog +* Mon Apr 29 2019 Mauro Carvalho Chehab - 0.22.2-1 +- Update to 0.22.2: added support for Java 11 + * Wed Feb 20 2019 Mauro Carvalho Chehab - 0.22-1 - Bump to version 0.22: zbarcam-qt is now a full-featured application