rpms/xfce4-screenshooter/devel xfce4-screenshooter-1.7.9-dsofix.patch, NONE, 1.1 xfce4-screenshooter.spec, 1.8, 1.9

Christoph Wickert cwickert at fedoraproject.org
Tue Feb 16 23:15:09 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26559

Modified Files:
	xfce4-screenshooter.spec 
Added Files:
	xfce4-screenshooter-1.7.9-dsofix.patch 
Log Message:
* Tue Feb 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.9-2
- Add patch to fix DSO linking (#564819)


xfce4-screenshooter-1.7.9-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xfce4-screenshooter-1.7.9-dsofix.patch ---
--- xfce4-screenshooter-1.7.9.orig/Makefile.in	2010-02-07 14:45:15.000000000 +0100
+++ xfce4-screenshooter-1.7.9/Makefile.in	2010-02-16 23:57:31.000000000 +0100
@@ -282,7 +282,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@


Index: xfce4-screenshooter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/xfce4-screenshooter.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- xfce4-screenshooter.spec	8 Feb 2010 00:29:52 -0000	1.8
+++ xfce4-screenshooter.spec	16 Feb 2010 23:15:08 -0000	1.9
@@ -4,13 +4,14 @@
 
 Name:           xfce4-screenshooter
 Version:        1.7.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Screenshot utility for the Xfce desktop
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/%{name}
 Source0:        http://archive.xfce.org/src/apps/%{name}/1.7/%{name}-%{version}.tar.bz2
+Patch0:         xfce4-screenshooter-1.7.9-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfcegui4-devel >= 4.4.0 xfce4-panel-devel >= 4.4.0
@@ -38,6 +39,7 @@ panel.
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 # KDE and GNOME have their own screenshot utilis
 echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in
 
@@ -94,6 +96,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue Feb 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.9-2
+- Add patch to fix DSO linking (#564819)
+
 * Sun Feb 07 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.7.9-1
 - Update to 1.7.9 (RC for 1.8.0)
 - Include NEWS and TODO



More information about the scm-commits mailing list