Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit kdepim3
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 04 Sep 2007 00:49:17 +0200
- Message-id: <20070903224918.1F5C6678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdepim3
checked in at Tue Sep 4 00:49:17 CEST 2007.
--------
--- KDE/kdepim3/kdepim3.changes 2007-09-02 13:25:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdepim3/kdepim3.changes 2007-09-04 00:33:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 4 00:32:52 CEST 2007 - dmueller@xxxxxxx
+
+- fix parallel build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdepim3.spec ++++++
--- /var/tmp/diff_new_pack.C19006/_old 2007-09-04 00:48:50.000000000 +0200
+++ /var/tmp/diff_new_pack.C19006/_new 2007-09-04 00:48:50.000000000 +0200
@@ -28,7 +28,7 @@
Group: System/GUI/KDE
Summary: Personal Information Manager Software for KDE
Version: 3.5.7.enterprise.0.20070831.706868
-Release: 3
+Release: 5
%define realversion 3.5.6.enterprise.0.20070731.694771
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
@@ -798,6 +798,8 @@
%endif
%changelog
+* Tue Sep 04 2007 - dmueller@xxxxxxx
+- fix parallel build
* Sun Sep 02 2007 - dgollub@xxxxxxx
- added missing xml conflict algorithm (#304803)
* Fri Aug 31 2007 - wstephenson@xxxxxxx
++++++ build-parallel.diff ++++++
--- /var/tmp/diff_new_pack.C19006/_old 2007-09-04 00:48:50.000000000 +0200
+++ /var/tmp/diff_new_pack.C19006/_new 2007-09-04 00:48:50.000000000 +0200
@@ -1,13 +1,20 @@
--- kmail/Makefile.am
+++ kmail/Makefile.am
-@@ -52,6 +52,10 @@ bin_PROGRAMS = kmail
+@@ -52,6 +52,8 @@ bin_PROGRAMS = kmail
kmail_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kmail_LDADD = libkmailprivate.la
-+$(srcdir)/customtemplates.h: customtemplates_base.h
-+$(srcdir)/globalsettings.h: globalsettings_base.h
-+$(srcdir)/templatesconfiguration.h: templatesconfiguration_base.h
++libkmailprivate_la_COMPILE_FIRST = globalsettings_base.h customtemplates_base.h templatesconfiguration_base.h
+
libkmailprivate_la_SOURCES = kmmessage.cpp kmmainwin.cpp configuredialog.cpp \
configuredialog_p.cpp klistviewindexedsearchline.cpp \
simplestringlisteditor.cpp index.cpp \
+@@ -146,6 +148,8 @@ kmail_SOURCES = main.cpp
+
+ libkmailpart_la_SOURCES = kmailpartIface.skel kmail_part.cpp
+
++libkmailpart_la_COMPILE_FIRST = globalsettings_base.h customtemplates_base.h templatesconfiguration_base.h
++
+ check_PROGRAMS = dcoptest recipienteditortest
+
+ METASOURCES = AUTO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |