rpms/kdegames/devel kdegames-4.3.85-fix_liblogine_link.patch, NONE, 1.1 .cvsignore, 1.77, 1.78 kdegames.spec, 1.158, 1.159 sources, 1.79, 1.80 kdegames-4.3.80-fix-liblogine-link.patch, 1.1, NONE kdegames-4.3.80-fix-libloscript-link.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Fri Dec 18 17:06:11 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdegames/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3699

Modified Files:
	.cvsignore kdegames.spec sources 
Added Files:
	kdegames-4.3.85-fix_liblogine_link.patch 
Removed Files:
	kdegames-4.3.80-fix-liblogine-link.patch 
	kdegames-4.3.80-fix-libloscript-link.patch 
Log Message:
* Fri Dec 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.85-1
- kde-4.3.85 (4.4beta2)

what I have so far anyway, as usual, trademarks needs a bit of extra love


kdegames-4.3.85-fix_liblogine_link.patch:
 CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE kdegames-4.3.85-fix_liblogine_link.patch ---
diff -up kdegames-4.3.85/ksudoku/engine/CMakeLists.txt.fix-liblogine-link kdegames-4.3.85/ksudoku/engine/CMakeLists.txt
--- kdegames-4.3.85/ksudoku/engine/CMakeLists.txt.fix-liblogine-link	2009-12-14 04:44:53.000000000 -0600
+++ kdegames-4.3.85/ksudoku/engine/CMakeLists.txt	2009-12-18 11:02:09.608327595 -0600
@@ -23,6 +23,8 @@ kde4_add_library(logine STATIC ${liblogi
 
 target_link_libraries(logine
 	${QT_QTCORE_LIBRARY}
+	${QT_QTCORE_LIBRARY}
+	${QT_QTSCRIPT_LIBRARY}
 )
 
 add_subdirectory(script)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kdegames/devel/.cvsignore,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- .cvsignore	2 Dec 2009 13:07:56 -0000	1.77
+++ .cvsignore	18 Dec 2009 17:06:10 -0000	1.78
@@ -1 +1 @@
-kdegames-4.3.80.tar.bz2
+kdegames-4.3.85.tar.bz2


Index: kdegames.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdegames/devel/kdegames.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -p -r1.158 -r1.159
--- kdegames.spec	16 Dec 2009 11:13:16 -0000	1.158
+++ kdegames.spec	18 Dec 2009 17:06:10 -0000	1.159
@@ -1,8 +1,9 @@
+
 Name:    kdegames
 Summary: KDE Games
 Epoch:   6
-Version: 4.3.80
-Release: 3%{?dist}
+Version: 4.3.85
+Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kde.org/
@@ -22,10 +23,7 @@ Patch0: kdegames-4.3.80-trademarks.patch
 # upstream patches from 4.4 trunk
 # fix liblogine to link (Nicolas Lécureuil):
 # http://websvn.kde.org/?view=revision&revision=1058294
-Patch100: kdegames-4.3.80-fix-liblogine-link.patch
-# make liblogine and libloscript static, fixes libloscript to link (Funda Wang)
-# http://websvn.kde.org/?view=revision&revision=1058759
-Patch101: kdegames-4.3.80-fix-libloscript-link.patch
+Patch100: kdegames-4.3.85-fix_liblogine_link.patch
 
 # KSnakeDuel moved here from kdegames3
 Conflicts: kdegames3 < 3.5.10-6
@@ -115,9 +113,8 @@ game applications for KDE 4.
 
 %prep
 %setup -q -n kdegames-%{version}%{?alphatag}
-%patch0 -p1 -b .trademarks
-%patch100 -p0 -b .fix-liblogine-link
-%patch101 -p0 -b .fix-libloscript-link
+#patch0 -p1 -b .trademarks
+%patch100 -p1 -b .fix-liblogine-link
 
 %build
 # trademarks issue in RHEL
@@ -255,6 +252,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Dec 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.85-1
+- kde-4.3.85 (4.4beta2)
+
 * Wed Dec 16 2009 Jaroslav Reznik <jreznik at redhat.com> - 4.3.80-3
 - Repositioning the KDE Brand (#547361)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kdegames/devel/sources,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- sources	2 Dec 2009 13:07:56 -0000	1.79
+++ sources	18 Dec 2009 17:06:11 -0000	1.80
@@ -1 +1 @@
-94099f4e1917f4a68b2be679e2c0a17d  kdegames-4.3.80.tar.bz2
+2601a6d3ba33ea001cd7486d8c9da452  kdegames-4.3.85.tar.bz2


--- kdegames-4.3.80-fix-liblogine-link.patch DELETED ---


--- kdegames-4.3.80-fix-libloscript-link.patch DELETED ---




More information about the scm-commits mailing list