Mailinglist Archive: opensuse-commit (2129 mails)

< Previous Next >
commit epiphany
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 24 Apr 2008 09:24:02 +0200
  • Message-id: <20080424072402.F1F3167816D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package epiphany
checked in at Thu Apr 24 09:24:02 CEST 2008.


--------
--- GNOME/epiphany/epiphany.changes 2008-03-26 10:44:19.000000000 +0100
+++ epiphany/epiphany.changes 2008-04-10 16:48:00.282245000 +0200
@@ -1,0 +2,23 @@
+Thu Apr 10 16:41:28 CEST 2008 - maw@xxxxxxx
+
+- Update to version 2.22.1.1:
+ + Revert the bookmark/history item no-dupes patch; it was slowing
+ down ephy
+ + Remove the unnecessary setting of the preferred action in the
+ cases that action was going to be the default one anyway; don't
+ open twice, just let gecko handle opening in the preferred
+ application
+ + Make the extra column pack-end so that when we hide it when
+ it's empty, the other column expands; this makes bookmarks
+ take up all the space instead of being truncated at the half
+ + Bugs fixed:
+ * Use ephy_password_info_new to allocate EphyPasswordInfo, not
+ g_new; fixes a crash in the PDM passwords tab
+ * Fix multiple crashers in the zeroconf bookmarks (bgo#516008)
+ * Use g_slice for EphyCookie allocation (bgo#520560)
+ * Use g_slice for EphyPasswordInfo, EphyPermissionInfo,
+ PixbufCacheEntry (bgo#521017)
+ + Updated translations
+- Drop epiphany-avahi-bookmarks.patch.
+
+-------------------------------------------------------------------



Old:
----
epiphany-2.22.0.tar.bz2
epiphany-avahi-bookmarks.patch

New:
----
epiphany-2.22.1.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.f27621/_old 2008-04-24 09:22:57.000000000 +0200
+++ /var/tmp/diff_new_pack.f27621/_new 2008-04-24 09:22:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package epiphany (Version 2.22.0)
+# spec file for package epiphany (Version 2.22.1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -29,8 +29,8 @@
Requires: mozilla = %{mozilla_ver}
%endif
%endif
-Version: 2.22.0
-Release: 9
+Version: 2.22.1.1
+Release: 1
Requires: %{name}-lang = %{version}
License: GPL v2 or later
Group: Productivity/Networking/Web/Browsers
@@ -41,8 +41,7 @@
#PATCH-FIX-OPENSUSE default-bookmarks.patch bnc293690 -- openSUSE specific
bookmarks
#BRAND: FIXME: There is no way to customize vendor bookmarks in epiphany yet.
Patch2: default-bookmarks.patch
-#PATCH-FIX-UPSTREAM epiphany-avahi-bookmarks.patch bgo516008 -- avahi
bookmarks processing
-Patch3: epiphany-avahi-bookmarks.patch
+### #PATCH-FIX-UPSTREAM epiphany-avahi-bookmarks.patch bgo516008 -- avahi
bookmarks processing
Url: http://www.gnome.org/projects/epiphany/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-gtk python-gnome iso-codes gnome-icon-theme
@@ -65,6 +64,7 @@
Crispin Flowerday <crispin@xxxxxxxxxxxx>

%package devel
+License: GPL v2 or later
Summary: GNOME Web Browser based on the Mozilla Rendering Engine
Group: Development/Libraries/GNOME
Requires: gtk2-devel libxml2-devel
@@ -86,6 +86,7 @@
Crispin Flowerday <crispin@xxxxxxxxxxxx>

%package doc
+License: GPL v2 or later
Summary: Developer Documentation for Epiphany
Group: Productivity/Networking/Web/Browsers
Requires: %{name} = %{version}
@@ -112,7 +113,6 @@
%setup -q
%patch1
%patch2 -p1
-%patch3

%build
#cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
@@ -186,6 +186,26 @@
%{_datadir}/gtk-doc/html/epiphany

%changelog
+* Thu Apr 10 2008 maw@xxxxxxx
+- Update to version 2.22.1.1:
+ + Revert the bookmark/history item no-dupes patch; it was slowing
+ down ephy
+ + Remove the unnecessary setting of the preferred action in the
+ cases that action was going to be the default one anyway; don't
+ open twice, just let gecko handle opening in the preferred
+ application
+ + Make the extra column pack-end so that when we hide it when
+ it's empty, the other column expands; this makes bookmarks
+ take up all the space instead of being truncated at the half
+ + Bugs fixed:
+ * Use ephy_password_info_new to allocate EphyPasswordInfo, not
+ g_new; fixes a crash in the PDM passwords tab
+ * Fix multiple crashers in the zeroconf bookmarks (bgo#516008)
+ * Use g_slice for EphyCookie allocation (bgo#520560)
+ * Use g_slice for EphyPasswordInfo, EphyPermissionInfo,
+ PixbufCacheEntry (bgo#521017)
+ + Updated translations
+- Drop epiphany-avahi-bookmarks.patch.
* Wed Mar 26 2008 sbrabec@xxxxxxx
- Fixed crashes in avahi bookmarks processing (bgo#516008).
* Fri Mar 21 2008 jpr@xxxxxxx
@@ -257,7 +277,7 @@
- Use %%fdupes.
* Sat Jul 14 2007 aj@xxxxxxx
- It's really libwnck-devel.
-* Mon Jul 09 2007 maw@xxxxxxx
+* Tue Jul 10 2007 maw@xxxxxxx
- Update to version 2.19.2
- Fixes for bugzilla.gnome.org #348350, #452769, #450590, #450146,
[#346243], #351100, #433796 , #441419, #336739, #422114, #437798,
@@ -268,7 +288,7 @@
* 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@xxxxxxx
+* Wed Apr 04 2007 maw@xxxxxxx
- Remove all references to
epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495).
* Mon Apr 02 2007 maw@xxxxxxx
@@ -365,7 +385,7 @@
- Explicitly require iso-codes (#147467).
* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Nov 30 2005 gekker@xxxxxxx
+* Thu Dec 01 2005 gekker@xxxxxxx
- Update to version 1.8.3
- Remove upstreamed xulrunner patch
* Wed Nov 16 2005 sbrabec@xxxxxxx

++++++ epiphany-2.22.0.tar.bz2 -> epiphany-2.22.1.1.tar.bz2 ++++++
++++ 45503 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages