Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit kdelibs3
  • From: root@xxxxxxx (h_root)
  • Date: Sat, 12 Aug 2006 19:01:35 +0200 (CEST)
  • Message-id: <20060812170135.900D995142@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdelibs3
checked in at Sat Aug 12 19:01:35 CEST 2006.

--------
--- KDE/kdelibs3/kdelibs3.changes 2006-08-07 16:34:57.000000000 +0200
+++ kdelibs3/kdelibs3.changes 2006-08-11 15:54:52.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 11 15:54:40 CEST 2006 - dmueller@xxxxxxx
+
+- update 3_5_BRANCH.diff to include fix for SSL issues
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kdelibs3-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.KNczPn/_old 2006-08-12 19:01:01.000000000 +0200
+++ /var/tmp/diff_new_pack.KNczPn/_new 2006-08-12 19:01:01.000000000 +0200
@@ -18,7 +18,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation
Version: 3.5.4
-Release: 3
+Release: 4
%define kdelibs_patch_level b
BuildArch: noarch
Requires: kdelibs3 qt3-devel-doc

++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.KNczPn/_old 2006-08-12 19:01:01.000000000 +0200
+++ /var/tmp/diff_new_pack.KNczPn/_new 2006-08-12 19:01:01.000000000 +0200
@@ -21,7 +21,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE Base Libraries
Version: 3.5.4
-Release: 3
+Release: 4
%define kdelibs_patch_level a
Obsoletes: kde3-i18n kups keramik kdelibs3-cups kdelibs3-33addons
Provides: kups keramik kdelibs3-cups kdelibs3-33addons
@@ -736,6 +736,8 @@
/opt/kde3/%_lib/libkwalletclient.so

%changelog -n kdelibs3
+* Fri Aug 11 2006 - dmueller@xxxxxxx
+- update 3_5_BRANCH.diff to include fix for SSL issues
* Mon Aug 07 2006 - coolo@xxxxxxx
- update 3_5_BRANCH.diff to include favicon drawing fix
* Fri Aug 04 2006 - stbinner@xxxxxxx

++++++ testkhtml.spec ++++++
--- /var/tmp/diff_new_pack.KNczPn/_old 2006-08-12 19:01:01.000000000 +0200
+++ /var/tmp/diff_new_pack.KNczPn/_new 2006-08-12 19:01:01.000000000 +0200
@@ -16,7 +16,7 @@
License: Other License(s), see package, BSD
Group: System/GUI/KDE
Version: 3.5.4
-Release: 3
+Release: 4
Summary: Internal: regression testing for konqueror renderer
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: kdelibs-%{version}.tar.bz2
@@ -63,7 +63,9 @@
cd $BASE
rm -rf tests baseline resources
list=`find . -type f | grep -v dump.png`
-for i in $list; do sed -e "s,$RPM_BUILD_ROOT,," $i > $i.new && mv $i.new $i; done
+if test -n "$list"; then
+ for i in $list; do sed -e "s,$RPM_BUILD_ROOT,," $i > $i.new && mv $i.new $i; done
+fi
dcopserver_shutdown

%clean

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








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



Remember to have fun...


< Previous Next >