Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit kdegames3
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Sep 2007 18:31:50 +0200
- Message-id: <20070903163150.A942B678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdegames3
checked in at Mon Sep 3 18:31:50 CEST 2007.
--------
--- KDE/kdegames3/kdegames3.changes 2007-08-04 19:17:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdegames3/kdegames3.changes 2007-09-03 16:05:56.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 3 16:05:51 CEST 2007 - dmueller@xxxxxxx
+
+- fix parallel build
+
+-------------------------------------------------------------------
New:
----
3_5_BRANCH_r707935.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegames3.spec ++++++
--- /var/tmp/diff_new_pack.E17278/_old 2007-09-03 18:31:14.000000000 +0200
+++ /var/tmp/diff_new_pack.E17278/_new 2007-09-03 18:31:14.000000000 +0200
@@ -18,10 +18,11 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
Version: 3.5.7
-Release: 29
+Release: 41
Url: http://www.kde.org
Source: kdegames-%{version}.tar.bz2
Patch0: 3_5_BRANCH.diff
+Patch1: 3_5_BRANCH_r707935.diff
%description
The base libraries for kdegames as well as the games Solitaire and
@@ -116,6 +117,7 @@
%prep
%setup -n kdegames-%{version} -q
%patch
+%patch1
. /etc/opt/kde3/common_options
update_admin
@@ -411,6 +413,8 @@
/opt/kde3/%_lib/libkolf.la
%changelog
+* Mon Sep 03 2007 - dmueller@xxxxxxx
+- fix parallel build
* Sat Aug 04 2007 - stbinner@xxxxxxx
- add 3_5_BRANCH.diff
* Thu Jul 19 2007 - stbinner@xxxxxxx
++++++ 3_5_BRANCH_r707935.diff ++++++
------------------------------------------------------------------------
r707935 | mueller | 2007-09-03 13:55:04 +0200 (Mon, 03 Sep 2007) | 2 lines
fix build dependencies
------------------------------------------------------------------------
Index: kbattleship/kbattleship/Makefile.am
===================================================================
--- kbattleship/kbattleship/Makefile.am (revision 707934)
+++ kbattleship/kbattleship/Makefile.am (revision 707935)
@@ -14,6 +14,7 @@ kbattleship_SOURCES = kbaiplayer.cpp kbs
konnectionhandling.cpp kship.cpp kshiplist.cpp \
kbchooserstrategy.cpp kbattleship.cpp main.cpp
kbattleship_LDADD = $(LIB_KDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_KFILE) $(LIB_KDNSSD)
+kbattleship_COMPILE_FIRST = dialogs/infoDlg.h dialogs/chatDlg.h dialogs/connectDlg.h dialogs/serverDlg.h dialogs/statDlg.h
kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kbattleship_DEPENDENCIES = $(LIB_KDEGAMES_DEP)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |