Accepting request 635403 from GNOME:Next

- Update to version 3.30.0:
  + Updated translations.
- Update to version 3.29.92:
  + Ensure the correct address is displayed in security popover
    during loads.
  + Improve bookmark tag theming for non-Adwaita themes.
  + Enable smooth scrolling by default.
  + Fix location entry URI normalization on cut and copy.
  + Fix features that rely on web extension message handlers.
  + Fix location entry dropdown bookmark icon.
  + Improve location entry icon style.
  + Improve reader mode icon.
- Update to version 3.29.91:
  + Fix security indicator appearing improperly in reader mode.
- Update to version 3.29.90:
  + Address bar now uses GtkEntry's progress support.
- Update to version 3.29.4:
  + Add responsive action bar used at small window sizes.
  + Add web application section to preferences dialog.
  + Move progress bar into address bar.
  + Added continuous integration configuration.
- Update to version 3.29.3:
  + View source now displays in Epiphany instead of text editor
    (bgo#738475).
  + Add experimental reader mode (bgo#772831).
  + Web apps now again open only in new tabs (bgo#796204).
  + Fix crash when page does not have a URI (bgo#795740,
    CVE-2018-11396/CVE-2018-12016).
  + Change color of bookmarks star to orange
    (glgo#GNOME/epiphany#27).
  + Run internal JavaScript in isolated world to block access to
    websites.
  + Fix overview thumbnails not appearing after Ctrl+T.
  + Fix broken themeing in web app mode.
  + NPAPI plugins are now disabled by default.
  + Remove enable plugins checkbox from preferences dialog.
  + Remove about:plugins.
- Update to version 3.29.2:
  + New unstable release, no changes from upstream available.
- Add pkgconfig(libdazzle-1.0) BuildRequires: New dependency.
- Update to version 3.29.1:
  + Speculatively fix crash related to changing search engines
    (bgo#783756).
  + Clarify that blocking web trackers also blocks social media
    buttons (bgo#790189).
  + Never automatically open downloads, since it can't be done
    safely (bgo#794681).

OBS-URL: https://build.opensuse.org/request/show/635403
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=299
This commit is contained in:
Luciano Santos 2018-09-14 03:07:03 +00:00 committed by Git OBS Bridge
parent 8d79771df1
commit 6d27810979
4 changed files with 89 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4107d19c3ebac2138534e706a00982a14e7ae8024268f839fbf50faadabbba44
size 4487544

3
epiphany-3.30.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0401fa711bc7350882061cfdc1b6946cce54ebe46d7592d78fbcc0d1f11342a
size 4528508

View File

@ -1,3 +1,82 @@
-------------------------------------------------------------------
Fri Sep 7 12:31:05 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.30.0:
+ Updated translations.
-------------------------------------------------------------------
Fri Sep 7 03:29:07 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.92:
+ Ensure the correct address is displayed in security popover
during loads.
+ Improve bookmark tag theming for non-Adwaita themes.
+ Enable smooth scrolling by default.
+ Fix location entry URI normalization on cut and copy.
+ Fix features that rely on web extension message handlers.
+ Fix location entry dropdown bookmark icon.
+ Improve location entry icon style.
+ Improve reader mode icon.
-------------------------------------------------------------------
Fri Sep 7 03:29:06 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.91:
+ Fix security indicator appearing improperly in reader mode.
-------------------------------------------------------------------
Fri Sep 7 03:29:05 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.90:
+ Address bar now uses GtkEntry's progress support.
-------------------------------------------------------------------
Fri Sep 7 03:29:04 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.4:
+ Add responsive action bar used at small window sizes.
+ Add web application section to preferences dialog.
+ Move progress bar into address bar.
+ Added continuous integration configuration.
-------------------------------------------------------------------
Fri Sep 7 03:29:03 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.3:
+ View source now displays in Epiphany instead of text editor
(bgo#738475).
+ Add experimental reader mode (bgo#772831).
+ Web apps now again open only in new tabs (bgo#796204).
+ Fix crash when page does not have a URI (bgo#795740,
CVE-2018-11396/CVE-2018-12016).
+ Change color of bookmarks star to orange
(glgo#GNOME/epiphany#27).
+ Run internal JavaScript in isolated world to block access to
websites.
+ Fix overview thumbnails not appearing after Ctrl+T.
+ Fix broken themeing in web app mode.
+ NPAPI plugins are now disabled by default.
+ Remove enable plugins checkbox from preferences dialog.
+ Remove about:plugins.
-------------------------------------------------------------------
Fri Sep 7 03:29:02 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.2:
+ New unstable release, no changes from upstream available.
- Add pkgconfig(libdazzle-1.0) BuildRequires: New dependency.
-------------------------------------------------------------------
Fri Sep 7 03:29:01 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.29.1:
+ Speculatively fix crash related to changing search engines
(bgo#783756).
+ Clarify that blocking web trackers also blocks social media
buttons (bgo#790189).
+ Never automatically open downloads, since it can't be done
safely (bgo#794681).
-------------------------------------------------------------------
Thu Sep 6 09:06:08 UTC 2018 - bjorn.lie@gmail.com

View File

@ -17,13 +17,13 @@
Name: epiphany
Version: 3.28.4
Version: 3.30.0
Release: 0
Summary: GNOME Web Browser
License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Browsers
URL: https://wiki.gnome.org/Apps/Web
Source0: http://download.gnome.org/sources/epiphany/3.28/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/epiphany/3.30/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: fdupes
@ -43,7 +43,8 @@ BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.22.13
BuildRequires: pkgconfig(hogweed) >= 3.2
BuildRequires: pkgconfig(icu-uc) >= 4.6
BuildRequires: pkgconfig(iso-codes) >= 0.35
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.4
BuildRequires: pkgconfig(libdazzle-1.0)
BuildRequires: pkgconfig(libnotify) >= 0.5.1
BuildRequires: pkgconfig(libsecret-1) >= 0.14
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0
@ -51,8 +52,8 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12
BuildRequires: pkgconfig(libxslt) >= 1.1.7
BuildRequires: pkgconfig(nettle) >= 3.2
BuildRequires: pkgconfig(sqlite3) >= 3.0
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.19.4
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.19.2
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.19.5
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.19.5
Requires: %{name}-branding = %{version}
Requires: iso-codes
Recommends: %{name}-lang
@ -112,7 +113,7 @@ translation-update-upstream
%files
%license COPYING
%doc HACKING NEWS README TODO
%doc CONTRIBUTING.md NEWS README.md TODO
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/epiphany
%dir %{_datadir}/metainfo