Mailinglist Archive: opensuse-commit (858 mails)
| < Previous | Next > |
commit kdeutils4
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 02 Nov 2007 01:29:45 +0100
- Message-id: <20071102002945.CD5AC6781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdeutils4
checked in at Fri Nov 2 01:29:45 CET 2007.
--------
--- KDE/kdeutils4/kdeutils4.changes 2007-10-26 13:37:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdeutils4/kdeutils4.changes 2007-11-01
00:41:10.983907000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 1 00:41:02 CET 2007 - dmueller@xxxxxxx
+
+- fix free() call
+
+-------------------------------------------------------------------
New:
----
r731538.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdeutils4.spec ++++++
--- /var/tmp/diff_new_pack.S31683/_old 2007-11-02 01:29:34.000000000 +0100
+++ /var/tmp/diff_new_pack.S31683/_new 2007-11-02 01:29:34.000000000 +0100
@@ -22,13 +22,14 @@
Summary: Base Package of KDE Utility Programs
Url: http://www.kde.org
Version: 3.95.0
-Release: 1
+Release: 2
%define rversion 3.95.0
Source0: kdeutils-%rversion.tar.bz2
Source1: _upstream
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdebase4-runtime
Patch: desktop-files.diff
+Patch1: r731538.diff
Suggests: kde4-ark
Suggests: kde4-kcalc
Suggests: kde4-kcharselect
@@ -59,6 +60,7 @@
%prep
%setup -q -n kdeutils-%rversion
%patch
+%patch1
%build
%cmake_kde4 -d build
@@ -613,6 +615,8 @@
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING-DOCS README
%changelog
+* Thu Nov 01 2007 - dmueller@xxxxxxx
+- fix free() call
* Fri Oct 26 2007 - dmueller@xxxxxxx
- update to KDE 4.0 beta4
* Thu Oct 18 2007 - dmueller@xxxxxxx
++++++ r731538.diff ++++++
------------------------------------------------------------------------
r731538 | mueller | 2007-11-01 00:26:33 +0100 (Thu, 01 Nov 2007) | 2 lines
fix free() call
------------------------------------------------------------------------
--- ark/plugins/bk/bkRead.c
+++ ark/plugins/bk/bkRead.c
@@ -945,7 +945,7 @@ int readPosixFileMode(VolInfo* volInfo,
rc = read(volInfo->imageForReading, suFields, lenSU);
if(rc != lenSU) {
- free (lenSU);
+ free (suFields);
return BKERROR_READ_GENERIC;
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |