Hello community, here is the log from the commit of package micq checked in at Thu May 17 11:45:03 CEST 2007. -------- --- micq/micq.changes 2006-10-29 11:57:28.000000000 +0100 +++ /mounts/work_src_done/STABLE/micq/micq.changes 2007-05-13 18:38:59.463432000 +0200 @@ -1,0 +2,6 @@ +Sat May 12 21:01:20 CEST 2007 - sndirsch@suse.de + +- update to release 0.5.3 + * various bugfixes (including Bug #151488) + +------------------------------------------------------------------- Old: ---- micq-0.5.1.tgz New: ---- micq-0.5.3.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ micq.spec ++++++ --- /var/tmp/diff_new_pack.Z12444/_old 2007-05-17 11:44:53.000000000 +0200 +++ /var/tmp/diff_new_pack.Z12444/_new 2007-05-17 11:44:53.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package micq (Version 0.5.1) +# spec file for package micq (Version 0.5.3) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,11 +12,11 @@ Name: micq URL: http://www.micq.org/ -License: GNU General Public License (GPL) - all versions +License: GNU General Public License (GPL) Group: Productivity/Networking/ICQ Autoreqprov: on -Version: 0.5.1 -Release: 15 +Version: 0.5.3 +Release: 1 Summary: Console-Based ICQ Client Source: %{name}-%{version}.tgz Patch: macro_fixes.diff @@ -75,7 +75,10 @@ %{_mandir}/man?/micq*.gz /usr/share/micq/ -%changelog -n micq +%changelog +* Sat May 12 2007 - sndirsch@suse.de +- update to release 0.5.3 + * various bugfixes (including Bug #151488) * Sun Oct 29 2006 - meissner@suse.de - use RPM_OPT_FLAGS. * Sat Apr 15 2006 - sndirsch@suse.de ++++++ macro_fixes.diff ++++++ --- /var/tmp/diff_new_pack.Z12444/_old 2007-05-17 11:44:54.000000000 +0200 +++ /var/tmp/diff_new_pack.Z12444/_new 2007-05-17 11:44:54.000000000 +0200 @@ -4,9 +4,9 @@ #define CAP_GID_UTF8 "{0946134E-4C7F-11D1-8222-444553540000}" --#define HAS_CAP(caps,cap) (((caps)[cap / 32]) & (1UL << (cap % 32))) --#define SET_CAP(caps,cap) ((caps)[cap / 32]) |= (1UL << (cap % 32)) --#define CLR_CAP(caps,cap) ((caps)[cap / 32]) &= ~(1UL << (cap % 32)) +-#define HAS_CAP(caps,cap) (((caps)[(cap) / 32]) & (1UL << ((cap) % 32))) +-#define SET_CAP(caps,cap) ((caps)[(cap) / 32]) |= (1UL << ((cap) % 32)) +-#define CLR_CAP(caps,cap) ((caps)[(cap) / 32]) &= ~(1UL << ((cap) % 32)) +#define HAS_CAP(caps,cap) (((caps)[(cap) / 32]) & (1UL << ((cap) % 32))) +#define SET_CAP(caps,cap) (((caps)[(cap) / 32]) |= (1UL << ((cap) % 32))) +#define CLR_CAP(caps,cap) (((caps)[(cap) / 32]) &= ~(1UL << ((cap) % 32))) ++++++ micq-0.5.1.tgz -> micq-0.5.3.tgz ++++++ ++++ 42269 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de