rpms/f-spot/devel f-spot-0.2.0-libgphoto2-port.patch, NONE, 1.1 f-spot.spec, 1.29, 1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 12 15:45:55 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/f-spot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27856

Modified Files:
	f-spot.spec 
Added Files:
	f-spot-0.2.0-libgphoto2-port.patch 
Log Message:
fix libgphoto2_port version


f-spot-0.2.0-libgphoto2-port.patch:
 libgphoto2-sharp.dll.config |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE f-spot-0.2.0-libgphoto2-port.patch ---
--- f-spot-0.2.0/libgphoto2-sharp/libgphoto2-sharp.dll.config.libgphoto2-port	2006-09-12 11:41:26.000000000 -0400
+++ f-spot-0.2.0/libgphoto2-sharp/libgphoto2-sharp.dll.config	2006-09-12 11:42:01.000000000 -0400
@@ -1,3 +1,4 @@
 <configuration>
   <dllmap dll="libgphoto2.so" target="libgphoto2.so.2"/>
+  <dllmap dll="libgphoto2_port.so" target="libgphoto2_port.so.0"/>
 </configuration>


Index: f-spot.spec
===================================================================
RCS file: /cvs/dist/rpms/f-spot/devel/f-spot.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- f-spot.spec	4 Sep 2006 22:57:57 -0000	1.29
+++ f-spot.spec	12 Sep 2006 15:45:53 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           f-spot
 Version:        0.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
@@ -10,6 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: f-spot-0.1.11-libdir.patch
+Patch2: f-spot-0.2.0-libgphoto2-port.patch
 
 BuildRequires:  mono-devel mono-web mono-data mono-data-sqlite lcms-devel
 BuildRequires:  libexif-devel gphoto2-devel >= 2.1.4 
@@ -40,6 +41,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .libdir
+%patch2 -p1 -b .libphoto2-port
 
 %build
 autoconf
@@ -76,6 +78,9 @@
 %{_datadir}/gnome-screensaver/themes/f-spot-screensaver.desktop
 
 %changelog
+* Tue Sep 12 2006 Matthias Clasen <mclasen at redhat.com> - 0.2.0-2
+- Add libgphoto2_port version to dll config (#205302)
+
 * Mon Sep  4 2006 Christopher Aillon <caillon at redhat.com> - 0.2.0-1
 - Update to 0.2.0
 




More information about the fedora-cvs-commits mailing list