Hello community,

here is the log from the commit of package libgpod for openSUSE:Factory checked 
in at 2015-01-27 12:36:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpod (Old)
 and      /work/SRC/openSUSE:Factory/.libgpod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpod"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes  2013-12-23 
22:16:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgpod.new/libgpod.changes     2015-01-27 
12:36:04.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 14:06:45 UTC 2015 - [email protected]
+
+- Add libgpod-swig-3.0.patch: Fix build with SWIG 3.0.
+
+-------------------------------------------------------------------

New:
----
  libgpod-swig-3.0.patch

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

Other differences:
------------------
++++++ libgpod.spec ++++++
--- /var/tmp/diff_new_pack.ZaH7y4/_old  2015-01-27 12:36:05.000000000 +0100
+++ /var/tmp/diff_new_pack.ZaH7y4/_new  2015-01-27 12:36:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpod
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Group:          System/Libraries
 Source:         
http://downloads.sourceforge.net/project/gtkpod/libgpod/libgpod-0.8/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
+Patch0:         libgpod-swig-3.0.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
@@ -142,6 +143,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-silent-rules \

++++++ libgpod-swig-3.0.patch ++++++
Index: libgpod-0.8.3/bindings/python/gpod.i.in
===================================================================
--- libgpod-0.8.3.orig/bindings/python/gpod.i.in
+++ libgpod-0.8.3/bindings/python/gpod.i.in
@@ -298,9 +298,10 @@ PyObject* sw_get_photo(GList *list, gint
 %include "gpod_doc.i"
 %include "@top_builddir@/config.h"
 
-# be nicer to decode these utf8 strings into Unicode objects in the C
-# layer. Here we are leaving it to the Python side, and just giving
-# them utf8 encoded Strings.
+/* be nicer to decode these utf8 strings into Unicode objects in the C
+ * layer. Here we are leaving it to the Python side, and just giving
+ * them utf8 encoded Strings.
+ */
 typedef char gchar;
 
 %typemap(in) time_t {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to