This commit is contained in:
parent
fc8c9adbde
commit
b1cd8478fd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92c8f698a101ff2fdd9a83b96a5a37376be839df9d918c084c6551a7db587fd5
|
|
||||||
size 4658364
|
|
3
epiphany-2.18.1.tar.bz2
Normal file
3
epiphany-2.18.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f32d7c2c342680d4a12462279a70a9fe9911f50e26b06d2d17e9d880889fe34
|
||||||
|
size 4660147
|
@ -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
|
||||||
+++ embed/mozilla/mozilla-embed-single.cpp
|
+++ embed/mozilla/mozilla-embed-single.cpp
|
||||||
@@ -322,7 +322,8 @@
|
@@ -366,8 +366,7 @@
|
||||||
new_path = g_strconcat (user_path ? user_path : "",
|
MOZILLA_PREFIX "/lib/mozilla/plugins");
|
||||||
user_path ? ":" : "",
|
list = mozilla_init_plugin_add_unique_path (list,
|
||||||
MOZILLA_PREFIX "/lib/mozilla/plugins"
|
MOZILLA_HOME "/plugins");
|
||||||
- ":" MOZILLA_HOME "/plugins",
|
- list = mozilla_init_plugin_add_unique_path (list,
|
||||||
+ ":" MOZILLA_HOME "/plugins:",
|
- MOZILLA_NATIVE_PLUGINSDIR);
|
||||||
+ "/usr/@LIB@/browser-plugins",
|
+ list = mozilla_init_plugin_add_unique_path (list, SUSE_PLUGINSDIR);
|
||||||
#ifdef HAVE_PRIVATE_PLUGINS
|
#ifdef HAVE_PRIVATE_PLUGINS
|
||||||
":" PLUGINDIR,
|
list = mozilla_init_plugin_add_unique_path (list, PLUGINDIR);
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
--- embed/mozilla/mozilla-embed-single.cpp
|
|
||||||
+++ embed/mozilla/mozilla-embed-single.cpp
|
|
||||||
@@ -588,6 +588,9 @@
|
|
||||||
g_unsetenv ("XPSERVERLIST");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+ /* Work-around Flash Player crash (#149062) */
|
|
||||||
+ setenv ("XLIB_SKIP_ARGB_VISUALS", "1", 0);
|
|
||||||
+
|
|
||||||
#ifdef HAVE_GECKO_1_9
|
|
||||||
NS_LogInit ();
|
|
||||||
#endif
|
|
@ -1,6 +1,6 @@
|
|||||||
--- gnome-doc-utils.make
|
--- gnome-doc-utils.make
|
||||||
+++ 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; \
|
$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf; \
|
||||||
done
|
done
|
||||||
@if test "x$(_ENABLE_SK)" = "xtrue"; then \
|
@if test "x$(_ENABLE_SK)" = "xtrue"; then \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 3 22:04:27 CEST 2007 - maw@suse.de
|
Tue Apr 3 22:04:27 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -30,8 +30,8 @@ Requires: mozilla = %{mozilla_ver}
|
|||||||
%endif
|
%endif
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
Version: 2.18.0
|
Version: 2.18.1
|
||||||
Release: 2
|
Release: 1
|
||||||
%define interface_version 2.18
|
%define interface_version 2.18
|
||||||
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
|
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -40,7 +40,6 @@ Patch4: 59950.diff
|
|||||||
Patch5: 59949.diff
|
Patch5: 59949.diff
|
||||||
Patch9: %{name}-desktop.patch
|
Patch9: %{name}-desktop.patch
|
||||||
Patch11: epiphany-no-root.patch
|
Patch11: epiphany-no-root.patch
|
||||||
Patch12: epiphany-flash-crash.patch
|
|
||||||
Patch13: epiphany-browser-plugins.patch
|
Patch13: epiphany-browser-plugins.patch
|
||||||
URL: http://www.gnome.org/projects/epiphany/
|
URL: http://www.gnome.org/projects/epiphany/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -114,8 +113,7 @@ Authors:
|
|||||||
%patch5
|
%patch5
|
||||||
%patch9
|
%patch9
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
%patch13
|
||||||
cat %{P:13} | sed s/@LIB@/%{_lib}/g | patch -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
|
#cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
|
||||||
@ -189,6 +187,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/epiphany
|
%{_datadir}/gtk-doc/html/epiphany
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 03 2007 - maw@suse.de
|
||||||
- Remove all references to
|
- Remove all references to
|
||||||
epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495).
|
epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495).
|
||||||
|
Loading…
Reference in New Issue
Block a user