rpms/devilspie/F-13 devilspie-0.22-dsofix.patch, NONE, 1.1 devilspie.spec, 1.13, 1.14

Christoph Wickert cwickert at fedoraproject.org
Thu Feb 25 14:30:08 UTC 2010


Author: cwickert

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

Modified Files:
	devilspie.spec 
Added Files:
	devilspie-0.22-dsofix.patch 
Log Message:
* Thu Feb 25 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.22-5
- Add patch to fix DSO linking (#564707)


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

--- NEW FILE devilspie-0.22-dsofix.patch ---
--- devilspie-0.22.orig/src/Makefile.in	2007-11-24 14:50:20.000000000 +0100
+++ devilspie-0.22/src/Makefile.in	2010-02-25 15:25:07.000000000 +0100
@@ -133,7 +133,7 @@
 INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@


Index: devilspie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/devilspie/F-13/devilspie.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- devilspie.spec	24 Jul 2009 20:11:49 -0000	1.13
+++ devilspie.spec	25 Feb 2010 14:30:08 -0000	1.14
@@ -1,12 +1,13 @@
 Name:           devilspie
 Version:        0.22
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A window-matching utility
 
 Group:          User Interface/X
 License:        GPLv2+
 URL:            http://www.burtonini.com/blog/computers/devilspie
 Source0:        http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
+Patch0:         devilspie-0.22-dsofix.patch
 Patch1:         devilspie-0.20.2-manpage.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libwnck-devel
@@ -25,6 +26,7 @@ window. 
 %prep
 %setup -q
 
+%patch0 -p1 -b .dsofix
 %patch1 -p1 -b .manpage
 
 %build
@@ -47,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/devilspie.1.gz
 
 %changelog
+* Thu Feb 25 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.22-5
+- Add patch to fix DSO linking (#564707)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list