Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2014-09-30 19:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-05-20 
14:27:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2014-09-30 
19:41:04.000000000 +0200
@@ -1,0 +2,57 @@
+Wed Sep 24 10:27:06 UTC 2014 - [email protected]
+
+- Update to version 3.14.0:
+  + Block pages with invalid SSL certificates and warn users about
+    mixed content, for improved security.
+  + Important improvements to the security lock icon and
+    certificates dialog.
+  + Improvements to the history dialog.
+  + Performance improvements to the AdBlocker.
+  + Better integration with the GNOME Shell dock.
+  + UI improvements all over the place, many bugs fixed,
+    and polishing all around.
+  + Updated translations and docs translations.
+- Change base_version to 3.14, following upstreams versioning.
+
+-------------------------------------------------------------------
+Wed Sep 17 16:01:20 UTC 2014 - [email protected]
+
+- Update to version 3.13.91:
+  + Fixes to the title box (bgo#732713, bgo#734952).
+  + Fix multiple external uri loads (bgo#735577).
+  + Incognito mode message text improvements (bgo#736065).
+  + Do not accidentally empty the adblocker filters (bgo#697329).
+  + Fix integration with GNOME Shell dock (bgo#736332).
+  + Open search provider results in default browser (bgo#720245).
+  + UI cleanups, code fixes, etc.
+
+-------------------------------------------------------------------
+Fri Aug 29 14:06:51 UTC 2014 - [email protected]
+
+- Update to version 3.13.90:
+  + AddBlocker: performance improvements (bgo#730129).
+  + Documentation updated and improved (bgo#730503).
+  + Allow sorting history by title and URL (bgo#699519).
+  + Clean the certificates dialog (bgo#699519).
+  + Improvements to the security lock icon (bgo#666808).
+  + Many other UI polishing and code fixes.
+  + Updated translations.
+- Replace pkgconfig(webkit2gtk-3.0) for pkgconfig(webkit2gtk-4.0)
+  BuildRequires.
+- Drop pkgconfig(gmodule-2.0), no longer needed.
+
+-------------------------------------------------------------------
+Tue Aug 26 16:52:14 UTC 2014 - [email protected]
+
+- Add adwaita-icon-theme BuildRequires: on an installed system,
+  libgtk-3-0 requires it. On build though, it is exlucded to avoid
+  a cycle.
+
+-------------------------------------------------------------------
+Sun Jul 13 12:54:48 UTC 2014 - [email protected]
+
+- Drop gnome-icon-theme-devel BuildRequires and gnome-icon-theme
+  Requires: no longer required after the merging of the themes into
+  Awaita theme, which in turn is a dependency to GTK+ 3.0.
+
+-------------------------------------------------------------------

Old:
----
  epiphany-3.12.1.tar.xz

New:
----
  epiphany-3.14.0.tar.xz

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

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.jqHc4G/_old  2014-09-30 19:41:05.000000000 +0200
+++ /var/tmp/diff_new_pack.jqHc4G/_new  2014-09-30 19:41:05.000000000 +0200
@@ -17,18 +17,19 @@
 
 
 Name:           epiphany
-Version:        3.12.1
+Version:        3.14.0
 Release:        0
-%define _base_version 3.12
+%define _base_version 3.14
 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.12/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/epiphany/3.14/%{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
+# The icon we rely on is from adwaita-icon-theme
+BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
-BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool >= 0.50
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -38,11 +39,10 @@
 BuildRequires:  pkgconfig(gcr-3) >= 3.5.5
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.31.2
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
-BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 2.91.7
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 0.0.1
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.11.6
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.0
 BuildRequires:  pkgconfig(gtk+-unix-print-3.0) >= 3.5.2
 BuildRequires:  pkgconfig(iso-codes) >= 0.35
 BuildRequires:  pkgconfig(libnotify) >= 0.5.1
@@ -53,11 +53,10 @@
 BuildRequires:  pkgconfig(libxslt) >= 1.1.7
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(webkit2gtk-3.0) >= 2.4.0
+BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.5.90
 BuildRequires:  pkgconfig(x11)
 Requires:       %{name}-branding = %{version}
 Requires:       NetworkManager
-Requires:       gnome-icon-theme
 Requires:       iso-codes
 Recommends:     %{name}-lang
 Recommends:     ca-certificates
@@ -163,7 +162,6 @@
 %{_datadir}/GConf/gsettings/epiphany.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*.png
 %doc %{_mandir}/man1/epiphany.1.gz
 %dir %{_libdir}/epiphany
 %dir %{_libdir}/epiphany/%{_base_version}

++++++ epiphany-3.12.1.tar.xz -> epiphany-3.14.0.tar.xz ++++++
++++ 102544 lines of diff (skipped)

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

Reply via email to