rpms/kdepim/FC-6 pilot-link-0.12.2-fpic.patch, NONE, 1.1 kdepim.spec, 1.119, 1.120

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jun 16 08:30:16 UTC 2007


Author: than

Update of /cvs/dist/rpms/kdepim/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv9155

Modified Files:
	kdepim.spec 
Added Files:
	pilot-link-0.12.2-fpic.patch 
Log Message:
rebuild


pilot-link-0.12.2-fpic.patch:
 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pilot-link-0.12.2-fpic.patch ---
--- pilot-link-0.12.2/configure.ac.orig	2007-06-16 09:20:34.000000000 +0200
+++ pilot-link-0.12.2/configure.ac	2007-06-16 09:23:36.000000000 +0200
@@ -124,7 +124,7 @@
 			AC_MSG_RESULT(no)
 		fi
     ;;
-	amd64*freebsd*)
+	amd64*freebsd*|*linux*)
 		dnl Need -fPIC for shared libs
 		PIC_LIBS="-fPIC"
 	;;


Index: kdepim.spec
===================================================================
RCS file: /cvs/dist/rpms/kdepim/FC-6/kdepim.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- kdepim.spec	15 Jun 2007 22:53:24 -0000	1.119
+++ kdepim.spec	16 Jun 2007 08:30:13 -0000	1.120
@@ -11,7 +11,7 @@
 %define appdir %{_datadir}/applications/kde
 
 Version: 3.5.7
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
 Name: kdepim
 Summary: PIM (Personal Information Manager) for KDE
 Epoch: 6
@@ -34,6 +34,7 @@
 # pilot link
 Patch100: pilot-link-0.12.1-var.patch
 Patch101: pilot-link-0.12.2-m4.patch
+Patch102: pilot-link-0.12.2-fpic.patch
 
 Requires: kdebase >= %{kdebase_epoch}:%{version}
 Requires(post): /sbin/ldconfig
@@ -93,6 +94,7 @@
 pushd pilot-link-%{pilot_version}
 patch -p1 < %{PATCH100}
 patch -p1 < %{PATCH101}
+patch -p1 < %{PATCH102}
 autoreconf -is
 %configure \
   --with-python=no \
@@ -215,6 +217,9 @@
 %exclude %{_libdir}/libknodecommon.so
 
 %changelog
+* Sat Jun 16 2007 Than Ngo <than at redhat.com> 3.5.7-1.fc6.2
+- rebuild
+
 * Sat Jun 16 2007 Than Ngo <than at redhat.com> 3.5.7-1.fc6.1
 - add BR on libusb-devel
 




More information about the fedora-cvs-commits mailing list