Hello community,

here is the log from the commit of package libusbmuxd for openSUSE:Factory 
checked in at 2017-09-28 12:33:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.libusbmuxd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libusbmuxd"

Thu Sep 28 12:33:14 2017 rev:6 rq:528706 version:1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libusbmuxd/libusbmuxd.changes    2016-06-02 
12:37:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libusbmuxd.new/libusbmuxd.changes       
2017-09-28 12:33:15.857449348 +0200
@@ -1,0 +2,8 @@
+Fri Sep 22 13:48:10 UTC 2017 - fcro...@suse.com
+
+- Use a macro for specifying library major
+- Recommends usbmuxd to library package to ensure it works
+  properly.
+- Remove duplicated dependency on iproxy subpackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libusbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.lUacOW/_old  2017-09-28 12:33:17.477221592 +0200
+++ /var/tmp/diff_new_pack.lUacOW/_new  2017-09-28 12:33:17.481221030 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libusbmuxd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,8 @@
 #
 
 
+%define major 4
+
 Name:           libusbmuxd
 Version:        1.0.10
 Release:        0
@@ -43,11 +45,12 @@
 
 This package contains the usbmuxd communication interface library 'libusbmuxd'.
 
-%package -n %{name}4
+%package -n %{name}%{major}
 Summary:        A client library to multiplex connections from and to iOS 
devices
 Group:          System/Libraries
+Recommends:     usbmuxd
 
-%description -n %{name}4
+%description -n %{name}%{major}
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
 multiplexing connections over USB to an iPhone or iPod touch. To users, it 
means
 you can sync your music, contacts, photos, etc. over USB. To developers, it
@@ -60,7 +63,7 @@
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       %{name}4 = %{version}
+Requires:       %{name}%{major} = %{version}
 
 %description devel
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
@@ -76,7 +79,6 @@
 %package -n iproxy
 Summary:        An example tool to forward localhost ports to iOS devices
 Group:          System/Libraries
-Requires:       %{name}4 = %{version}
 
 %description -n iproxy
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
@@ -105,11 +107,11 @@
 
 rm %{buildroot}%{_libdir}/%{name}.*a
 
-%post -n %{name}4 -p /sbin/ldconfig
+%post -n %{name}%{major} -p /sbin/ldconfig
 
-%postun -n %{name}4 -p /sbin/ldconfig
+%postun -n %{name}%{major} -p /sbin/ldconfig
 
-%files -n %{name}4
+%files -n %{name}%{major}
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
 %{_libdir}/libusbmuxd.so.*


Reply via email to