Hello community,

here is the log from the commit of package libgexiv2 for openSUSE:Factory 
checked in at 2016-04-28 16:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgexiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.libgexiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgexiv2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes      2015-03-30 
19:31:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2016-04-28 
16:49:52.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Apr 18 13:23:50 UTC 2016 - [email protected]
+
+- Add gobject-introspection BuildRequires: needed in order to scan
+  the python bindings for gi dependencies.
+
+-------------------------------------------------------------------
+Mon Jan  4 20:42:09 UTC 2016 - [email protected]
+
+- Build Python bindings:
+  + Add python-devel, python3-devel, python-gobject and
+    python3-gobject BuildRequires.
+  + Split new packages python-gexiv2 and python3-gexiv2.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgexiv2.spec ++++++
--- /var/tmp/diff_new_pack.Eu1UP6/_old  2016-04-28 16:49:53.000000000 +0200
+++ /var/tmp/diff_new_pack.Eu1UP6/_new  2016-04-28 16:49:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgexiv2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,12 @@
 Url:            http://yorba.org/shotwell/
 Source:         
http://ftp.gnome.org/pub/gnome/sources/gexiv2/0.10/%{tarname}-%{version}.tar.xz
 BuildRequires:  gcc-c++
+BuildRequires:  gobject-introspection
 BuildRequires:  libtool
+BuildRequires:  python-devel
+BuildRequires:  python-gobject
+BuildRequires:  python3-devel
+BuildRequires:  python3-gobject
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -65,6 +70,28 @@
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
 basic features of Exiv2 available to GNOME applications.
 
+%package -n python-gexiv2
+Summary:        A GObject-based Exiv2 wrapper
+Group:          Development/Libraries/Python
+Requires:       python-gobject
+
+%description -n python-gexiv2
+gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
+basic features of Exiv2 available to GNOME applications.
+
+This package provides the Python 2 bindings for the libgexiv2 library.
+
+%package -n python3-gexiv2
+Summary:        A GObject-based Exiv2 wrapper
+Group:          Development/Libraries/Python
+Requires:       python3-gobject
+
+%description -n python3-gexiv2
+gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
+basic features of Exiv2 available to GNOME applications.
+
+This package provides the Python 3 bindings for the libgexiv2 library.
+
 %prep
 %setup -q -n %{tarname}-%{version}
 
@@ -99,4 +126,12 @@
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gexiv2.vapi
 
+%files -n python-gexiv2
+%defattr(-,root,root)
+%{python_sitearch}/*
+
+%files -n python3-gexiv2
+%defattr(-,root,root)
+%{python3_sitearch}/*
+
 %changelog


Reply via email to