Hello community,

here is the log from the commit of package libmtp for openSUSE:Factory checked 
in at 2012-09-25 10:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmtp (Old)
 and      /work/SRC/openSUSE:Factory/.libmtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmtp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes    2012-08-26 
11:32:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes       2012-09-25 
10:40:46.000000000 +0200
@@ -1,0 +2,24 @@
+Sat Sep 22 11:34:52 UTC 2012 - [email protected]
+
+- updated to 1.1.5
+  - Soname libmtp.so.9.0.5 - binary compatible
+  - Stop forcing altinterface 0! That bug has been around like
+    forever and libgphoto2 never did this. It screws up some
+    Samsung devices and is the prime reason for releasing this
+    update so soon after 1.1.4 as I know a lot of people out there
+    have Samsung devices!
+  - Integrated Sajid Anwars hard long-term work on MTPZ. There are
+    no secret keys or certificates inside libmtp, if you need these
+    to talk to your MTPZ device (Zune models, Windows Phones) you
+    need to get a file of secrets from some other place, preferably
+    Microsoft.
+  - Expose getthumbnail method and the Add Storage events as needed
+    for a GNOME VFS project by Philip Langdale.
+  - Rearrange and try to understand some SONY device modes again
+    and again.
+  - A udev script fix from Alessio Treglia to avoid poking around
+    on Canon EOS 3D.
+  - Devices, devices, devices...
+- Add libgrypt buildrequires for MTPZ support
+
+-------------------------------------------------------------------

Old:
----
  libmtp-1.1.4.tar.gz

New:
----
  libmtp-1.1.5.tar.gz

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

Other differences:
------------------
++++++ libmtp.spec ++++++
--- /var/tmp/diff_new_pack.XN3cbd/_old  2012-09-25 10:40:47.000000000 +0200
+++ /var/tmp/diff_new_pack.XN3cbd/_new  2012-09-25 10:40:47.000000000 +0200
@@ -19,14 +19,16 @@
 Name:           libmtp
 Url:            http://sf.net/projects/libmtp
 BuildRequires:  doxygen
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pkg-config
 Summary:        Commandline utilities for access to MTP Players
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Players
-Version:        1.1.4
+Version:        1.1.5
 Release:        0
-Source0:        
http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
+%define sonum   9
+Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,11 +39,11 @@
 Common devices using this technology are Creative Zen, iRiver, Samsung
 and others.
 
-%package -n libmtp9
+%package -n %{name}%{sonum}
 Summary:        Library for accessing MTP Players
 Group:          Productivity/Multimedia/Sound/Players
 
-%description -n libmtp9
+%description -n %{name}%{sonum}
 This package contains the libraries that allow access to USB based media
 players based on the MTP (Media Transfer Protocol) authored by
 Microsoft.
@@ -61,7 +63,7 @@
 %package devel
 Summary:        Development files for access to MTP Player library
 Group:          Development/Libraries/Other
-Requires:       libmtp9 = %version
+Requires:       %{name}%{sonum} = %{version}
 Requires:       libusb-devel
 
 %description devel
@@ -80,18 +82,17 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 #install -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
 #install -c -m 644 libmtp.fdi 
$RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
-rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -rf %{buildroot}/usr/share/doc/libmtp*
+rm -rf %{buildroot}/%{_libdir}/*.la
 
-%post -n libmtp9 -p /sbin/ldconfig
-
-%postun -n libmtp9 -p /sbin/ldconfig
+%post -n   %{name}%{sonum} -p /sbin/ldconfig
+%postun -n %{name}%{sonum} -p /sbin/ldconfig
 
 %files -n mtp-tools
 %defattr(-, root, root)
 %{_prefix}/bin/*
 
-%files -n libmtp9
+%files -n %{name}%{sonum}
 %defattr(-, root, root)
 %doc COPYING README ChangeLog AUTHORS
 %{_libdir}/lib*.so.*

++++++ libmtp-1.1.4.tar.gz -> libmtp-1.1.5.tar.gz ++++++
++++ 3488 lines of diff (skipped)

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

Reply via email to