Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2013-07-24 15:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clementine (Old)
 and      /work/SRC/openSUSE:Factory/.clementine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clementine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clementine/clementine.changes    2013-05-03 
07:32:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes       
2013-07-24 15:04:37.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 24 04:58:05 UTC 2013 - [email protected]
+
+- port usage of libimobiledevice to new version (upstream killed
+  the feature in git though)
+
+-------------------------------------------------------------------

New:
----
  clementine-libimobiledevice-fix.patch

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

Other differences:
------------------
++++++ clementine.spec ++++++
--- /var/tmp/diff_new_pack.87Bimr/_old  2013-07-24 15:04:37.000000000 +0200
+++ /var/tmp/diff_new_pack.87Bimr/_new  2013-07-24 15:04:37.000000000 +0200
@@ -41,6 +41,8 @@
 Patch2:         clementine-1.1.1-fixboostparseerror.patch
 #PATCH-FIX-UPSTREAM
 Patch3:         Add-a-setting-for-disabling-moodbar-generation.patch
+# PATCh-FIX-OPENSUSE clementine-libimobiledevice-fix.patch -- will be obsolete 
by new release as upstream removed support
+Patch4:         clementine-libimobiledevice-fix.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -109,6 +111,8 @@
 %patch1
 %patch2
 %patch3 -p1
+# upstream removed code completely, so patch4 will be obsolete
+%patch4 -p1
 # Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
 # first giving permission for relicensing to GPLv2 or later. See bnc#695820
 rm -rf --verbose 3rdparty/gloox

++++++ clementine-libimobiledevice-fix.patch ++++++
Index: clementine-1.1.1/src/devices/imobiledeviceconnection.h
===================================================================
--- clementine-1.1.1.orig/src/devices/imobiledeviceconnection.h
+++ clementine-1.1.1/src/devices/imobiledeviceconnection.h
@@ -51,7 +51,7 @@ private:
   idevice_t device_;
   afc_client_t afc_;
 
-  uint16_t afc_port_;
+  lockdownd_service_descriptor_t  afc_port_;
 };
 
 #endif // IMOBILEDEVICECONNECTION_H
Index: clementine-1.1.1/gst/afcsrc/gstafcsrc.h
===================================================================
--- clementine-1.1.1.orig/gst/afcsrc/gstafcsrc.h
+++ clementine-1.1.1/gst/afcsrc/gstafcsrc.h
@@ -60,7 +60,7 @@ struct _GstAfcSrc {
   idevice_t device_;
   afc_client_t afc_;
 
-  uint16_t afc_port_;
+  lockdownd_service_descriptor_t afc_port_;
 
   uint64_t file_handle_;
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to