[libmtp] New 1.1.1 upstream release.

Linus Walleij snirkel at fedoraproject.org
Sat Oct 22 19:34:09 UTC 2011


commit 0caeffd9f48b85e8062e889b6a6a726d4a698f47
Author: Linus Walleij <triad at df.lth.se>
Date:   Sat Oct 22 21:33:42 2011 +0200

    New 1.1.1 upstream release.

 .gitignore  |    1 +
 libmtp.spec |   12 +++++++++---
 sources     |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4eb4e40..fcc4c04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libmtp.spec b/libmtp.spec
index dbce415..da2c669 100644
--- a/libmtp.spec
+++ b/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 at 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 at fedoraproject.org> 1.1.0-2
 - %%files: track abi/soname, so bumps aren't a surprise
 
diff --git a/sources b/sources
index 4234ce1..9ffcac5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd7b293436528f4c780a9da6e5cc5398  libmtp-1.1.0.tar.gz
+073e1c2a00ba377f68dce47727e185ae  libmtp-1.1.1.tar.gz


More information about the scm-commits mailing list