Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package evince for openSUSE:Factory checked in at 2022-09-21 14:40:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evince (Old) and /work/SRC/openSUSE:Factory/.evince.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evince" Wed Sep 21 14:40:13 2022 rev:167 rq:1004772 version:43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/evince/evince.changes 2022-05-25 20:34:02.188183623 +0200 +++ /work/SRC/openSUSE:Factory/.evince.new.2083/evince.changes 2022-09-21 14:40:41.977466616 +0200 @@ -1,0 +2,35 @@ +Sun Sep 18 17:09:50 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 43.0: + + build: + - Narrow the version to enable nautilus plugin + - Update flatpak dependencies + - Use GNOME module post_install() + - Add new job to generate the docker image + - Update versions for gitlab-ci's Docker image + + help: + - Add Italian localized image + - Remove unused screenshots + - Update application screenshot to version 43 UI + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 22 10:15:14 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 43.alpha: + + backends: + - Handle labels as optional on markup annotations. + - Use default color when annotation has no color. + + build: + - Add deprecation guards to now old find text related + functions. + - Always enable the pdf backend. + - Bump poppler's version to latest stable. + - Bump version after release. + - Let flatpak build fail. + + ci: Remove unused path when building flatpak. +- Pass nautilus=false to meson, disable build of nautilus-evince. + Following this, drop pkgconfig(libnautilus-extension) + BuildRequires, no longer needed, and nautilus-evince sub-package. + +------------------------------------------------------------------- Old: ---- evince-42.3.tar.xz New: ---- evince-43.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evince.spec ++++++ --- /var/tmp/diff_new_pack.YjpR5e/_old 2022-09-21 14:40:42.553468213 +0200 +++ /var/tmp/diff_new_pack.YjpR5e/_new 2022-09-21 14:40:42.557468224 +0200 @@ -20,13 +20,13 @@ %define pluginAPI 4 Name: evince -Version: 42.3 +Version: 43.0 Release: 0 Summary: GNOME Document Viewer License: GPL-2.0-or-later Group: Productivity/Office/Other URL: https://wiki.gnome.org/Apps/Evince -Source0: https://download.gnome.org/sources/evince/42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evince/43/%{name}-%{version}.tar.xz # PATCH-FIX-SLE alarr...@suse.com - Reverse upstream bump of synctex required version to build with texlive 2017 Patch0: 0001-reversed-synctex-Annotate-more-functions-that-wraps-formatting-strings.patch Patch1: 0002-reversed-synctex-Sync-against-upstream-synctex.patch @@ -64,7 +64,6 @@ BuildRequires: pkgconfig(libarchive) >= 3.6.0 BuildRequires: pkgconfig(libgxps) >= 0.2.1 BuildRequires: pkgconfig(libhandy-1) -BuildRequires: pkgconfig(libnautilus-extension) >= 3.28 BuildRequires: pkgconfig(libsecret-1) >= 0.5 BuildRequires: pkgconfig(libspectre) >= 0.2.0 BuildRequires: pkgconfig(libtiff-4) @@ -77,6 +76,7 @@ # Disable the browser plugin and package, and make main package provide-obsolete plugin package for upgrade; see bgo#738270 Provides: evince-browser-plugin = %{version} Obsoletes: evince-browser-plugin < 41.2 +Obsoletes: nautilus-evince < 44.0 %description Evince is a document viewer capable of displaying single-page and multi-page @@ -132,20 +132,6 @@ This package contains the header files for building additional plugins. -%package -n nautilus-evince -Summary: Evince Plugin for Nautilus -Group: Productivity/Office/Other -Requires: %{name} = %{version} -# For "send to" action; the action will be hidden if nautilus-sendto is not available -Recommends: nautilus-sendto -Supplements: (evince and nautilus) - -%description -n nautilus-evince -Evince is a document viewer capable of displaying multiple and -singlepage document formats like PDF and PostScript. - -This package contains a plugin to integrate Evince into Nautilus. - %package -n evince-plugin-comicsdocument Summary: Comics document support for Evince Group: Productivity/Office/Other @@ -227,7 +213,8 @@ %build %meson \ --libexecdir=%{_libexecdir}/%{name} \ - -Dps=enabled \ + -D ps=enabled \ + -D nautilus=false \ %{nil} %meson_build @@ -282,9 +269,6 @@ %{_datadir}/doc/libevview/ %{_datadir}/doc/libevdocument/ -%files -n nautilus-evince -%{_libdir}/nautilus/extensions-*/*.so - %files -n evince-plugin-comicsdocument %{_datadir}/metainfo/evince-comicsdocument.metainfo.xml %{_libdir}/evince/%{pluginAPI}/backends/comicsdocument.evince-backend ++++++ evince-42.3.tar.xz -> evince-43.0.tar.xz ++++++ ++++ 25927 lines of diff (skipped)