Mailinglist Archive: opensuse-commit (918 mails)
| < Previous | Next > |
commit kdebase3
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 05 Feb 2007 17:23:38 +0100
- Message-id: <20070205162338.E733C678183@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdebase3
checked in at Mon Feb 5 17:23:38 CET 2007.
--------
--- KDE/kdebase3/kdebase3.changes 2007-01-30 14:40:20.000000000 +0100
+++ /mounts/work_src_done/STABLE/kdebase3/kdebase3.changes 2007-02-05 16:59:08.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 2 14:19:16 CET 2007 - dmueller@xxxxxxx
+
+- update 3_5_BRANCH diff
+- fix low diskspace patch (#226766)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase3.spec ++++++
--- /var/tmp/diff_new_pack.Y14085/_old 2007-02-05 17:22:56.000000000 +0100
+++ /var/tmp/diff_new_pack.Y14085/_new 2007-02-05 17:22:56.000000000 +0100
@@ -52,7 +52,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.kde.org/
Version: 3.5.6
-Release: 3
+Release: 4
%define kde_version 3.5.6
Source0: kdebase-%{kde_version}.tar.bz2
Source3: startkde.suse.sh
@@ -376,7 +376,7 @@
Summary: Set and list fileshares
Group: System/Management
Version: 2.0
-Release: 238
+Release: 239
%description -n fileshareset
This package contains the the fileshareset utility to allow users to
@@ -1511,6 +1511,9 @@
%endif
%changelog -n kdebase3
+* Fri Feb 02 2007 - dmueller@xxxxxxx
+- update 3_5_BRANCH diff
+- fix low diskspace patch (#226766)
* Tue Jan 30 2007 - stbinner@xxxxxxx
- show konqfilemgr.desktop in the menu
* Fri Jan 26 2007 - coolo@xxxxxxx
++++++ lowdiskspace.patch ++++++
--- /var/tmp/diff_new_pack.Y14085/_old 2007-02-05 17:22:59.000000000 +0100
+++ /var/tmp/diff_new_pack.Y14085/_new 2007-02-05 17:22:59.000000000 +0100
@@ -43,7 +43,7 @@
+ total = sfs.f_blocks;
+ avail = ( getuid() ? sfs.f_bavail : sfs.f_bfree );
+
-+ if (avail < 0)
++ if (avail < 0 || total <= 0)
+ return; // we better do not say anything about it
+
+ int freeperc = static_cast<int>(100 * double(avail) / total);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |