Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2016-09-23 11:34:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-08-05 
18:17:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2016-09-23 
11:34:58.000000000 +0200
@@ -1,0 +2,99 @@
+Mon Sep 19 07:57:38 UTC 2016 - [email protected]
+
+- Update to version 3.22.0:
+  + Updated translations.
+- Bump base version to 3.22, we are now on the stable branch.
+
+-------------------------------------------------------------------
+Mon Sep 12 06:42:45 UTC 2016 - [email protected]
+
+- Update to version 3.21.91:
+  + Add support for opening FTP URIs in an external application
+    (bgo#136501).
+  + Fix crash in non-English locales (bgo#765374).
+  + Don't crash if loading a local web app that uses an absolute
+    path (bgo#767101).
+  + Fix several features that were broken when multiple tabs share
+    a web process (bgo#769627).
+  + Remove keyboard shortcut for Duplicate Tab since it clashes
+    with GtkInspector.
+  + Remove assertion that was breaking error pages on certain
+    network errors.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 16 09:56:52 UTC 2016 - [email protected]
+
+- Update to version 3.21.90:
+  + Fix memory leaks (bgo#769228).
+  + Limit geolocation/notification permission request info bars
+    (bgo#764593).
+  + Fix mistake in tracking the remember password info bar.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Jul 28 18:26:48 UTC 2016 - [email protected]
+
+- Update to version 3.21.4:
+  + Check for NULL SoupURI when trying to load invalid url
+    (bgo#768250).
+  + Fix misleading ChangeLog generation code (bgo#768218).
+  + Limit side of ChangeLog file (bgo#768218).
+  + Add keyboard shortcuts dialog (bgo#757830).
+  + Update POTFILES.in (bgo#757830).
+  + Generate ChangeLog in builddir (bgo#768218).
+  + Updated translations.
+- Add conditional for translation-update-upstream BuildRequires and
+  it's macro: Only apply for non-openSUSE.
+- Drop epiphany-embed-Check-for-NULL-SoupURI.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Thu Jul 28 18:26:38 UTC 2016 - [email protected]
+
+- Update to version 3.21.3:
+  + Require WebKitGTK+ 2.13.1.
+  + Allow toggling web inspector with keyboard shortcuts
+    (bgo#676870).
+  + Activate downloads popover only for active window (bgo#764303).
+  + Allow running system web apps outside GNOME (bgo#767101).
+  + Indicate when running in web app mode in user agent
+    (bgo#767123).
+  + Find web app names using OpenGraph site_name in name attribute
+    (bgo#767184).
+  + Support large standard HTML icons and SVG for web app icons
+    (bgo#767257).
+  + Increase default webapp icon size to 192 (bgo#767407).
+  + Middle-clicking the title bar doesn't send Epiphany to the
+    background (bgo#767585).
+  + Updated translations.
+- No longer package ChangeLog, it's now a empty file.
+
+-------------------------------------------------------------------
+Thu Jul 28 18:26:28 UTC 2016 - [email protected]
+
+- Update to version 3.21.2:
+  + Removed NSS and libwnck dependencies.
+  + Cleanups in downloads code (bgo#610586).
+  + Improved reliability of displaying overview snapshots
+    (bgo#763184, bgo#765863).
+  + Incognito mode theme fixes.
+  + Updated translations.
+- Drop pkgconfig(nss) and pkgconfig(libwnck-3.0) BuildRequires:
+  Following upstream changes.
+- Stop passing V=1 to make, debugging is local.
+- Drop epiphany-extensions, epiphany-extensions-lang and
+  epiphany-devel Obsoletes, it was removed for the 3.8.0 release,
+  and we do not support upgrades from releases that old.
+
+-------------------------------------------------------------------
+Thu Jul 28 18:26:18 UTC 2016 - [email protected]
+
+- Update to version 3.21.1:
+  + Add Paste and Go context menu item to address bar (bgo#319506).
+  + Redesigned error pages (bgo#744063).
+  + Add Duplicate Tab context menu item to tabs (bgo#763221).
+  + Switch to sane default bookmarks (bgo#763307).
+  + Add hidden settings to control tab expand and location
+    (bgo#764368).
+
+-------------------------------------------------------------------

Old:
----
  epiphany-3.20.3.tar.xz
  epiphany-embed-Check-for-NULL-SoupURI.patch

New:
----
  epiphany-3.22.0.tar.xz

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

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.r85FHi/_old  2016-09-23 11:35:00.000000000 +0200
+++ /var/tmp/diff_new_pack.r85FHi/_new  2016-09-23 11:35:00.000000000 +0200
@@ -17,24 +17,24 @@
 
 
 Name:           epiphany
-Version:        3.20.3
+Version:        3.22.0
 Release:        0
-%define _base_version 3.20
+%define _base_version 3.22
 Summary:        GNOME Web Browser
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Browsers
 Url:            http://www.gnome.org/projects/epiphany/
-Source:         
http://download.gnome.org/sources/epiphany/3.20/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/epiphany/3.22/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
[email protected] -- Make one-click install work with one-click
 Patch0:         epiphany-safe-one-click-install.patch
-# PATCH-FIX-UPSTREAM epiphany-embed-Check-for-NULL-SoupURI.patch bgo#768250 
[email protected] -- Fixes crashes when accessing soup_uri memory.
-Patch1:         epiphany-embed-Check-for-NULL-SoupURI.patch
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool >= 0.50
+%if ! 0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(avahi-client) >= 0.6.22
@@ -51,25 +51,18 @@
 BuildRequires:  pkgconfig(libnotify) >= 0.5.1
 BuildRequires:  pkgconfig(libsecret-1) >= 0.14
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42.1
-BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.12
 BuildRequires:  pkgconfig(libxslt) >= 1.1.7
-BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.11.4
-BuildRequires:  pkgconfig(webkit2gtk-web-extension-4.0) >= 2.11.1
+BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.13.2
+BuildRequires:  pkgconfig(webkit2gtk-web-extension-4.0) >= 2.13.2
 BuildRequires:  pkgconfig(x11)
 Requires:       %{name}-branding = %{version}
 Requires:       NetworkManager
 Requires:       iso-codes
 Recommends:     %{name}-lang
 Recommends:     ca-certificates
-# Epiphany dropped extensions support in 3.7.1; thus obsoleting the extensions 
package.
-Obsoletes:      epiphany-extensions < %{version}
-Obsoletes:      epiphany-extensions-lang < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# With epiphany 3.7.90, the installation of headers and API doc was stopped. 
Obsolete an eventual installed package.
-Obsoletes:      %{name}-devel < 3.7.90
 %glib2_gsettings_schema_requires
 
 %description
@@ -102,7 +95,7 @@
 string.
 
 %package -n gnome-shell-search-provider-epiphany
-Summary:        Epiphany is a Web browser for the GNOME Desktop -- Search 
Provider for GNOME Shell
+Summary:        Epiphany Search Provider for GNOME Shell
 Group:          Productivity/Networking/Web/Browsers
 Requires:       %{name} = %{version}
 Requires:       gnome-shell
@@ -117,15 +110,16 @@
 %lang_package
 %prep
 %setup -q
+%if ! 0%{?is_opensuse}
 translation-update-upstream
+%endif
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
     --disable-maintainer-mode \
     --with-distributor-name="SUSE"
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -155,7 +149,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING NEWS README TODO
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/ephy-profile-migrator
 %{_bindir}/epiphany

++++++ epiphany-3.20.3.tar.xz -> epiphany-3.22.0.tar.xz ++++++
++++ 144555 lines of diff (skipped)


Reply via email to