OBS User unknown
2008-12-15 13:49:48 +00:00
committed by Git OBS Bridge
parent 970274c03e
commit e2b643a730
3 changed files with 23 additions and 1 deletions

View File

@@ -31,8 +31,9 @@ Group: Productivity/Multimedia/Sound/Players
AutoReqProv: on
Summary: Commandline utilities for access to MTP Players
Version: 0.3.4
Release: 1
Release: 2
Source0: %name-%version.tar.bz2
Patch0: cowon-iaudio7-fix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -126,6 +127,7 @@ Authors:
%prep
%setup -q
%patch0 -p0
%build
%configure --program-prefix=mtp- --disable-static
@@ -164,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_prefix}/include/libmtp.h
%changelog
* Mon Dec 15 2008 meissner@suse.de
- detach the Cowon iAudio 7 from usb-storage on start to make it work
bnc#457931
* Fri Nov 07 2008 meissner@suse.de
- upgraded to 0.3.4
* Check propdesc before setting props in create_new_abstract_list() (Richard)