Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2013-09-23 14:40:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epiphany (Old)
 and      /work/SRC/openSUSE:Factory/.epiphany.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epiphany"

Changes:
--------
--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes        2013-09-11 
15:35:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2013-09-23 
14:48:57.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Sep 20 13:32:49 UTC 2013 - [email protected]
+
+- Update to version 3.9.91:
+  + Do not open a new window when resuming a session (bgo#707451).
+  + RTL UI fixes.
+  + Minor code fixes and UI polishing.
+  + Bump WK dependency to 2.1.4.
+- Add epiphany-fix-nonvoid.patch: Fix non-void function not
+  returning a value.
+
+-------------------------------------------------------------------

Old:
----
  epiphany-3.9.90.tar.xz

New:
----
  epiphany-3.9.91.tar.xz
  epiphany-fix-nonvoid.patch

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

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.m4oPiV/_old  2013-09-23 14:48:57.000000000 +0200
+++ /var/tmp/diff_new_pack.m4oPiV/_new  2013-09-23 14:48:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           epiphany
-Version:        3.9.90
+Version:        3.9.91
 Release:        0
 %define _base_version 3.9
 Summary:        GNOME Web Browser
@@ -26,7 +26,9 @@
 Url:            http://www.gnome.org/projects/epiphany/
 Source:         
http://download.gnome.org/sources/epiphany/3.9/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
[email protected] -- Make one-click install work with one-click
-Patch6:         epiphany-safe-one-click-install.patch
+Patch0:         epiphany-safe-one-click-install.patch
+# PATCH-FIX-UPSTREAM epiphany-fix-nonvoid.patch bgo#708461 
[email protected] -- Fix non-void function not returning value
+Patch1:         epiphany-fix-nonvoid.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool >= 0.50
@@ -53,7 +55,7 @@
 BuildRequires:  pkgconfig(libxslt) >= 1.1.7
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(webkit2gtk-3.0) >= 2.1.1
+BuildRequires:  pkgconfig(webkit2gtk-3.0) >= 2.1.4
 BuildRequires:  pkgconfig(x11)
 Requires:       %{name}-branding = %{version}
 Requires:       NetworkManager
@@ -102,7 +104,8 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch6 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++++++ epiphany-3.9.90.tar.xz -> epiphany-3.9.91.tar.xz ++++++
++++ 41672 lines of diff (skipped)

++++++ epiphany-fix-nonvoid.patch ++++++
>From d95e5525ce70f768c9e0986588df26ec17b83adb Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Sat, 21 Sep 2013 13:41:40 +0200
Subject: [PATCH] fix no-return-in-nonvoid function

---
 src/ephy-navigation-history-action.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ephy-navigation-history-action.c 
b/src/ephy-navigation-history-action.c
index 4f7f1c9..c7d7c37 100644
--- a/src/ephy-navigation-history-action.c
+++ b/src/ephy-navigation-history-action.c
@@ -656,6 +656,7 @@ tool_button_press_event_cb (GtkButton *button,
     popup_history_menu (action, GTK_WIDGET (button), event);
     return TRUE;
   }
+  return FALSE;
 }
 
 static gboolean
-- 
1.8.4

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to