Hello community, here is the log from the commit of package epiphany checked in at Mon May 28 15:08:08 CEST 2007. -------- --- GNOME/epiphany/epiphany.changes 2007-04-03 22:05:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/epiphany/epiphany.changes 2007-05-28 13:50:56.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 28 13:12:16 CEST 2007 - sbrabec@suse.cz + +- Update to version 2.18.1: + * Fixed printing of frames. + * Fixed Epiphany not finding some Gecko plugins. +- Removed Flash crash work-around (upstream part of ephy-main.c). + +------------------------------------------------------------------- Old: ---- epiphany-2.18.0.tar.bz2 epiphany-flash-crash.patch New: ---- epiphany-2.18.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epiphany.spec ++++++ --- /var/tmp/diff_new_pack.QVE406/_old 2007-05-28 15:07:54.000000000 +0200 +++ /var/tmp/diff_new_pack.QVE406/_new 2007-05-28 15:07:54.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package epiphany (Version 2.18.0) +# spec file for package epiphany (Version 2.18.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -30,8 +30,8 @@ %endif License: GNU General Public License (GPL) Group: Productivity/Networking/Web/Browsers -Version: 2.18.0 -Release: 2 +Version: 2.18.1 +Release: 1 %define interface_version 2.18 Summary: GNOME Web Browser Based on the Mozilla Rendering Engine Source: %{name}-%{version}.tar.bz2 @@ -40,7 +40,6 @@ Patch5: 59949.diff Patch9: %{name}-desktop.patch Patch11: epiphany-no-root.patch -Patch12: epiphany-flash-crash.patch Patch13: epiphany-browser-plugins.patch URL: http://www.gnome.org/projects/epiphany/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -114,8 +113,7 @@ %patch5 %patch9 %patch11 -%patch12 -cat %{P:13} | sed s/@LIB@/%{_lib}/g | patch -p0 +%patch13 %build #cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js @@ -189,6 +187,11 @@ %{_datadir}/gtk-doc/html/epiphany %changelog +* Mon May 28 2007 - sbrabec@suse.cz +- Update to version 2.18.1: + * Fixed printing of frames. + * Fixed Epiphany not finding some Gecko plugins. +- Removed Flash crash work-around (upstream part of ephy-main.c). * Tue Apr 03 2007 - maw@suse.de - Remove all references to epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495). ++++++ epiphany-2.18.0.tar.bz2 -> epiphany-2.18.1.tar.bz2 ++++++ ++++ 38986 lines of diff (skipped) ++++++ epiphany-browser-plugins.patch ++++++ --- /var/tmp/diff_new_pack.QVE406/_old 2007-05-28 15:08:02.000000000 +0200 +++ /var/tmp/diff_new_pack.QVE406/_new 2007-05-28 15:08:02.000000000 +0200 @@ -1,12 +1,22 @@ +--- embed/mozilla/Makefile.am ++++ embed/mozilla/Makefile.am +@@ -143,6 +143,7 @@ + -DMOZILLA_HOME=\"$(MOZILLA_HOME)\" \ + -DMOZILLA_PREFIX=\"$(MOZILLA_PREFIX)\" \ + -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/mozilla/plugins\" \ ++ -DSUSE_PLUGINSDIR=\"$(libdir)/browser-plugins\" \ + -DUA_VERSION=\"$(EPIPHANY_UA_VERSION)\" \ + -DALLOW_PRIVATE_API \ + $(AM_CPPFLAGS) --- embed/mozilla/mozilla-embed-single.cpp +++ embed/mozilla/mozilla-embed-single.cpp -@@ -322,7 +322,8 @@ - new_path = g_strconcat (user_path ? user_path : "", - user_path ? ":" : "", - MOZILLA_PREFIX "/lib/mozilla/plugins" -- ":" MOZILLA_HOME "/plugins", -+ ":" MOZILLA_HOME "/plugins:", -+ "/usr/@LIB@/browser-plugins", +@@ -366,8 +366,7 @@ + MOZILLA_PREFIX "/lib/mozilla/plugins"); + list = mozilla_init_plugin_add_unique_path (list, + MOZILLA_HOME "/plugins"); +- list = mozilla_init_plugin_add_unique_path (list, +- MOZILLA_NATIVE_PLUGINSDIR); ++ list = mozilla_init_plugin_add_unique_path (list, SUSE_PLUGINSDIR); #ifdef HAVE_PRIVATE_PLUGINS - ":" PLUGINDIR, + list = mozilla_init_plugin_add_unique_path (list, PLUGINDIR); #endif ++++++ epiphany-no-root.patch ++++++ --- /var/tmp/diff_new_pack.QVE406/_old 2007-05-28 15:08:02.000000000 +0200 +++ /var/tmp/diff_new_pack.QVE406/_new 2007-05-28 15:08:02.000000000 +0200 @@ -1,6 +1,6 @@ --- gnome-doc-utils.make +++ gnome-doc-utils.make -@@ -658,8 +658,7 @@ +@@ -661,8 +661,7 @@ $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf; \ done @if test "x$(_ENABLE_SK)" = "xtrue"; then \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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