OBS User unknown 2007-04-04 19:45:05 +00:00 committed by Git OBS Bridge
parent 613918c4d5
commit fc8c9adbde
3 changed files with 10 additions and 15 deletions

View File

@ -1,11 +0,0 @@
--- src/ephy-dbus.c 2006-09-13 13:48:50.000000000 +0200
+++ src/ephy-dbus.c 2006-11-17 13:57:31.000000000 +0100
@@ -305,8 +305,6 @@
ephy_dbus_disconnect_bus (DBusGConnection *bus)
{
if (bus != NULL) {
- dbus_connection_close
- (dbus_g_connection_get_connection (bus));
dbus_g_connection_unref (bus);
}
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 3 22:04:27 CEST 2007 - maw@suse.de
- Remove all references to
epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495).
-------------------------------------------------------------------
Mon Apr 2 14:51:30 CDT 2007 - maw@suse.de

View File

@ -31,7 +31,7 @@ Requires: mozilla = %{mozilla_ver}
License: GNU General Public License (GPL)
Group: Productivity/Networking/Web/Browsers
Version: 2.18.0
Release: 1
Release: 2
%define interface_version 2.18
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
Source: %{name}-%{version}.tar.bz2
@ -42,8 +42,6 @@ Patch9: %{name}-desktop.patch
Patch11: epiphany-no-root.patch
Patch12: epiphany-flash-crash.patch
Patch13: epiphany-browser-plugins.patch
# FIXME: make this reapply, if necessary
Patch14: epiphany-dbus-connection-close-fix-thoenig-01.patch
URL: http://www.gnome.org/projects/epiphany/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-gtk python-gnome iso-codes gnome-icon-theme
@ -118,7 +116,6 @@ Authors:
%patch11
%patch12
cat %{P:13} | sed s/@LIB@/%{_lib}/g | patch -p0
# %patch14 -p0
%build
#cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
@ -192,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/epiphany
%changelog
* Tue Apr 03 2007 - maw@suse.de
- Remove all references to
epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495).
* Mon Apr 02 2007 - maw@suse.de
- Update to version 2.18.0
- b.g.o 416994, 348331, 404514