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.26.0.tar.xz b/epiphany-3.26.0.tar.xz new file mode 100644 index 0000000..7ce3f15 --- /dev/null +++ b/epiphany-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37956cbec3b4feda8b18f48e250ca50a904a9ed528433c812eca52be0e828879 +size 4090320 diff --git a/epiphany-rpmlintrc b/epiphany-rpmlintrc new file mode 100644 index 0000000..82665ad --- /dev/null +++ b/epiphany-rpmlintrc @@ -0,0 +1,2 @@ +# Filter out warning about branding req not being versioned, we do this on purpose +addFilter("suse-branding-unversioned-requires") diff --git a/epiphany.changes b/epiphany.changes index 824648f..4aed136 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,118 @@ +------------------------------------------------------------------- +Sat Sep 9 16:00:12 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.26.0: + + Disable Firefox Sync except in browser mode (bgo#787412). + + Disable emoji chooser in location entry. + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 5 19:45:50 UTC 2017 - jengelh@inai.de + +- Remove ldconfig calls. All shared libraries are outside standard + paths and there is no ld.so.conf entry. + +------------------------------------------------------------------- +Sun Sep 3 16:45:17 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.92: + + Rename the meson build options. + + Switch to nontransitional IDN2008. + + Many improvements to password form detection (bgo#666326). + + Fix crash of bookmarks popover (bgo#780549). + + Don't create Mobile bookmarks tag when syncing unless needed + (bgo#786590). + + Handle invalid input from gnome-keyring (bgo#786811). + + Password manager should operate on security origins + (bgo#786818). + + Adblocker must not block main resource during redirects + (bgo#787011). + + Updated translations. +- Drop obsolete post(un) handling that file-triggers now takes care + of, following macros are dropped: + glib2_gsettings_schema_requires, desktop_database_post(un), + icon_theme_cache_post(un) and glib2_gsettings_schema_post(un). +- Run spec-cleaner, modernize spec. +- Add epiphany-rpmlintrc as source, filter out warning about + suse-branding not requiring a exact version, we do this on + purose. + +------------------------------------------------------------------- +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..64da14c 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,17 +17,17 @@ Name: epiphany -Version: 3.24.3 +Version: 3.26.0 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: http://download.gnome.org/sources/epiphany/3.26/%{name}-%{version}.tar.xz +Source99: %{name}-rpmlintrc BuildRequires: fdupes -%if ! 0%{?is_opensuse} -BuildRequires: translation-update-upstream -%endif +BuildRequires: meson +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(cairo) >= 1.2 @@ -37,7 +37,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,14 +52,15 @@ 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 Recommends: %{name}-lang Recommends: ca-certificates -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%glib2_gsettings_schema_requires +%if ! 0%{?is_opensuse} +BuildRequires: translation-update-upstream +%endif %description Epiphany is a Web browser for the GNOME Desktop. Its principles are @@ -70,9 +71,9 @@ Summary: GNOME Web Browser -- Upstream default bookmarks and user agent s Group: Productivity/Networking/Web/Browsers Requires: %{name} = %{version} Supplements: packageand(%{name}:branding-upstream) +Conflicts: otherproviders(%{name}-branding) Provides: %{name}-branding = %{version} BuildArch: noarch -Conflicts: otherproviders(%{name}-branding) %description branding-upstream Epiphany is a Web Browser for the GNOME Desktop. Its principles are @@ -95,6 +96,7 @@ This package contains a search provider to enable GNOME Shell to get search results from Web (epiphany) %lang_package + %prep %setup -q %if ! 0%{?is_opensuse} @@ -102,32 +104,18 @@ translation-update-upstream %endif %build -%configure \ - --disable-maintainer-mode \ - --with-distributor-name="SUSE" -make %{?_smp_mflags} +%{meson} \ + -Ddistributor_name=openSUSE \ + %{nil} +%{meson_build} %install -%make_install -find %{buildroot} -type f -name '*.la' -delete -print +%{meson_install} %suse_update_desktop_file org.gnome.Epiphany %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} -%post -/sbin/ldconfig -%desktop_database_post -%icon_theme_cache_post -%glib2_gsettings_schema_post - -%postun -/sbin/ldconfig -%desktop_database_postun -%icon_theme_cache_postun -%glib2_gsettings_schema_postun - %files -%defattr(-,root,root) %doc AUTHORS COPYING NEWS README TODO %doc %{_datadir}/help/C/%{name}/ %{_bindir}/epiphany @@ -139,23 +127,22 @@ find %{buildroot} -type f -name '*.la' -delete -print %{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml %{_datadir}/icons/hicolor/*/apps/org.gnome.Epiphany* -%doc %{_mandir}/man1/epiphany.1.gz +%{_mandir}/man1/epiphany.1%{ext_man} %dir %{_libdir}/epiphany %dir %{_libdir}/epiphany/web-extensions %{_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 %files lang -f %{name}.lang %files branding-upstream -%defattr(-,root,root) %{_datadir}/epiphany/default-bookmarks.rdf %files -n gnome-shell-search-provider-epiphany -%defattr(-,root,root) %{_datadir}/dbus-1/services/org.gnome.EpiphanySearchProvider.service %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers