rpms/kdeedu/devel kdeedu-4.4.0-cln.patch, NONE, 1.1 kdeedu.spec, 1.232, 1.233

Than Ngo than at fedoraproject.org
Mon Feb 15 18:04:28 UTC 2010


Author: than

Update of /cvs/extras/rpms/kdeedu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23303

Modified Files:
	kdeedu.spec 
Added Files:
	kdeedu-4.4.0-cln.patch 
Log Message:
fix build issue


kdeedu-4.4.0-cln.patch:
 CMakeLists.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE kdeedu-4.4.0-cln.patch ---
diff -up kdeedu-4.4.0/marble/data/mwdbii/PISLAND.PNT.orig kdeedu-4.4.0/marble/data/mwdbii/PISLAND.PNT
Binärdateien kdeedu-4.4.0/marble/data/mwdbii/PISLAND.PNT.orig and kdeedu-4.4.0/marble/data/mwdbii/PISLAND.PNT sind verschieden.
diff -up kdeedu-4.4.0/marble/data/mwdbii/PLAKE.PNT.orig kdeedu-4.4.0/marble/data/mwdbii/PLAKE.PNT
Binärdateien kdeedu-4.4.0/marble/data/mwdbii/PLAKE.PNT.orig and kdeedu-4.4.0/marble/data/mwdbii/PLAKE.PNT sind verschieden.
diff -up kdeedu-4.4.0/step/step/CMakeLists.txt.orig kdeedu-4.4.0/step/step/CMakeLists.txt
--- kdeedu-4.4.0/step/step/CMakeLists.txt.orig	2010-02-15 19:12:01.000000000 +0100
+++ kdeedu-4.4.0/step/step/CMakeLists.txt	2010-02-15 19:12:40.000000000 +0100
@@ -67,7 +67,8 @@ target_link_libraries(step
     ${KDE4_KHTML_LIBS}
     ${KDE4_KNEWSTUFF2_LIBS}
     ${QT_QTOPENGL_LIBRARY}
-    ${qalculate_LIBS})
+    ${qalculate_LIBS}
+    cln)
 
 install(TARGETS step ${INSTALL_TARGETS_DEFAULT_ARGS})
 install(FILES step.kcfg DESTINATION  ${KCFG_INSTALL_DIR})


Index: kdeedu.spec
===================================================================
RCS file: /cvs/extras/rpms/kdeedu/devel/kdeedu.spec,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -p -r1.232 -r1.233
--- kdeedu.spec	13 Feb 2010 23:25:34 -0000	1.232
+++ kdeedu.spec	15 Feb 2010 18:04:28 -0000	1.233
@@ -8,13 +8,14 @@
 Name:    kdeedu
 Summary: Educational/Edutainment applications
 Version: 4.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 Group:	 Amusements/Games
 URL:     http://www.kde.org/
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeedu-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: kdeedu-4.4.0-cln.patch
 
 ## upstreamable patches
 Patch51: kdeedu-4.3.90-cantor_part_desktop_fix.patch 
@@ -175,6 +176,7 @@ Educational/Edutainment Math application
 %prep
 %setup -q -n kdeedu-%{version}%{?alphatag}
 
+%patch0 -p1 -b .cln
 %patch51 -p1 -b .cantor_part_desktop_fix.patch
 
 
@@ -535,6 +537,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 15 2010 Than Ngo <than at redhat.com> - 4.4.0-3
+- fix build issue
+
 * Sat Feb 13 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.4.0-2
 - rebuild (libqalculate/cln implicit linkage, #564920)
 



More information about the scm-commits mailing list