[libgphoto2/f15] remove unneeded print-camera-list from libdir (#745081)

Jindrich Novy jnovy at fedoraproject.org
Wed Oct 12 12:36:52 UTC 2011


commit 6615e9c7f6818a79baa0fb92036aba07e6c9ac91
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Wed Oct 12 14:36:45 2011 +0200

    remove unneeded print-camera-list from libdir (#745081)

 .gitignore      |    2 +-
 libgphoto2.spec |    9 ++++++++-
 sources         |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be59e5d..9ee59df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libgphoto2-2.4.10.1.tar.bz2
+/libgphoto2-2.4.11.tar.bz2
diff --git a/libgphoto2.spec b/libgphoto2.spec
index cfb0cf7..e48a064 100644
--- a/libgphoto2.spec
+++ b/libgphoto2.spec
@@ -1,6 +1,6 @@
 Summary: Library for accessing digital cameras
 Name: libgphoto2
-Version: 2.4.10.1
+Version: 2.4.11
 Release: 1%{?dist}
 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
 License: GPLv2+ and GPLv2
@@ -123,6 +123,9 @@ popd
 # remove circular symlink in /usr/include/gphoto2 (#460807)
 rm -f %{buildroot}%{_includedir}/gphoto2/gphoto2
 
+# remove unneeded print-camera-list from libdir (#745081)
+rm -f %{buildroot}%{_libdir}/libgphoto2/print-camera-list
+
 rm -rf %{buildroot}%{_libdir}/libgphoto2/*/*a
 rm -rf %{buildroot}%{_libdir}/libgphoto2_port/*/*a
 rm -rf %{buildroot}%{_libdir}/*.a
@@ -166,6 +169,10 @@ rm -rf "${RPM_BUILD_ROOT}"
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 12 2011 Jindrich Novy <jnovy at redhat.com> 2.4.11-1
+- update to 2.4.11
+- remove unneeded print-camera-list from libdir (#745081)
+
 * Wed Feb 09 2011 Jindrich Novy <jnovy at redhat.com> 2.4.10.1-1
 - update to 2.4.10.1
 
diff --git a/sources b/sources
index c09fc2f..a87af07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-362cd914c64b2363f4d0bd5ad07c7209  libgphoto2-2.4.10.1.tar.bz2
+16a22b9739e45a95980ed62705fe7333  libgphoto2-2.4.11.tar.bz2


More information about the scm-commits mailing list