rpms/ristretto/devel ristretto-0.0.22-dsofix.patch, NONE, 1.1 ristretto.spec, 1.7, 1.8

Christoph Wickert cwickert at fedoraproject.org
Wed Feb 17 23:24:08 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/ristretto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7695/devel

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


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

--- NEW FILE ristretto-0.0.22-dsofix.patch ---
--- ristretto-0.0.22.orig/src/Makefile.in	2009-05-15 20:20:11.000000000 +0200
+++ ristretto-0.0.22/src/Makefile.in	2010-02-18 00:15:01.000000000 +0100
@@ -141,7 +141,7 @@
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBEXIF_CFLAGS = @LIBEXIF_CFLAGS@
 LIBEXIF_LIBS = @LIBEXIF_LIBS@
 LIBEXIF_REQUIRED_VERSION = @LIBEXIF_REQUIRED_VERSION@


Index: ristretto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/devel/ristretto.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ristretto.spec	27 Jul 2009 03:03:43 -0000	1.7
+++ ristretto.spec	17 Feb 2010 23:24:07 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           ristretto
 Version:        0.0.22
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Image-viewer for the Xfce desktop environment
 Summary(de):    Bildbetrachter für die Xfce Desktop-Umgebung
 
@@ -8,6 +8,7 @@ Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/ristretto/
 Source0:        http://goodies.xfce.org/releases/ristretto/ristretto-%{version}.tar.gz
+Patch0:         ristretto-0.0.22-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  Thunar-devel >= 0.4, libxfcegui4-devel >= 4.4.0
@@ -26,6 +27,7 @@ Desktop-Umgebung.
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -78,6 +80,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.22-3
+- Add patch to fix DSO linking (#565114)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list