rpms/parole/devel parole-0.2.0.2-dsofix.patch, NONE, 1.1 parole.spec, 1.12, 1.13

Kevin Fenzi kevin at fedoraproject.org
Thu Feb 18 22:30:00 UTC 2010


Author: kevin

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

Modified Files:
	parole.spec 
Added Files:
	parole-0.2.0.2-dsofix.patch 
Log Message:
Add patch to fix DSO issue. Fixes bug #565207


parole-0.2.0.2-dsofix.patch:
 browser-plugin/media-plugin/Makefile.in |    2 +-
 src/Makefile.in                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE parole-0.2.0.2-dsofix.patch ---
diff -Nur parole-0.2.0.2.orig/browser-plugin/media-plugin/Makefile.in parole-0.2.0.2/browser-plugin/media-plugin/Makefile.in
--- parole-0.2.0.2.orig/browser-plugin/media-plugin/Makefile.in	2010-01-25 04:47:24.000000000 -0700
+++ parole-0.2.0.2/browser-plugin/media-plugin/Makefile.in	2010-02-18 15:16:52.000000000 -0700
@@ -198,7 +198,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 LIBNOTIFY_REQUIRED_VERSION = @LIBNOTIFY_REQUIRED_VERSION@
diff -Nur parole-0.2.0.2.orig/src/Makefile.in parole-0.2.0.2/src/Makefile.in
--- parole-0.2.0.2.orig/src/Makefile.in	2010-01-25 04:47:27.000000000 -0700
+++ parole-0.2.0.2/src/Makefile.in	2010-02-18 13:55:57.000000000 -0700
@@ -205,7 +205,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 LIBNOTIFY_REQUIRED_VERSION = @LIBNOTIFY_REQUIRED_VERSION@


Index: parole.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parole/devel/parole.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- parole.spec	25 Jan 2010 15:30:12 -0000	1.12
+++ parole.spec	18 Feb 2010 22:30:00 -0000	1.13
@@ -4,13 +4,15 @@
 
 Name:           parole
 Version:        0.2.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Media player for the Xfce desktop
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/parole
 Source0:        http://archive.xfce.org/src/apps/parole/0.2/%{name}-%{version}.tar.bz2
+# Upstream bug: http://bugzilla.xfce.org/show_bug.cgi?id=6244
+Patch1:		parole-0.2.0.2-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.16.0
@@ -67,7 +69,7 @@ The %{name}-devel package contains heade
 
 %prep
 %setup -q
-
+%patch1 -p1 
 
 %build
 %configure --disable-static --enable-gtk-doc \
@@ -138,6 +140,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Thu Feb 18 2010 Kevin Fenzi <kevin at tummy.com> - 0.2.0.2-2
+- Add patch to fix DSO issue. Fixes bug #565207
+
 * Mon Jan 25 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0.2-1
 - Update to 0.2.0.2
 



More information about the scm-commits mailing list