rpms/ktorrent/devel ktorrent-2.0.3-znow.patch, NONE, 1.1 ktorrent.spec, 1.14, 1.15

Roland Wolters (liquidat) fedora-extras-commits at redhat.com
Fri Oct 13 21:36:45 UTC 2006


Author: liquidat

Update of /cvs/extras/rpms/ktorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30931

Modified Files:
	ktorrent.spec 
Added Files:
	ktorrent-2.0.3-znow.patch 
Log Message:
patch for ppc build

ktorrent-2.0.3-znow.patch:

--- NEW FILE ktorrent-2.0.3-znow.patch ---
--- configure.origin	2006-10-13 23:22:00.394480000 +0200
+++ configure	2006-10-13 23:25:33.143776000 +0200
@@ -31299,7 +31299,7 @@
 
 #MIN_CONFIG(3.3)
 CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS $USE_EXCEPTIONS $USE_RTTI"
-LDFLAGS="$LDFLAGS -Wl -z now"
+LDFLAGS="$LDFLAGS -Wl,-z,now"
 
 
 # Check whether --enable-largefile or --disable-largefile was given.


Index: ktorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ktorrent.spec	13 Oct 2006 17:27:40 -0000	1.14
+++ ktorrent.spec	13 Oct 2006 21:36:44 -0000	1.15
@@ -2,12 +2,13 @@
 
 Name:           ktorrent
 Version:        2.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A BitTorrent program for KDE
 Group:          Applications/Internet
 License:        GPL
 URL:            http://ktorrent.pwsp.net/
 Source0:        http://ktorrent.org/downloads/2.0.3/ktorrent-2.0.3.tar.gz
+Patch0:         ktorrent-2.0.3-znow.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel
@@ -22,6 +23,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .znow
 
 %build
 %configure	--disable-rpath
@@ -125,8 +127,9 @@
 %{_datadir}/servicetypes/ktorrentplugin.desktop
 
 %changelog
-* Fri Oct 13 2006 Roland Wolters <wolters.liste at gmx.net> 2.0.3-1
+* Fri Oct 13 2006 Roland Wolters <wolters.liste at gmx.net> 2.0.3-2
 - Update to upstream version 2.0.3
+- added znow patch for ppc
 
 * Thu Sep 07 2006 Roland Wolters <wolters.liste at gmx.net> 2.0.2-3
 - mass rebuild




More information about the scm-commits mailing list