commit google-gadgets for openSUSE:Factory
Hello community, here is the log from the commit of package google-gadgets for openSUSE:Factory checked in at Wed Jul 27 16:19:16 CEST 2011. -------- --- google-gadgets/google-gadgets.changes 2011-06-28 10:46:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/google-gadgets/google-gadgets.changes 2011-07-27 14:23:08.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Jul 27 14:20:49 CEST 2011 - vuntz@opensuse.org + +- Remove dependency on xulrunner: + + This is needed because xulrunner packages will be removed + because of the new development model for Firefox. The webkit + backend will automatically be used instead. + + Remove mozilla-xulrunner-devel BuildRequires and + mozilla-xulrunner-devel Requires from devel package. + + Pass --disable-gtkmoz-browser-element and + --disable-smjs-script-runtime to configure. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-gadgets.spec ++++++ --- /var/tmp/diff_new_pack.bU9Hvv/_old 2011-07-27 16:18:47.000000000 +0200 +++ /var/tmp/diff_new_pack.bU9Hvv/_new 2011-07-27 16:18:47.000000000 +0200 @@ -20,7 +20,7 @@ Name: google-gadgets Version: 0.11.2 -Release: 7 +Release: 12 License: Apache Software License .. BuildRequires: autoconf BuildRequires: flex @@ -35,16 +35,6 @@ BuildRequires: zip BuildRequires: zlib-devel >= 1.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{suse_version} > 1120 -BuildRequires: mozilla-xulrunner192-devel -%else -%if 0%{suse_version} > 1110 -BuildRequires: mozilla-xulrunner191-devel -%else -# require final release, otherwise it does not build. -BuildRequires: mozilla-xulrunner190-devel >= 1.9.0 -%endif -%endif Summary: Google Gadgets for Linux Group: Productivity/Networking/Web/Utilities Source0: %{name}-for-linux-%{version}.tar.bz2 @@ -99,15 +89,6 @@ Requires: libtool Requires: libuuid-devel Requires: zlib-devel -%if 0%{suse_version} > 1120 -BuildRequires: mozilla-xulrunner192-devel -%else -%if 0%{suse_version} > 1110 -Requires: mozilla-xulrunner191-devel -%else -Requires: mozilla-xulrunner190-devel -%endif -%endif %description devel Google Gadgets provides a platform for running desktop gadgets. It's @@ -121,7 +102,11 @@ %build %{suse_update_config -f} -%configure --disable-werror --disable-static +# Pass --disable-gtkmoz-browser-element and --disable-smjs-script-runtime since +# they require xulrunner +%configure --disable-werror --disable-static \ + --disable-gtkmoz-browser-element \ + --disable-smjs-script-runtime make %{?_smp_mflags} %install @@ -152,7 +137,6 @@ %defattr(-,root,root) %{_libdir}/libggadget-gtk-*.so.* %{_bindir}/ggl-gtk -%{_libdir}/google-gadgets/gtkmoz-browser-child %dir %{_libdir}/google-gadgets/ %dir %{_libdir}/google-gadgets/modules %{_libdir}/google-gadgets/modules/gtk* @@ -188,7 +172,6 @@ %{_libdir}/google-gadgets/modules/gst* %{_libdir}/google-gadgets/modules/html* %{_libdir}/google-gadgets/modules/li* -%{_libdir}/google-gadgets/modules/smjs* %{_libdir}/google-gadgets/modules/soup* %{_libdir}/google-gadgets/modules/webkit* %{_libdir}/google-gadgets/modules/analytics* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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