Accepting request 211383 from devel:libraries:c_c++

- music-players.h: Updated to the device database of the current GIT level
  to support more MTP devices (bnc#854328)

OBS-URL: https://build.opensuse.org/request/show/211383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmtp?expand=0&rev=61
This commit is contained in:
Stephan Kulow 2013-12-19 11:18:30 +00:00 committed by Git OBS Bridge
commit 5f74f30798
3 changed files with 2453 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 9 12:45:01 UTC 2013 - meissner@suse.com
- music-players.h: Updated to the device database of the current GIT level
to support more MTP devices (bnc#854328)
-------------------------------------------------------------------
Fri Sep 27 19:54:22 UTC 2013 - rmilasan@suse.com

View File

@ -30,6 +30,8 @@ Version: 1.1.6
Release: 0
%define sonum 9
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
# from git 1a2669c6df6c093aec38c0c99a21438d74ccdf33
Source1: music-players.h
Patch0: mtpz-use-LIBMTP_ERROR-instead-of-LIBMTP_INFO.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
@ -77,6 +79,7 @@ Transfer Protocol) authored by Microsoft.
%prep
%setup -q
%patch0 -p1
cp %{SOURCE1} src/music-players.h
%build
%configure --with-udev=%{_udevdir} --disable-static --enable-doxygen

2444
music-players.h Normal file

File diff suppressed because it is too large Load Diff