rpms/gnubversion/devel subversion-DSO_link.patch, NONE, 1.1 gnubversion.spec, 1.6, 1.7

Xavier LAMIEN laxathom at fedoraproject.org
Wed May 5 10:59:24 UTC 2010


Author: laxathom

Update of /cvs/pkgs/rpms/gnubversion/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16877/devel

Modified Files:
	gnubversion.spec 
Added Files:
	subversion-DSO_link.patch 
Log Message:
Fix implicit DSO linking

subversion-DSO_link.patch:
 Makefile.common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE subversion-DSO_link.patch ---
--- gnubversion-0.5/Makefile.common.false	2008-01-17 00:22:19.000000000 +0100
+++ gnubversion-0.5/Makefile.common	2010-05-05 12:42:18.000000000 +0200
@@ -1,6 +1,6 @@
 
 SVN_INCLUDES = -I/usr/include/subversion-1
-SVN_LIBS = -lsvn_client-1
+SVN_LIBS = -lsvn_client-1 -lsvn_subr-1
 
 AM_CFLAGS =\
 	 -Wall


Index: gnubversion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnubversion/devel/gnubversion.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- gnubversion.spec	25 Jul 2009 00:56:08 -0000	1.6
+++ gnubversion.spec	5 May 2010 10:59:24 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           gnubversion
 Version:        0.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Gnome Interface to Subversion
 
 Group:          Applications/System
@@ -8,6 +8,7 @@ License:        GPLv3
 URL:            https://sourceforge.net/projects/gnubversion 
 Source0:        http://downloads.sourceforge.net/gnubversion/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:         subversion-DSO_link.patch
 
 BuildRequires:  nautilus-devel, libgnomeui-devel
 BuildRequires:  subversion-devel, e2fsprogs-devel
@@ -25,7 +26,7 @@ Provides graphical equivalents to "svn c
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .DSO_link
 
 %build
 %configure --disable-static
@@ -107,6 +108,9 @@ fi
 
 
 %changelog
+* Wed May 05 2010 Xavier Lamien <laxathom at fedoraproject.org> - 0.5-9
+- Fix implicit DSO-linking.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list