Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libimobiledevice for 
openSUSE:Factory checked in at 2021-01-29 14:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libimobiledevice (Old)
 and      /work/SRC/openSUSE:Factory/.libimobiledevice.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libimobiledevice"

Fri Jan 29 14:54:59 2021 rev:41 rq:864023 version:1.3.0+git.20200910

Changes:
--------
--- /work/SRC/openSUSE:Factory/libimobiledevice/libimobiledevice.changes        
2020-04-07 10:26:10.570153013 +0200
+++ 
/work/SRC/openSUSE:Factory/.libimobiledevice.new.28504/libimobiledevice.changes 
    2021-01-29 14:55:01.349326252 +0100
@@ -1,0 +2,21 @@
+Wed Oct 14 13:00:18 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Use the new library name in baselibs.conf.
+
+-------------------------------------------------------------------
+Thu Sep 24 07:15:34 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Remove unnecessary provides/obsoletes
+
+-------------------------------------------------------------------
+Tue Sep 22 09:03:31 UTC 2020 - Stefan Elser <[email protected]>
+- Update to verison 1.3.0+git.20200910
+  * Fix service startup for iOS 14b4
+  * Add more lockdown error codes
+  * Add new lockdownd_pair_with_options() function
+  * Make sure sockets only listen locally due to security reasons
+  * Plug various memory leaks
+  * Store application information in Info.plist using idevicebackup2
+  * Various other bugfixes and improvements
+
+-------------------------------------------------------------------

Old:
----
  libimobiledevice-1.2.0+git.20200330.obscpio

New:
----
  libimobiledevice-1.3.0+git.20200910.obscpio

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

Other differences:
------------------
++++++ libimobiledevice.spec ++++++
--- /var/tmp/diff_new_pack.8hitbF/_old  2021-01-29 14:55:02.317327676 +0100
+++ /var/tmp/diff_new_pack.8hitbF/_new  2021-01-29 14:55:02.321327682 +0100
@@ -16,46 +16,45 @@
 #
 
 
-%define soname 6
+%define libname libimobiledevice-1_0-6
 Name:           libimobiledevice
-Version:        1.2.0+git.20200330
+Version:        1.3.0+git.20200910
 Release:        0
 Summary:        Native protocols library for iOS devices
 License:        LGPL-2.1-or-later
 URL:            https://www.libimobiledevice.org
 Source:         %{name}-%{version}.tar.gz
 Source1:        baselibs.conf
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  python3-Cython >= 0.17
 BuildRequires:  python3-plist
 BuildRequires:  readline-devel
-BuildRequires:  pkgconfig(libplist) >= 1.11
+BuildRequires:  pkgconfig(libplist-2.0) >= 2.2.0
 BuildRequires:  pkgconfig(libssl)
-BuildRequires:  pkgconfig(libusbmuxd) >= 1.1.0
+BuildRequires:  pkgconfig(libusbmuxd-2.0) >= 2.0.2
+BuildRequires:  pkgconfig(python3)
 
 %description
 libimobiledevice is a software library that talks the protocols to support
 iOS devices. It does not depend on any existing libraries from Apple.
 
-%package -n %{name}%{soname}
+%package -n %{libname}
 Summary:        Native protocols library for iOS devices
 License:        LGPL-2.1-or-later
-Provides:       %{name} = %{version}
-Obsoletes:      %{name} < %{version}
-Provides:       libiphone0 = %{version}
-Obsoletes:      libiphone0 < 0.9.6
 
-%description -n %{name}%{soname}
+%description -n %{libname}
 libimobiledevice is a software library that talks the protocols to support
 iOS devices. It does not depend on any existing libraries from Apple.
 
 %package devel
 Summary:        Development files for %{name}
 License:        LGPL-2.1-or-later
-Requires:       %{name}%{soname} = %{version}
-Requires:       pkgconfig(libplist)
+Requires:       %{libname} = %{version}
+Requires:       pkgconfig(libplist-2.0)
 
 %description devel
 The %{name}-devel package contains libraries and header files for
@@ -64,7 +63,7 @@
 %package -n imobiledevice-tools
 Summary:        Tools using %{name} for iOS devices
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
-Requires:       %{name}%{soname} = %{version}
+Requires:       %{libname} = %{version}
 Provides:       %{name}-tools = %{version}
 Obsoletes:      %{name}-tools < %{version}
 
@@ -75,7 +74,7 @@
 %package -n python3-imobiledevice
 Summary:        Python bindings for %{name}
 License:        LGPL-2.1-or-later
-Requires:       %{name}%{soname} = %{version}
+Requires:       %{libname} = %{version}
 Requires:       python3-plist >= 1.11
 
 %description -n python3-imobiledevice
@@ -90,23 +89,24 @@
 autoreconf -fvi
 %configure \
   --disable-silent-rules \
-  --disable-static
+  --disable-static \
+  PYTHON=%{_bindir}/python3
 %make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{name}%{soname} -p /sbin/ldconfig
-%postun -n %{name}%{soname} -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %{name}%{soname}
+%files -n %{libname}
 %license COPYING.LESSER
-%{_libdir}/%{name}.so.%{soname}*
+%{_libdir}/%{name}-1.0.so.6*
 
 %files devel
 %{_includedir}/%{name}/
-%{_libdir}/%{name}.so
+%{_libdir}/%{name}-1.0.so
 %{_libdir}/pkgconfig/%{name}-1.0.pc
 
 %files -n imobiledevice-tools

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8hitbF/_old  2021-01-29 14:55:02.361327741 +0100
+++ /var/tmp/diff_new_pack.8hitbF/_new  2021-01-29 14:55:02.365327747 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">libimobiledevice</param>
-    <param name="versionformat">1.2.0+git.%cd</param>
+    <param name="versionformat">1.3.0+git.%cd</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service name="tar" mode="buildtime"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8hitbF/_old  2021-01-29 14:55:02.413327817 +0100
+++ /var/tmp/diff_new_pack.8hitbF/_new  2021-01-29 14:55:02.417327824 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">[email protected]:libimobiledevice/libimobiledevice.git</param>
-              <param 
name="changesrevision">e6a4ab68cb860878b06f51a40cfde44e3971d55e</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">98056a89648f431759c5fa4ed87c6ea6ba0cdd3f</param></service></servicedata>

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.8hitbF/_old  2021-01-29 14:55:02.445327865 +0100
+++ /var/tmp/diff_new_pack.8hitbF/_new  2021-01-29 14:55:02.445327865 +0100
@@ -1 +1 @@
-libimobiledevice6
+libimobiledevice-1_0-6

++++++ libimobiledevice-1.2.0+git.20200330.obscpio -> 
libimobiledevice-1.3.0+git.20200910.obscpio ++++++
++++ 10553 lines of diff (skipped)

++++++ libimobiledevice.obsinfo ++++++
--- /var/tmp/diff_new_pack.8hitbF/_old  2021-01-29 14:55:02.681328212 +0100
+++ /var/tmp/diff_new_pack.8hitbF/_new  2021-01-29 14:55:02.685328217 +0100
@@ -1,5 +1,5 @@
 name: libimobiledevice
-version: 1.2.0+git.20200330
-mtime: 1585570524
-commit: e6a4ab68cb860878b06f51a40cfde44e3971d55e
+version: 1.3.0+git.20200910
+mtime: 1599743541
+commit: 98056a89648f431759c5fa4ed87c6ea6ba0cdd3f
 

Reply via email to