Hello community, here is the log from the commit of package epiphany for openSUSE:Factory checked in at 2017-09-13 21:45:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/epiphany (Old) and /work/SRC/openSUSE:Factory/.epiphany.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "epiphany" Wed Sep 13 21:45:37 2017 rev:141 rq:522810 version:3.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes 2017-07-19 12:22:12.814161026 +0200 +++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes 2017-09-13 21:45:39.108893206 +0200 @@ -1,0 +2,115 @@ +Sat Sep 9 16:00:12 UTC 2017 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- Update to version 3.25.91: + + Miscellaneous improvements to Firefox Sync support. + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 9 08:45:07 UTC 2017 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- epiphany-3.24.3.tar.xz New: ---- epiphany-3.26.0.tar.xz epiphany-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epiphany.spec ++++++ --- /var/tmp/diff_new_pack.kt1eEu/_old 2017-09-13 21:45:39.804795298 +0200 +++ /var/tmp/diff_new_pack.kt1eEu/_new 2017-09-13 21:45:39.804795298 +0200 @@ -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(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(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 @@ 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 @@ search results from Web (epiphany) %lang_package + %prep %setup -q %if ! 0%{?is_opensuse} @@ -102,32 +104,18 @@ %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 @@ %{_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 ++++++ epiphany-3.24.3.tar.xz -> epiphany-3.26.0.tar.xz ++++++ ++++ 253793 lines of diff (skipped) ++++++ epiphany-rpmlintrc ++++++ # Filter out warning about branding req not being versioned, we do this on purpose addFilter("suse-branding-unversioned-requires")
