Hello community, here is the log from the commit of package kompozer for openSUSE:Factory checked in at Wed Jun 1 10:56:11 CEST 2011.
-------- --- GNOME/kompozer/kompozer.changes 2010-04-06 13:55:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/kompozer/kompozer.changes 2011-05-10 18:07:11.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 10 16:06:55 UTC 2011 - [email protected] + +- Add gcc46_default_ctors.patch. Fixes two build errors with GCC4.6 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gcc46_default_ctors.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kompozer.spec ++++++ --- /var/tmp/diff_new_pack.aEp2Ux/_old 2011-06-01 10:54:57.000000000 +0200 +++ /var/tmp/diff_new_pack.aEp2Ux/_new 2011-06-01 10:54:57.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package kompozer (Version 0.7.99.3) +# spec file for package kompozer # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -22,7 +22,7 @@ BuildRequires: fdupes gcc-c++ gtk2-devel krb5-devel libgnome-devel libidl-devel mozilla-nss-devel startup-notification-devel tcsh unzip update-desktop-files zip License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ Version: 0.7.99.3 -Release: 2 +Release: 10 Summary: Web Authoring System Url: http://www.kompozer.net/ Group: Productivity/Publishing/HTML/Editors @@ -82,6 +82,7 @@ Patch41: firefox-ntlm.patch # gconf-backend.patch dbus.patch startup.patch Patch100: configure.patch +Patch101: gcc46_default_ctors.patch %define _use_internal_dependency_generator 0 %define my_provides %{_builddir}/%{?buildsubdir}/my-provides %define my_requires %{_builddir}/%{?buildsubdir}/my-requires @@ -152,6 +153,7 @@ %patch40 -p0 %patch41 -p2 %patch100 +%patch101 %build export SUSE_ASNEEDED=0 ++++++ gcc46_default_ctors.patch ++++++ --- intl/unicharutil/util/nsUnicharUtils.h 2011-05-10 17:02:12.472642196 +0200 +++ intl/unicharutil/util/nsUnicharUtils.h 2011-05-10 17:02:50.656034735 +0200 @@ -64,6 +64,9 @@ : public nsStringComparator { public: + nsCaseInsensitiveStringComparator() + { + } virtual int operator()( const PRUnichar*, const PRUnichar*, PRUint32 aLength ) const; virtual int operator()( PRUnichar, PRUnichar ) const; }; --- toolkit/xre/nsAppRunner.cpp 2011-05-10 17:26:05.853608464 +0200 +++ toolkit/xre/nsAppRunner.cpp 2011-05-10 17:26:15.079221177 +0200 @@ -491,6 +491,7 @@ { public: + nsXULAppInfo() {} NS_DECL_ISUPPORTS_INHERITED NS_DECL_NSIXULAPPINFO NS_DECL_NSIXULRUNTIME ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
