Hello community,

here is the log from the commit of package zbar for openSUSE:Factory checked in 
at 2017-11-04 10:24:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zbar (Old)
 and      /work/SRC/openSUSE:Factory/.zbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zbar"

Sat Nov  4 10:24:20 2017 rev:5 rq:538119 version:0.10_2013_02_28

Changes:
--------
--- /work/SRC/openSUSE:Factory/zbar/zbar.changes        2017-08-23 
11:52:44.727187162 +0200
+++ /work/SRC/openSUSE:Factory/.zbar.new/zbar.changes   2017-11-04 
10:24:50.812584618 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 14:50:59 UTC 2017 - mplus...@suse.com
+
+- Drop python bindings and gtk support
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zbar.spec ++++++
--- /var/tmp/diff_new_pack.4wo4Ix/_old  2017-11-04 10:24:51.288567296 +0100
+++ /var/tmp/diff_new_pack.4wo4Ix/_new  2017-11-04 10:24:51.292567151 +0100
@@ -37,15 +37,14 @@
 # required by mercurial archive only
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gtk2-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
-BuildRequires:  python-gtk-devel
+BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 ZBar reads bar codes from various sources, such as video streams,
@@ -78,14 +77,6 @@
 configuration files and development tools needed to compile and link
 applications using the zbar library.
 
-%package -n python-zbar
-Summary:        ZBar Python bindings
-Group:          Productivity/Other
-%py_requires
-
-%description -n python-zbar
-This package provides ZBar Python bindings.
-
 %package -n libzbarqt0
 Summary:        ZBar Qt bindings
 Group:          System/Libraries
@@ -103,32 +94,6 @@
 configuration files and development tools needed to compile and link
 applications using the zbar-qt library.
 
-%package -n libzbargtk0
-Summary:        ZBar Gtk bindings
-Group:          System/Libraries
-
-%description -n libzbargtk0
-This package provides ZBar Gtk bindings.
-
-%package -n libzbargtk-devel
-Summary:        Development environment for the ZBar Gtk bindings library
-Group:          Development/Libraries/C and C++
-Requires:       libzbargtk0 = %{version}
-
-%description -n libzbargtk-devel
-This package contains all necessary include files, libraries,
-configuration files and development tools needed to compile and link
-applications using the zbar-gtk library.
-
-%package -n python-zbar-gtk
-Summary:        ZBar Python-Gtk bindings
-Group:          Productivity/Other
-Requires:       python-zbar = %{version}
-%py_requires
-
-%description -n python-zbar-gtk
-This package provides ZBar Python-Gtk bindings.
-
 %prep
 %setup -q
 %patch1 -p1
@@ -137,39 +102,36 @@
 
 %build
 # for the Mercurial-based archive we need to get proper autoconf files
-autoreconf -fi
+autoreconf -fiv
 # Mercurial only? - This should not be required in a final release version!
 export CFLAGS="%{optflags} -Wno-error=parentheses 
-Wno-error=deprecated-declarations"
-%configure --docdir=%{_docdir}/%{name} --disable-static
+%configure \
+  --docdir=%{_docdir}/%{name} \
+  --disable-static \
+  --without-python \
+  --without-gtk
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 rm %{buildroot}%{_docdir}/zbar/INSTALL
-find %{buildroot} -name '*.la' -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
-
 %post -n libzbarqt0 -p /sbin/ldconfig
 %postun -n libzbarqt0 -p /sbin/ldconfig
 
-%post -n libzbargtk0 -p /sbin/ldconfig
-%postun -n libzbargtk0 -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
 %doc ChangeLog README COPYING LICENSE NEWS
-%_defaultdocdir/%{name}/
+%{_defaultdocdir}/%{name}/
 %{_bindir}/zbar*
 %{_mandir}/man1/*
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/libzbar.so.*
 
 %files -n lib%{name}-devel
-%defattr(-,root,root)
 %dir %{_includedir}/%{name}
 %{_includedir}/zbar.h
 %{_includedir}/%{name}/*.h
@@ -178,32 +140,12 @@
 %{_libdir}/libzbar.so
 %{_libdir}/pkgconfig/zbar.pc
 
-%files -n python-zbar
-%defattr(-,root,root)
-%{py_sitedir}/zbar.so
-
 %files -n libzbarqt0
-%defattr(-,root,root)
 %{_libdir}/libzbarqt.so.*
 
 %files -n libzbarqt-devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/QZBar*.h
 %{_libdir}/libzbarqt.so
 %{_libdir}/pkgconfig/zbar-qt.pc
 
-%files -n libzbargtk0
-%defattr(-,root,root)
-%{_libdir}/libzbargtk.so.*
-
-%files -n libzbargtk-devel
-%defattr(-,root,root)
-%{_includedir}/%{name}/zbargtk.h
-%{_libdir}/libzbargtk.so
-%{_libdir}/pkgconfig/zbar-gtk.pc
-
-%files -n python-zbar-gtk
-%defattr(-,root,root)
-%{py_sitedir}/zbarpygtk.so
-
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.4wo4Ix/_old  2017-11-04 10:24:51.320566132 +0100
+++ /var/tmp/diff_new_pack.4wo4Ix/_new  2017-11-04 10:24:51.320566132 +0100
@@ -1,3 +1,2 @@
 libzbar0
-libzbargtk0
 libzbarqt0


Reply via email to