rpms/gphoto2/FC-6 gphoto2-libexif.patch, NONE, 1.1 gphoto2.spec, 1.73, 1.74

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 23 11:37:05 UTC 2007


Author: jnovy

Update of /cvs/dist/rpms/gphoto2/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv19882

Modified Files:
	gphoto2.spec 
Added Files:
	gphoto2-libexif.patch 
Log Message:
- fix pointless upstream dependency on newer libexif, so that
  thumbnails are shown correctly in Fedora (#221831)


gphoto2-libexif.patch:
 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gphoto2-libexif.patch ---
--- gphoto2-2.3.1/libgphoto2-2.3.1/configure.ac.libexif	2006-12-24 11:13:03.000000000 -0500
+++ gphoto2-2.3.1/libgphoto2-2.3.1/configure.ac	2007-01-19 07:47:15.000000000 -0500
@@ -436,7 +436,7 @@
 dnl	     libexif is available from
 dnl	     http://www.sourceforge.net/projects/libexif
 dnl ---------------------------------------------------------------------------
-GP_CHECK_LIBRARY([LIBEXIF],[libexif],[>= 0.6.13],
+GP_CHECK_LIBRARY([LIBEXIF],[libexif],[>= 0.6.12],
 		 [libexif/exif-data.h],[exif_data_new],[
 AC_MSG_CHECKING([whether we use a version of libexif with ExifData.ifd[[]]])
 # Check for libexif version


Index: gphoto2.spec
===================================================================
RCS file: /cvs/dist/rpms/gphoto2/FC-6/gphoto2.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- gphoto2.spec	18 Jan 2007 16:45:43 -0000	1.73
+++ gphoto2.spec	23 Jan 2007 11:37:02 -0000	1.74
@@ -8,7 +8,7 @@
 %define libpkg libgphoto2
 %define libver 2.3.1
 Version: %{pkgver}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPL
 Group: Applications/Multimedia
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -17,6 +17,7 @@
 Source3: 90-gphoto-camera-policy.fdi
 Source4: gphoto-set-procperm
 Patch1: gphoto2-pkgcfg.patch
+Patch2: gphoto2-libexif.patch
 Url: http://www.gphoto.org/
 ExcludeArch: s390 s390x
 Provides: libgphoto2 = %{libver}
@@ -69,6 +70,7 @@
 %prep
 %setup -q -a 1
 %patch1 -p1 -b .pkgcfg
+%patch2 -p1 -b .libexif
 
 # write pkg-config stuff 
 cat > gphoto2.pc.in << EOF
@@ -205,6 +207,10 @@
 # ChangeLog
 ########################################################################
 %changelog
+* Tue Jan 23 2007 Jindrich Novy <jnovy at redhat.com> 2.3.1-3
+- fix pointless upstream dependency on newer libexif, so that
+  thumbnails are shown correctly in Fedora (#221831)
+
 * Thu Jan 18 2007 Jindrich Novy <jnovy at redhat.com> 2.3.1-2
 - really fix the gphoto2-devel multilib conflict (#205211)
 - gphoto2-devel requires libusb-devel (#222015)




More information about the fedora-cvs-commits mailing list