Hello community, here is the log from the commit of package kdelibs3 checked in at Thu Jun 29 22:43:10 CEST 2006. -------- --- KDE/kdelibs3/kdelibs3.changes 2006-06-27 11:30:09.000000000 +0200 +++ kdelibs3/kdelibs3.changes 2006-06-28 21:38:22.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 28 21:38:15 CEST 2006 - dmueller@suse.de + +- update admin tarball for autoconf 2.60 support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs3-devel-doc.spec ++++++ --- /var/tmp/diff_new_pack.iZrPzE/_old 2006-06-29 22:42:47.000000000 +0200 +++ /var/tmp/diff_new_pack.iZrPzE/_new 2006-06-29 22:42:47.000000000 +0200 @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation Version: 3.5.3 -Release: 10 +Release: 11 %define kdelibs_patch_level b BuildArch: noarch Requires: kdelibs3 qt3-devel-doc ++++++ kdelibs3.spec ++++++ --- /var/tmp/diff_new_pack.iZrPzE/_old 2006-06-29 22:42:47.000000000 +0200 +++ /var/tmp/diff_new_pack.iZrPzE/_new 2006-06-29 22:42:47.000000000 +0200 @@ -21,7 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: KDE Base Libraries Version: 3.5.3 -Release: 10 +Release: 11 %define kdelibs_patch_level a Obsoletes: kde3-i18n kups keramik kdelibs3-cups kdelibs3-33addons Provides: kups keramik kdelibs3-cups kdelibs3-33addons @@ -732,6 +732,8 @@ /opt/kde3/%_lib/libkwalletclient.so %changelog -n kdelibs3 +* Wed Jun 28 2006 - dmueller@suse.de +- update admin tarball for autoconf 2.60 support * Tue Jun 27 2006 - stbinner@suse.de - update 3_5_BRANCH.diff for KDirWatch fixes (#188527) * Mon Jun 19 2006 - stbinner@suse.de ++++++ testkhtml.spec ++++++ --- /var/tmp/diff_new_pack.iZrPzE/_old 2006-06-29 22:42:47.000000000 +0200 +++ /var/tmp/diff_new_pack.iZrPzE/_new 2006-06-29 22:42:47.000000000 +0200 @@ -16,7 +16,7 @@ License: Other License(s), see package, BSD Group: System/GUI/KDE Version: 3.5.3 -Release: 10 +Release: 11 Summary: Internal: regression testing for konqueror renderer BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: kdelibs-%{version}.tar.bz2 ++++++ admin.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/admin/cvs.sh new/admin/cvs.sh --- old/admin/cvs.sh 2006-03-20 13:33:48.000000000 +0100 +++ new/admin/cvs.sh 2006-06-28 21:26:30.000000000 +0200 @@ -32,7 +32,7 @@ required_autoconf_version="2.53 or newer" AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` case $AUTOCONF_VERSION in - Autoconf*2.5* | autoconf*2.5* ) : ;; + Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;; "" ) echo "*** AUTOCONF NOT FOUND!." echo "*** KDE requires autoconf $required_autoconf_version" @@ -47,7 +47,7 @@ AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` case $AUTOHEADER_VERSION in - Autoconf*2.5* | autoheader*2.5* ) : ;; + Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;; "" ) echo "*** AUTOHEADER NOT FOUND!." echo "*** KDE requires autoheader $required_autoconf_version" @@ -316,7 +316,7 @@ fi fi if test -z "$VERSION" || test "$VERSION" = "@VERSION@"; then - VERSION="\"3.5.2\"" + VERSION="\"3.5.3\"" fi if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then modulename=`pwd`; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de