Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit sylpheed-claws
  • From: root@xxxxxxx (h_root)
  • Date: Sun, 17 Sep 2006 11:59:35 +0200 (CEST)
  • Message-id: <20060917095935.F162F18BF95@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package sylpheed-claws
checked in at Sun Sep 17 11:59:35 CEST 2006.

--------
--- sylpheed-claws/sylpheed-claws.changes 2006-06-20 15:56:54.000000000 +0200
+++ /work/users/ro/STABLE/sylpheed-claws/sylpheed-claws.changes 2006-09-17 11:58:12.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 17 11:58:05 CEST 2006 - ro@xxxxxxx
+
+- fix missing return value
+
+-------------------------------------------------------------------

New:
----
sylpheed-retval.diff

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

Other differences:
------------------
++++++ sylpheed-claws.spec ++++++
--- /var/tmp/diff_new_pack.23Qbx5/_old 2006-09-17 11:58:22.000000000 +0200
+++ /var/tmp/diff_new_pack.23Qbx5/_new 2006-09-17 11:58:22.000000000 +0200
@@ -21,7 +21,7 @@
Group: Productivity/Networking/Email/Clients
Autoreqprov: on
Version: 1.0.3
-Release: 26
+Release: 30
Source0: %{name}-%{version}.tar.bz2
Source1: sylpheed-iconset-%{iversion}.tar.bz2
Source2: ghostscript-viewer-%{gversion}.tar.bz2
@@ -35,6 +35,7 @@
Patch6: sylpheed-openldap.diff
Patch7: sylpheed-mime-overflow.patch
Patch8: sylpheed-import-overflow.diff
+Patch9: sylpheed-retval.diff
URL: http://sylpheed-claws.sourceforge.net/
Summary: An Email client similar to Eudora on Windows
Requires: aspell
@@ -81,6 +82,7 @@
%patch6
%patch7
%patch8
+%patch9

%build
export ACLOCAL='aclocal -I m4'
@@ -244,6 +246,8 @@
%dir /usr/X11R6/share/pixmaps

%changelog -n sylpheed-claws
+* Sun Sep 17 2006 - ro@xxxxxxx
+- fix missing return value
* Tue Jun 20 2006 - dmueller@xxxxxxx
- build parallel
* Wed Feb 15 2006 - ro@xxxxxxx

++++++ sylpheed-retval.diff ++++++
--- src/ldapserver.c 2006/09/12 16:39:16 1.1
+++ src/ldapserver.c 2006/09/12 16:39:27
@@ -437,7 +437,7 @@
{
LdapQuery *incomplete = NULL;
GList *node;
- g_return_if_fail( server != NULL );
+ g_return_val_if_fail( server != NULL, incomplete );

node = server->listQuery;
node = g_list_last( node );

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread