rpms/synaptic/devel synaptic-0.57.2-libx11.patch, NONE, 1.1 synaptic.spec, 1.40, 1.41

Panu Matilainen pmatilai at fedoraproject.org
Mon Feb 15 13:39:52 UTC 2010


Author: pmatilai

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

Modified Files:
	synaptic.spec 
Added Files:
	synaptic-0.57.2-libx11.patch 
Log Message:
- link to -lX11 explicitly (#565060)


synaptic-0.57.2-libx11.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE synaptic-0.57.2-libx11.patch ---
diff -up synaptic-0.57.2/gtk/Makefile.am.dsolink synaptic-0.57.2/gtk/Makefile.am
--- synaptic-0.57.2/gtk/Makefile.am.dsolink	2010-02-15 14:57:36.000000000 +0200
+++ synaptic-0.57.2/gtk/Makefile.am	2010-02-15 14:58:43.000000000 +0200
@@ -16,7 +16,7 @@ synaptic_LDADD = \
 	${top_builddir}/common/libsynaptic.a\
 	-lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \
 	@PACKAGE_LIBS@ @VTE_LIBS@ \
-	-lpthread $(LIBTAGCOLL_LIBS) 
+	-lX11 -lpthread $(LIBTAGCOLL_LIBS) 
 
 glade_DATA =                            \
 	window_about.glade  \
diff -up synaptic-0.57.2/gtk/Makefile.in.dsolink synaptic-0.57.2/gtk/Makefile.in
--- synaptic-0.57.2/gtk/Makefile.in.dsolink	2010-02-15 14:57:44.000000000 +0200
+++ synaptic-0.57.2/gtk/Makefile.in	2010-02-15 14:59:15.000000000 +0200
@@ -190,7 +190,7 @@ synaptic_LDADD = \
 	${top_builddir}/common/libsynaptic.a\
 	-lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \
 	@PACKAGE_LIBS@ @VTE_LIBS@ \
-	-lpthread $(LIBTAGCOLL_LIBS) 
+	-lX11 -lpthread $(LIBTAGCOLL_LIBS) 
 
 
 glade_DATA = \


Index: synaptic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synaptic/devel/synaptic.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- synaptic.spec	7 Dec 2009 15:14:11 -0000	1.40
+++ synaptic.spec	15 Feb 2010 13:39:52 -0000	1.41
@@ -3,7 +3,7 @@
 Summary: Graphical frontend for APT package manager.
 Name: synaptic
 Version: 0.57.2
-Release: 22%{?dist}
+Release: 23%{?dist}
 
 License: GPLv2+
 Group: Applications/System
@@ -17,6 +17,7 @@ Patch3: http://apt-rpm.org/patches/synap
 Patch4: http://apt-rpm.org/patches/synaptic-0.57.2-showprog.patch
 Patch5: http://apt-rpm.org/patches/synaptic-0.57.2-progressapi-hack.patch
 Patch6: synaptic-0.57.2-gcc43.patch
+Patch7: synaptic-0.57.2-libx11.patch
 URL: http://www.nongnu.org/synaptic/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: usermode-gtk
@@ -42,6 +43,7 @@ utility with a GUI front-end based on Gt
 %patch4 -p1 -b .showprog
 %patch5 -p1 -b .progresshack
 %patch6 -p1 -b .gcc43
+%patch7 -p1 -b .libx11
 
 %build
 %configure --disable-dependency-tracking
@@ -114,6 +116,9 @@ scrollkeeper-update -q ||:
 %{_mandir}/man8/%{name}.8*
 
 %changelog
+* Mon Feb 12 2010 Panu Matilainen <pmatilai at redhat.com> - 0.57.2-23
+- link to -lX11 explicitly (#565060)
+
 * Mon Dec 07 2009 Panu Matilainen <pmatilai at redhat.com> - 0.57.2-22
 - rebuild for rpm 4.8.0
 - drop nss-hack patch, it shouldn't be needed with rpm >= 4.7.1



More information about the scm-commits mailing list