diff --git a/.gitignore b/.gitignore index 1e58f83..f42fdfe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ zbar-0.10.tar.bz2 /zbar-0.10.tar.bz2 /zbar-0.20.tar.bz2 /zbar-0.20.1.tar.bz2 +/zbar-0.21.tar.bz2 diff --git a/sources b/sources index 254e387..24d03e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zbar-0.20.1.tar.bz2) = 3b0949fe866eb9cb7a6ab66bfbc5ff2fc4193faf21a51c830d16e63453dcbd6e786e197fd5db40d62749af2487922e1775af860918717b0d51765d2b20dfd3f8 +SHA512 (zbar-0.21.tar.bz2) = 8c1095ec234b04839229dd6345b0758f0a133c715f28031ab64c2c7809a0c0fc4cbd7226fba1a6e3c40efcb8b2a334a7e461cdc34a77c21b537dbf8faf38c14c diff --git a/zbar.spec b/zbar.spec index 6d9b21e..163c982 100644 --- a/zbar.spec +++ b/zbar.spec @@ -1,6 +1,6 @@ Name: zbar -Version: 0.20.1 -Release: 5%{?dist} +Version: 0.21 +Release: 1%{?dist} Summary: Bar code reader License: LGPLv2+ @@ -92,13 +92,14 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ %ldconfig_scriptlets qt %files -%doc NEWS +%doc NEWS README.md INSTALL.md %license COPYING LICENSE %{_bindir}/zbarimg %{_bindir}/zbarcam %{_libdir}/libzbar.so.* %{_mandir}/man1/* +%{_sysconfdir}/dbus-1/system.d/org.linuxtv.Zbar.conf %files devel %doc HACKING TODO @@ -136,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ %{_includedir}/zbar/QZBar*.h %changelog +* Tue Feb 12 2019 Mauro Carvalho Chehab - 0.20.1-4 +- Bump to version 0.21: d-bus and SQ code support, improved zbarcam-qt + * Sun Feb 03 2019 Fedora Release Engineering - 0.20.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild