New 1.1.1 upstream release.
This commit is contained in:
parent
c6b85ac04f
commit
0caeffd9f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libmtp-1.0.3.tar.gz
|
||||
i386
|
||||
/libmtp-1.0.6.tar.gz
|
||||
/libmtp-1.1.0.tar.gz
|
||||
/libmtp-1.1.1.tar.gz
|
||||
|
12
libmtp.spec
12
libmtp.spec
@ -2,8 +2,8 @@
|
||||
# RPM repository.
|
||||
|
||||
Name: libmtp
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A software library for MTP media players
|
||||
URL: http://libmtp.sourceforge.net/
|
||||
|
||||
@ -45,7 +45,7 @@ library for MTP media players.
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--with-udev-rules=60-libmtp.rules
|
||||
--with-udev-rules=69-libmtp.rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -101,6 +101,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2011 Linus Walleij <triad@df.lth.se> 1.1.1-1
|
||||
- New upstream version fixing problems with a few color devices
|
||||
plus adding new device support. Move udev rules from level
|
||||
60 to level 69 to come after SANE and avoid probing these
|
||||
devices.
|
||||
|
||||
* Fri Jun 10 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-2
|
||||
- %%files: track abi/soname, so bumps aren't a surprise
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user