rpms/gnubiff/F-13 gnubiff-2.2.13-dsofix.patch, NONE, 1.1 gnubiff.spec, 1.25, 1.26 gnubiff-2.2.10-extradeps.patch, 1.1, NONE

Christoph Wickert cwickert at fedoraproject.org
Sat Mar 27 17:54:59 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/gnubiff/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11051/F-13

Modified Files:
	gnubiff.spec 
Added Files:
	gnubiff-2.2.13-dsofix.patch 
Removed Files:
	gnubiff-2.2.10-extradeps.patch 
Log Message:
* Sat Mar 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.13-2
- Add patch to fix DSO linking. (#564648)


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

--- NEW FILE gnubiff-2.2.13-dsofix.patch ---
--- gnubiff-2.2.13/src/Makefile.in.orig	2010-03-27 16:47:05.000000000 +0100
+++ gnubiff-2.2.13/src/Makefile.in	2010-03-27 16:49:06.000000000 +0100
@@ -177,7 +177,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@


Index: gnubiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/F-13/gnubiff.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- gnubiff.spec	1 Mar 2010 21:14:35 -0000	1.25
+++ gnubiff.spec	27 Mar 2010 17:54:59 -0000	1.26
@@ -7,6 +7,7 @@ Group:      Applications/Internet
 License:    GPLv3+
 URL:        http://gnubiff.sourceforge.net/
 Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:     gnubiff-2.2.13-dsofix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libstdc++-devel
@@ -18,6 +19,7 @@ BuildRequires:	perl-XML-Parser
 
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
+BuildRequires:	intltool
 
 Requires:	        sox
 Requires(post):	    info
@@ -32,6 +34,7 @@ Supported protocols are POP3, APOP, IMAP
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -77,6 +80,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Mar 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.13-2
+- Add patch to fix DSO linking. (#564648)
+- BR intltool
+
 * Tue Feb 20 2010 Fabian Affolter <fabian at bernewireless.net> - 2.2.13-1
 - Removed patch
 - Removed .desktop and use the upstream one


--- gnubiff-2.2.10-extradeps.patch DELETED ---



More information about the scm-commits mailing list