commit icewm-lite for openSUSE:Factory
Hello community, here is the log from the commit of package icewm-lite for openSUSE:Factory checked in at 2012-05-31 17:05:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icewm-lite (Old) and /work/SRC/openSUSE:Factory/.icewm-lite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "icewm-lite", Maintainer is "MMarek@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/icewm-lite/icewm-lite.changes 2011-12-26 16:28:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.icewm-lite.new/icewm-lite.changes 2012-05-31 17:05:42.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 24 10:21:26 UTC 2012 - idonmez@suse.com + +- Fix build with new X11 headers + +------------------------------------------------------------------- New: ---- icewm-x11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icewm-lite.spec ++++++ --- /var/tmp/diff_new_pack.9NWzTj/_old 2012-05-31 17:05:44.000000000 +0200 +++ /var/tmp/diff_new_pack.9NWzTj/_new 2012-05-31 17:05:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package icewm-lite # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: icewm-lite BuildRequires: autoconf BuildRequires: freetype2-devel @@ -37,6 +38,7 @@ Patch9: icewm-1.2.35-unaligned-access.patch Patch10: icewm-1.2.36-gnome-compilation.patch Patch11: icewm-1.2.38pre1-bad-delete.patch +Patch12: icewm-x11.patch Url: http://www.icewm.org/ Summary: IceWM Window Manager--Lite Version License: LGPL-2.1+ @@ -70,6 +72,7 @@ %patch9 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build autoconf ++++++ icewm-x11.patch ++++++ Description: Don't use "deprecated" as identifier, will FTBFS if another library defines functions as deprecated. Author: Andreas Moog <amoog@ubuntu.com> Bug: https://sourceforge.net/tracker/?func=detail&aid=3494034&group_id=31&atid=100031 Bug-Ubuntu: https://bugs.launchpad.net/bugs/935179 Forwarded: Yes --- icewm-1.3.7.orig/src/base.h +++ icewm-1.3.7/src/base.h @@ -2,9 +2,9 @@ #define __BASE_H #if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3 -#define deprecated __attribute__((deprecated)) +#define ICEWM_deprecated __attribute__((deprecated)) #else -#define deprecated +#define ICEWM_deprecated #endif /*** Atomar Data Types ********************************************************/ -- 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