Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2017-11-12 17:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and      /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobject-introspection"

Sun Nov 12 17:57:55 2017 rev:76 rq:540580 version:1.54.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
    2017-10-06 11:01:46.580532695 +0200
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2017-11-12 17:57:56.374449761 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 09:23:23 UTC 2017 - mplus...@suse.com
+
+- Switch to python3
+- Cleanup with spec-cleaner
+- Run tests during build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.2Pq2q2/_old  2017-11-12 17:57:56.894430821 +0100
+++ /var/tmp/diff_new_pack.2Pq2q2/_new  2017-11-12 17:57:56.894430821 +0100
@@ -38,9 +38,9 @@
 BuildRequires:  gtk-doc
 BuildRequires:  libffi-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-Mako
-BuildRequires:  python-devel >= 2.7
-BuildRequires:  python-xml
+BuildRequires:  python3-Mako
+BuildRequires:  python3-devel
+BuildRequires:  python3-xml
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(cairo-gobject)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.54.0
@@ -50,7 +50,7 @@
 Requires:       libgirepository-1_0-1 = %{version}
 # gi-find-deps uses the enhanced grep variant in order to do multi-line 
matching (for pkg.requires(..))
 Requires:       pcre-tools
-Requires:       python-xml
+Requires:       python3-xml
 
 %description
 The goal of the project is to describe the APIs and collect them in
@@ -95,6 +95,7 @@
 %setup -q
 
 %build
+export PYTHON="python3"
 %configure \
         --enable-gtk-doc \
         --disable-static \
@@ -111,12 +112,13 @@
 diff -s %{SOURCE3} gobject-introspection-typelib.installed
 %fdupes %{buildroot}
 
-%post -n libgirepository-1_0-1 -p /sbin/ldconfig
+%check
+make %{?_smp_mflags} check
 
+%post -n libgirepository-1_0-1 -p /sbin/ldconfig
 %postun -n libgirepository-1_0-1 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO
 %{_bindir}/g-ir-annotation-tool
 %{_bindir}/g-ir-compiler
@@ -145,7 +147,6 @@
 %{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
 
 %files -n libgirepository-1_0-1
-%defattr(-,root,root)
 %doc COPYING.LGPL
 # We own this directory here instead of devel to make sure other packages do
 # not have to own it
@@ -154,11 +155,9 @@
 %dir %{_libdir}/girepository-1.0
 
 %files -n girepository-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/*.typelib
 
 %files devel
-%defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/gi/
 %{_includedir}/gobject-introspection-1.0/
 %{_libdir}/libgirepository-1.0.so


Reply via email to