diff --git a/epiphany-3.24.3.tar.xz b/epiphany-3.24.3.tar.xz deleted file mode 100644 index 83f3b35..0000000 --- a/epiphany-3.24.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fef51676310d9f37e18c9b2d778254232eb17cccd988c2d1ecf42c7b2963a154 -size 3456304 diff --git a/epiphany-3.25.91.tar.xz b/epiphany-3.25.91.tar.xz new file mode 100644 index 0000000..4077f6e --- /dev/null +++ b/epiphany-3.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5320dc3ec7f3aa421405f17a456d02f6402983622d36fe79c723ec319dea4746 +size 4082440 diff --git a/epiphany.changes b/epiphany.changes index 824648f..06ed15d 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Tue Aug 22 08:31:17 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.91: + + Miscellaneous improvements to Firefox Sync support. + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 9 08:45:07 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.90: + + Fix crash when download fails (bgo#778653). + + Fix homepage radio button glitch (bgo#783290). + + Use default system font on about pages (bgo#783489). + + Improve font color in the address bar dropdown (bgo#784431). + + Fix crash if search engine settings get desynced. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 18 03:25:04 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.4: + + Fix crash when download fails (bgo#778653). + + Fix homepage radio button glitch (bgo#783290). + + Use default system font on about pages (bgo#783489). + + Improve font color in the address bar dropdown (bgo#784431). + + Fix crash if search engine settings get desynced. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 18 03:25:03 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.3: + + Fix formatting of year in the date column of the history + dialog. + + Hide tags without bookmarks in popover. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 18 03:25:02 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.2: + + Floating URL bar should disappear when hovered to not block + page (bgo#668493). + + Add [Shift+]Ctrl+Tab shortcuts for switching tabs (bgo#762631). + + Address bar search now again considers bookmark tags + (bgo#781746). + + Fix notification permissions in web app mode (bgo#782386). + + Do not use a popover for the tab selection menu, to allow + scrolling it. + + Fix incorrect choice of context menu when Ctrl key is held. + + Add hidden setting for disabling quirks mode. + + Improve wording of insecure password form warning. + + Remove libgd subproject and dependency on libgd. + + Fix race introduced during meson port that could cause build + failures. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 18 03:25:01 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.1: + + Port to meson build system and removed Autotools build. + + Add explicit New Window action to desktop file (bgo#670929). + + Add Alt+Home and F10 shortcuts to keyboard shortcuts dialog + (bgo#779916, bgo#779916). + + Fix regression allowing Ctrl+T to work in application mode + (bgo#781440). + + Updated translations. +- Add meson BuildRequires and switch autotools macros configure, + make and makeinstall to meson, meson_build and meson_install + following upstream changes. +- Stop passing --disable-maintainer-mode and + --with-distributor-name="SUSE" to no longer existing configure, + pass -Ddistributor_name=openSUSE to meson macro. + ------------------------------------------------------------------- Mon Jul 17 18:29:53 UTC 2017 - zaitor@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 8687e08..d8a961f 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,14 +17,15 @@ Name: epiphany -Version: 3.24.3 +Version: 3.25.91 Release: 0 Summary: GNOME Web Browser License: GPL-3.0+ Group: Productivity/Networking/Web/Browsers Url: http://www.gnome.org/projects/epiphany/ -Source: http://download.gnome.org/sources/epiphany/3.24/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/epiphany/3.25/%{name}-%{version}.tar.xz BuildRequires: fdupes +BuildRequires: meson %if ! 0%{?is_opensuse} BuildRequires: translation-update-upstream %endif @@ -37,7 +38,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0 BuildRequires: pkgconfig(glib-2.0) >= 2.46.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.2 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.13 BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.22.0 BuildRequires: pkgconfig(hogweed) >= 3.2 # Disabled as it is still experimental - epip ver 3.24.0 @@ -52,7 +53,7 @@ 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.15.90 +BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.17.3 BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.15.1 Requires: %{name}-branding = %{version} Requires: iso-codes @@ -102,13 +103,11 @@ translation-update-upstream %endif %build -%configure \ - --disable-maintainer-mode \ - --with-distributor-name="SUSE" -make %{?_smp_mflags} +%meson -Ddistributor_name=openSUSE +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name '*.la' -delete -print %suse_update_desktop_file org.gnome.Epiphany %find_lang %{name} %{?no_lang_C} @@ -145,6 +144,7 @@ find %{buildroot} -type f -name '*.la' -delete -print %{_libdir}/epiphany/web-extensions/libephywebextension.so %{_libdir}/epiphany/libephymain.so %{_libdir}/epiphany/libephymisc.so +%{_libdir}/epiphany/libephysync.so %dir %{_libexecdir}/epiphany %{_libexecdir}/epiphany/ephy-profile-migrator