rpms/gpicview/F-13 gpicview-0.2.1-dsofix.patch, NONE, 1.1 gpicview.spec, 1.12, 1.13

Christoph Wickert cwickert at fedoraproject.org
Wed Feb 17 23:34:22 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/gpicview/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9388/F-13

Modified Files:
	gpicview.spec 
Added Files:
	gpicview-0.2.1-dsofix.patch 
Log Message:
* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-3
- Add patch to fix DSO linking (#564627)


gpicview-0.2.1-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gpicview-0.2.1-dsofix.patch ---
--- gpicview-0.2.1.orig/src/Makefile.in	2009-06-29 22:23:33.000000000 +0200
+++ gpicview-0.2.1/src/Makefile.in	2010-02-18 00:31:42.000000000 +0100
@@ -125,7 +125,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@


Index: gpicview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpicview/F-13/gpicview.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- gpicview.spec	25 Jul 2009 01:08:10 -0000	1.12
+++ gpicview.spec	17 Feb 2010 23:34:22 -0000	1.13
@@ -1,12 +1,13 @@
 Name:           gpicview
 Version:        0.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple and fast Image Viewer for X
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://lxde.sourceforge.net/gpicview/
 Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
+Patch0:         gpicview-0.2.1-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libjpeg-devel, gtk2-devel, desktop-file-utils, gettext, intltool
@@ -22,6 +23,7 @@ Environment, it only requires GTK+ and c
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -65,6 +67,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-3
+- Add patch to fix DSO linking (#564627)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list