From b0a327b728310b1a46c7c6354bc19ad87889dd8b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 7 Jan 2019 12:12:15 -0200 Subject: [PATCH] Increase Fedora packaging number and add a change description Signed-off-by: Mauro Carvalho Chehab --- zbar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zbar.spec b/zbar.spec index d4851e3..3f1d919 100644 --- a/zbar.spec +++ b/zbar.spec @@ -1,6 +1,6 @@ Name: zbar Version: 0.20.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Bar code reader Group: User Interface/X Hardware Support @@ -142,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ %{_includedir}/zbar/QZBar*.h %changelog +* Mon Jan 7 2019 Mauro Carvalho Chehab - 0.20.1-4 +- Disable python2 bindings due to pygtk2 orphaned package + * Thu Aug 9 2018 Hans de Goede - 0.20.1-3 - Drop zbar_fedora29_hack_for_codegen_to_work.patch now that pygobject2 is fixed (rhbz# 1606784)