Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit kdelibs3
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 1 Aug 2006 17:03:36 +0200 (CEST)
  • Message-id: <20060801150336.2E07994ECF@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdelibs3
checked in at Tue Aug 1 17:03:36 CEST 2006.

--------
--- KDE/kdelibs3/kdelibs3-devel-doc.changes 2006-05-29 09:39:18.000000000 +0200
+++ kdelibs3/kdelibs3-devel-doc.changes 2006-07-23 21:32:36.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 23 21:32:19 CEST 2006 - coolo@xxxxxxx
+
+- update to KDE 3.5.4
+
+-------------------------------------------------------------------
--- KDE/kdelibs3/kdelibs3.changes 2006-07-10 08:45:04.000000000 +0200
+++ kdelibs3/kdelibs3.changes 2006-07-28 14:43:23.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Jul 23 21:31:55 CEST 2006 - coolo@xxxxxxx
+
+- update to KDE 3.5.4:
+ * several katepart, khtml and kjs fixes
+ * increased usability of KIO KSSL dialog
+ * allow KLineEdit show a hint message when empy and not focussed
+ * update the whitelist of IDNs: add gr, is and org
+ * kprocess/kcrash: add safety checks for set*uid return values
+ * kdirwatch: fix crashes caused by inotify code
+
+-------------------------------------------------------------------
--- KDE/kdelibs3/testkhtml.changes 2006-05-24 09:53:34.000000000 +0200
+++ kdelibs3/testkhtml.changes 2006-07-23 21:32:37.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 23 21:32:09 CEST 2006 - coolo@xxxxxxx
+
+- update to KDE 3.5.4
+
+-------------------------------------------------------------------

Old:
----
kdelibs-3.5.3.tar.bz2

New:
----
kdelibs-3.5.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdelibs3-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.4uDPSl/_old 2006-08-01 17:03:18.000000000 +0200
+++ /var/tmp/diff_new_pack.4uDPSl/_new 2006-08-01 17:03:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdelibs3-devel-doc (Version 3.5.3)
+# spec file for package kdelibs3-devel-doc (Version 3.5.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,8 +17,8 @@
Group: Documentation/HTML
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation
-Version: 3.5.3
-Release: 14
+Version: 3.5.4
+Release: 1
%define kdelibs_patch_level b
BuildArch: noarch
Requires: kdelibs3 qt3-devel-doc
@@ -58,7 +58,7 @@
for i in $list; do do_make -C $i DESTDIR=$RPM_BUILD_ROOT install-apidox || true; done
# The modern way, with kdevelop-incompatible api documentation :/
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/KDE3-API/
- KDEDOCDIR=$kde_htmldir/en/kdelibs-apidocs
+ KDEDOCDIR=$kde_htmldir/en/kdelibs-%{version}-apidocs
# this is forgotten, but kdevelop needs it
mkdir -p $RPM_BUILD_ROOT/$KDEDOCDIR
if test -d apidocs/qt; then
@@ -99,6 +99,8 @@
/opt/kde3/share/doc

%changelog -n kdelibs3-devel-doc
+* Sun Jul 23 2006 - coolo@xxxxxxx
+- update to KDE 3.5.4
* Mon May 29 2006 - stbinner@xxxxxxx
- fix build of kdelibs3-devel-doc
* Wed May 24 2006 - stbinner@xxxxxxx

++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.4uDPSl/_old 2006-08-01 17:03:18.000000000 +0200
+++ /var/tmp/diff_new_pack.4uDPSl/_new 2006-08-01 17:03:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdelibs3 (Version 3.5.3)
+# spec file for package kdelibs3 (Version 3.5.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,8 +20,8 @@
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE Base Libraries
-Version: 3.5.3
-Release: 14
+Version: 3.5.4
+Release: 1
%define kdelibs_patch_level a
Obsoletes: kde3-i18n kups keramik kdelibs3-cups kdelibs3-33addons
Provides: kups keramik kdelibs3-cups kdelibs3-33addons
@@ -183,7 +183,7 @@
%prep
echo %suse_version
%setup -q -n kdelibs-%{version}
-%patch0
+#%patch0
%patch3
%patch5
%patch7
@@ -732,6 +732,14 @@
/opt/kde3/%_lib/libkwalletclient.so

%changelog -n kdelibs3
+* Sun Jul 23 2006 - coolo@xxxxxxx
+- update to KDE 3.5.4:
+ * several katepart, khtml and kjs fixes
+ * increased usability of KIO KSSL dialog
+ * allow KLineEdit show a hint message when empy and not focussed
+ * update the whitelist of IDNs: add gr, is and org
+ * kprocess/kcrash: add safety checks for set*uid return values
+ * kdirwatch: fix crashes caused by inotify code
* Mon Jul 10 2006 - stbinner@xxxxxxx
- fix kdelibs3-devel-doc build
* Sun Jul 09 2006 - stbinner@xxxxxxx

++++++ testkhtml.spec ++++++
--- /var/tmp/diff_new_pack.4uDPSl/_old 2006-08-01 17:03:18.000000000 +0200
+++ /var/tmp/diff_new_pack.4uDPSl/_new 2006-08-01 17:03:18.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package testkhtml (Version 3.5.3)
+# spec file for package testkhtml (Version 3.5.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@
URL: http://www.kde.org
License: Other License(s), see package, BSD
Group: System/GUI/KDE
-Version: 3.5.3
-Release: 14
+Version: 3.5.4
+Release: 1
Summary: Internal: regression testing for konqueror renderer
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdelibs-%{version}.tar.bz2
@@ -72,6 +72,8 @@
/opt/kde3/share/apps/khtmltests

%changelog -n testkhtml
+* Sun Jul 23 2006 - coolo@xxxxxxx
+- update to KDE 3.5.4
* Wed May 24 2006 - stbinner@xxxxxxx
- update to KDE 3.5.3
* Mon Mar 20 2006 - stbinner@xxxxxxx

++++++ 3_5_BRANCH.diff ++++++
++++ 15357 lines (skipped)
++++ between KDE/kdelibs3/3_5_BRANCH.diff
++++ and kdelibs3/3_5_BRANCH.diff







++++++ kdelibs-3.5.3.tar.bz2 -> kdelibs-3.5.4.tar.bz2 ++++++
KDE/kdelibs3/kdelibs-3.5.3.tar.bz2 kdelibs3/kdelibs-3.5.4.tar.bz2 differ: char 11, line 1


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


< Previous Next >