[libgphoto2/f18] update to 2.5.1.1

Jindrich Novy jnovy at fedoraproject.org
Tue Feb 19 07:24:43 UTC 2013


commit dcde8d06ff34d29de7d6bd5e8a606fd030738661
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Tue Feb 19 08:24:34 2013 +0100

    update to 2.5.1.1

 .gitignore               |    2 +-
 libgphoto2-usbscsi.patch |  201 ----------------------------------------------
 libgphoto2.spec          |   12 ++--
 sources                  |    2 +-
 4 files changed, 8 insertions(+), 209 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0eb9d8d..0a4fbaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libgphoto2-2.5.0.tar.bz2
+/libgphoto2-2.5.1.1.tar.bz2
diff --git a/libgphoto2.spec b/libgphoto2.spec
index 7c4c259..5690845 100644
--- a/libgphoto2.spec
+++ b/libgphoto2.spec
@@ -2,8 +2,8 @@
 
 Summary: Library for accessing digital cameras
 Name: libgphoto2
-Version: 2.5.0
-Release: 8%{?dist}
+Version: 2.5.1.1
+Release: 1%{?dist}
 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
 License: GPLv2+ and GPLv2
 Group: Development/Libraries
@@ -13,8 +13,6 @@ Patch1: gphoto2-pkgcfg.patch
 Patch2: gphoto2-storage.patch
 Patch3: gphoto2-ixany.patch
 Patch4: gphoto2-device-return.patch
-# Bugfix from upstream svn, can be dropped with next rebase
-Patch5: libgphoto2-usbscsi.patch
 Url: http://www.gphoto.org/
 Requires: lockdev
 BuildRequires: libusb1-devel, libusb-devel >= 0.1.5
@@ -57,7 +55,6 @@ use libgphoto2.
 %patch2 -p1 -b .storage
 %patch3 -p1 -b .ixany
 %patch4 -p1 -b .device-return
-%patch5 -p0
 
 for i in AUTHORS COPYING libgphoto2_port/AUTHORS libgphoto2_port/COPYING.LIB `find -name 'README.*'`; do
 	mv ${i} ${i}.old
@@ -88,7 +85,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 #libusb and libusb have shoved their .pc files into /lib[64]/pkgconfig
 export PKG_CONFIG_PATH=/%{_lib}/pkgconfig
 %configure \
-	udevscriptdir=%{udevdir} \
+	udevscriptdir='%{udevdir}' \
 	--with-drivers=all \
 	--with-doc-dir=%{_docdir}/%{name} \
 	--disable-static \
@@ -168,6 +165,9 @@ rm -rf "${RPM_BUILD_ROOT}"
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 19 2013 Jindrich Novy <jnovy at redhat.com> 2.5.1.1-1
+- update to 2.5.1.1
+
 * Sun Feb 17 2013 Jindrich Novy <jnovy at redhat.com> 2.5.0-8
 - fix camera detection - thanks to Panu Matilainen (#912040)
 
diff --git a/sources b/sources
index ef196a6..69c994d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-467638d80ec0ef057999361aeb49d123  libgphoto2-2.5.0.tar.bz2
+b3e5e27f89bef03425e0c2bbab3544bb  libgphoto2-2.5.1.1.tar.bz2


More information about the scm-commits mailing list