From b834caf2801319814ca090a3a1c5aa573e07591fd07a203085acb09c500cb79a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 27 Aug 2008 00:22:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmtp?expand=0&rev=20 --- libmtp-0.3.0.tar.bz2 | 3 -- libmtp-0.3.1.tar.bz2 | 3 ++ libmtp.changes | 9 ++++++ libmtp.spec | 75 +++++++++++++++++++++++++++++++++----------- 4 files changed, 68 insertions(+), 22 deletions(-) delete mode 100644 libmtp-0.3.0.tar.bz2 create mode 100644 libmtp-0.3.1.tar.bz2 diff --git a/libmtp-0.3.0.tar.bz2 b/libmtp-0.3.0.tar.bz2 deleted file mode 100644 index 61e669b..0000000 --- a/libmtp-0.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed916dc5cf90faffa2bde769fdf7df0db4de920bb353a4a0205a75198b738860 -size 407936 diff --git a/libmtp-0.3.1.tar.bz2 b/libmtp-0.3.1.tar.bz2 new file mode 100644 index 0000000..35cce19 --- /dev/null +++ b/libmtp-0.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec058de6b36b0ddf0fd6aa8633dda3f2f87b414a61e793bdc855522f7824979 +size 417603 diff --git a/libmtp.changes b/libmtp.changes index 3f39150..5614684 100644 --- a/libmtp.changes +++ b/libmtp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 26 14:41:28 CEST 2008 - meissner@suse.de + +- upgraded to 0.3.1 + - lots of new ids + - sansa player handling better now + - special playlist support for a subkind of devices +- commandline tools now live in mtp-tools, libmtp is empty. + ------------------------------------------------------------------- Tue Jun 24 10:27:48 CEST 2008 - meissner@suse.de diff --git a/libmtp.spec b/libmtp.spec index ed6a4bd..1dee1b7 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -1,10 +1,17 @@ # -# spec file for package libmtp (Version 0.3.0) +# spec file for package libmtp (Version 0.3.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -22,8 +29,8 @@ BuildRequires: libusb License: LGPL v2.1 or later Group: Productivity/Multimedia/Sound/Players AutoReqProv: on -Summary: Access to MTP Players -Version: 0.3.0 +Summary: Commandline utilities for access to MTP Players +Version: 0.3.1 Release: 1 Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -31,8 +38,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains binaries and documentation that allow accessto USB based media players based on the MTP (Media TransferProtocol) -authored by Microsoft. Common devices using this technology are -Creative Zen, iRiver, Samsung and others. +authored by Microsoft. + +Common devices using this technology are Creative Zen, iRiver, Samsung +and others. @@ -47,14 +56,16 @@ Authors: %package -n libmtp8 License: LGPL v2.1 or later -Summary: Access to MTP Players +Summary: Library for accessing MTP Players Group: Productivity/Multimedia/Sound/Players %description -n libmtp8 -This package contains libraries that allow access to USB based media +This package contain the libraries that allow access to USB based media players based on the MTP (Media TransferProtocol) authored by -Microsoft. Common devices using this technology are Creative Zen, -iRiver, Samsung and others. +Microsoft. + +Common devices using this technology are Creative Zen, iRiver, Samsung +and others. @@ -67,9 +78,14 @@ Authors: Mariusz Woloszyn Marcus Meissner +%package -n mtp-tools +License: LGPL v2.1 or later +Summary: Commandline utilities for access to MTP Players +Group: Productivity/Multimedia/Sound/Players + %package devel License: LGPL v2.1 or later -Summary: Access to MTP Players development files +Summary: Development files for access to MTP Player library Group: Development/Libraries/Other Requires: libmtp8 = %version %if %suse_version > 1020 @@ -77,10 +93,25 @@ Requires: libusb-devel %endif %description devel -This package contains a library that allows access to USB based media -players based on the MTP (Media Transfer Protocol) authored by -Microsoft. Common devices using this technology are Creative Zen, -iRiver, Samsung and others. +This package contains the development headers for the libmtp library +that allows access to USB based media players based on the MTP (Media +Transfer Protocol) authored by Microsoft. + + + +Authors: +-------- + Richard Low + Linus Walleij + + based on code by: + Mariusz Woloszyn + Marcus Meissner + +%description -n mtp-tools +This package contains binaries that allow command line access to USB +based media players based on the MTP (Media TransferProtocol) authored +by Microsoft. For graphical user interfaces use Amarok or Banshee. @@ -110,13 +141,13 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp* %postun -n libmtp8 -p /sbin/ldconfig -%files +%files -n mtp-tools %defattr(-, root, root) -%doc COPYING TODO README ChangeLog AUTHORS %{_prefix}/bin/* %files -n libmtp8 %defattr(-, root, root) +%doc COPYING README ChangeLog AUTHORS %{_libdir}/lib*.so.* %dir /usr/share/hal %dir /usr/share/hal/fdi @@ -126,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp* %files devel %defattr(-, root, root) -%doc doc/html +%doc doc/html TODO %{_libdir}/lib*.so %{_libdir}/lib*.la %{_libdir}/lib*.a @@ -134,6 +165,12 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp* %{_prefix}/include/libmtp.h %changelog +* Tue Aug 26 2008 meissner@suse.de +- upgraded to 0.3.1 + - lots of new ids + - sansa player handling better now + - special playlist support for a subkind of devices +- commandline tools now live in mtp-tools, libmtp is empty. * Tue Jun 24 2008 meissner@suse.de - upgraded to 0.3.0 - new major version 8 due to API changes