Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit kdelibs3
- From: root@xxxxxxx (h_root)
- Date: Mon, 16 Oct 2006 01:59:36 +0200 (CEST)
- Message-id: <20061015235936.19ECE84467@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdelibs3
checked in at Mon Oct 16 01:59:36 CEST 2006.
--------
--- KDE/kdelibs3/kdelibs3.changes 2006-10-11 22:48:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdelibs3/kdelibs3.changes 2006-10-16 00:55:37.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 16 00:55:23 CEST 2006 - schwab@xxxxxxx
+
+- Make sure config.rpath is present.
+- Update automake version test.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdelibs3-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.TpLRAO/_old 2006-10-16 01:58:56.000000000 +0200
+++ /var/tmp/diff_new_pack.TpLRAO/_new 2006-10-16 01:58:56.000000000 +0200
@@ -18,7 +18,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation
Version: 3.5.5
-Release: 5
+Release: 7
%define kdelibs_patch_level b
BuildArch: noarch
Requires: kdelibs3 qt3-devel-doc
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.TpLRAO/_old 2006-10-16 01:58:56.000000000 +0200
+++ /var/tmp/diff_new_pack.TpLRAO/_new 2006-10-16 01:58:56.000000000 +0200
@@ -21,7 +21,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE Base Libraries
Version: 3.5.5
-Release: 5
+Release: 7
Obsoletes: kde3-i18n kups keramik kdelibs3-cups kdelibs3-33addons
Provides: kups keramik kdelibs3-cups kdelibs3-33addons
Provides: kdelibs3_base = 3.3
@@ -277,6 +277,7 @@
#
# create build enviroment
#
+cp /usr/share/gettext/config.rpath admin
UNSERMAKE=yes make -f admin/Makefile.common cvs
%build
@@ -740,6 +741,9 @@
/opt/kde3/%_lib/libkwalletclient.so
%changelog -n kdelibs3
+* Mon Oct 16 2006 - schwab@xxxxxxx
+- Make sure config.rpath is present.
+- Update automake version test.
* Wed Oct 11 2006 - stbinner@xxxxxxx
- update 3_5_BRANCH diff:
* fix crash when scheduling job for an invalid URL (#211541)
++++++ testkhtml.spec ++++++
--- /var/tmp/diff_new_pack.TpLRAO/_old 2006-10-16 01:58:56.000000000 +0200
+++ /var/tmp/diff_new_pack.TpLRAO/_new 2006-10-16 01:58:56.000000000 +0200
@@ -16,7 +16,7 @@
License: Other License(s), see package, BSD
Group: System/GUI/KDE
Version: 3.5.5
-Release: 5
+Release: 7
Summary: Internal: regression testing for konqueror renderer
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdelibs-%{version}.tar.bz2
++++++ admin.diff ++++++
--- /var/tmp/diff_new_pack.TpLRAO/_old 2006-10-16 01:58:56.000000000 +0200
+++ /var/tmp/diff_new_pack.TpLRAO/_new 2006-10-16 01:58:56.000000000 +0200
@@ -1,6 +1,6 @@
--- admin/acinclude.m4.in
+++ admin/acinclude.m4.in
-@@ -4878,6 +4878,7 @@
+@@ -4972,6 +4972,7 @@
fi
# And delete superfluous '/' to make compares easier
prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
@@ -8,6 +8,23 @@
exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
kde_libs_prefix='$(prefix)'
+--- admin/cvs.sh
++++ admin/cvs.sh
+@@ -63,12 +63,12 @@
+ AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
+ required_automake_version="1.6.1 or newer"
+ case $AUTOMAKE_STRING in
+- automake*1.5d* | automake*1.5* | automake*1.5-* )
++ automake*1.5* )
+ echo "*** YOU'RE USING $AUTOMAKE_STRING."
+ echo "*** KDE requires automake $required_automake_version"
+ exit 1
+ ;;
+- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
+ echo "*** $AUTOMAKE_STRING found."
+ UNSERMAKE=no
+ ;;
--- admin/detect-autoconf.pl
+++ admin/detect-autoconf.pl
@@ -134,7 +134,7 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |