Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atril for openSUSE:Factory checked in at 2021-08-26 23:14:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atril (Old) and /work/SRC/openSUSE:Factory/.atril.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atril" Thu Aug 26 23:14:51 2021 rev:32 rq:913575 version:1.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atril/atril.changes 2021-04-26 16:40:54.526202135 +0200 +++ /work/SRC/openSUSE:Factory/.atril.new.1899/atril.changes 2021-08-26 23:15:42.796229066 +0200 @@ -1,0 +2,19 @@ +Sun Aug 22 10:44:20 UTC 2021 - Jan Engelhardt <[email protected]> + +- Make documentation noarch. Remove --with-pic because it has no + effect in conjunction with --disable-static. Update RPM groups. + +------------------------------------------------------------------- +Thu Aug 19 13:50:15 UTC 2021 - Hillwood Yang <[email protected]> + +- Update version to 1.26.0 + * update translations + * ev-window.c: only create a EvWebView if needed + * ev-sidebar-links: Optimize reverse link lookup for a page + * introspection: Fix bogus --library arguments. + * libdocument: remove _ev_g_mkdtemp function + * epub: declaration of ???uL??? shadows a previous local [-Wshadow] + * ev-window: missing initializer for a field of ???GtkActionEntry??? + * epub: fix typo + +------------------------------------------------------------------- @@ -9,0 +29 @@ +- Split doc package Old: ---- atril-1.24.1.tar.xz New: ---- atril-1.26.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atril.spec ++++++ --- /var/tmp/diff_new_pack.AKQxnS/_old 2021-08-26 23:15:43.264228670 +0200 +++ /var/tmp/diff_new_pack.AKQxnS/_new 2021-08-26 23:15:43.268228667 +0200 @@ -19,13 +19,15 @@ %define typelib1 typelib-1_0-AtrilDocument-1_5_0 %define typelib2 typelib-1_0-AtrilView-1_5_0 %define sover 3 -%define _version 1.24 +%define _version 1.26 + Name: atril -Version: 1.24.1 +Version: 1.26.0 Release: 0 Summary: MATE Desktop document viewer License: GPL-2.0-only AND LGPL-2.0-only URL: https://mate-desktop.org/ +Group: Productivity/Office/Other Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE atril-synctex-1.18.patch -- Restore SyncTeX 1.18 support. Patch0: %{name}-synctex-1.18.patch @@ -77,30 +79,34 @@ %lang_package %package -n libatrildocument%{sover} -Summary: MATE Document Viewer -- System Library +Summary: System library of the MATE Document Viewer +Group: System/Libraries Obsoletes: mate-document-viewer-libs-3 < %{version} %description -n libatrildocument%{sover} -Evince is a document viewer capable of displaying multiple and +Atril is a document viewer capable of displaying multiple and singlepage document formats like PDF and PostScript. %package -n libatrilview%{sover} -Summary: MATE Document Viewer -- System Library +Summary: System library of the MATE Document Viewer +Group: System/Libraries Obsoletes: mate-document-viewer-libs-3 < %{version} %description -n libatrilview%{sover} -Evince is a document viewer capable of displaying multiple and +Atril is a document viewer capable of displaying multiple and singlepage document formats like PDF and PostScript. %package -n %{typelib1} -Summary: MATE Desktop bindings for AtrilDocument +Summary: Introspection bindings for MATE Desktop's AtrilDocument +Group: System/Libraries %description -n %{typelib1} Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. %package -n %{typelib2} -Summary: MATE Desktop bindings for AtrilView +Summary: Introspection bindings for MATE Desktop's AtrilView +Group: System/Libraries %description -n %{typelib2} Atril is a document viewer capable of displaying multiple and single @@ -161,6 +167,15 @@ This package contains the Atril extension for the Caja file manager. +%package doc +Group: Documentation/HTML +Requires: %{name} = %{version} +Summary: Documentation how to Use Atril +BuildArch: noarch + +%description doc +This package contains the documentation for atril + %prep %autosetup -p1 @@ -168,7 +183,6 @@ NOCONFIGURE=1 mate-autogen %configure \ --disable-static \ - --with-pic \ --libexecdir=%{_libexecdir}/%{name} \ --enable-introspection %make_build @@ -190,7 +204,7 @@ %files %license COPYING -%doc AUTHORS README +%doc AUTHORS README.md %{_bindir}/%{name} %{_bindir}/%{name}-previewer %{_bindir}/%{name}-thumbnailer @@ -201,7 +215,6 @@ %{_libexecdir}/%{name}/%{name}* %{_datadir}/dbus-1/services/*.service %{_datadir}/glib-2.0/schemas/*.xml -%{_datadir}/help/C/%{name}/ %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/metainfo/ %{_datadir}/metainfo/%{name}.appdata.xml @@ -210,12 +223,12 @@ %files -n libatrilview%{sover} %license COPYING -%doc AUTHORS README +%doc AUTHORS README.md %{_libdir}/libatrilview.so.%{sover}* %files -n libatrildocument%{sover} %license COPYING -%doc AUTHORS README +%doc AUTHORS README.md %{_libdir}/libatrildocument.so.%{sover}* %files devel @@ -223,7 +236,7 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/*.gir -%{_datadir}/gtk-doc/html/ +%doc %{_datadir}/gtk-doc/html/ %files -n caja-extension-%{name} %{_datadir}/caja/extensions/libatril-properties-page.caja-extension @@ -237,13 +250,17 @@ %files backends %license COPYING -%doc AUTHORS README +%doc AUTHORS README.md %{_libdir}/%{name}/%{sover}/backends/ %files thumbnailer %dir %{_datadir}/thumbnailers/ %{_datadir}/thumbnailers/atril.thumbnailer +%files doc +%doc %{_datadir}/help/*/%{name}/ + %files lang -f %{name}.lang +%exclude %{_datadir}/help/* %changelog ++++++ atril-1.24.1.tar.xz -> atril-1.26.0.tar.xz ++++++ ++++ 805862 lines of diff (skipped) ++++++ atril-synctex-1.18.patch ++++++ --- /var/tmp/diff_new_pack.AKQxnS/_old 2021-08-26 23:15:45.200227034 +0200 +++ /var/tmp/diff_new_pack.AKQxnS/_new 2021-08-26 23:15:45.204227031 +0200 @@ -1,6 +1,7 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -89,7 +89,7 @@ GTK_REQUIRED=3.22.0 +diff -Nur atril-1.26.0/configure.ac atril-1.26.0-new/configure.ac +--- atril-1.26.0/configure.ac 2021-08-06 19:08:05.000000000 +0800 ++++ atril-1.26.0-new/configure.ac 2021-08-13 20:49:24.083429376 +0800 +@@ -96,7 +96,7 @@ WEBKIT_REQUIRED=2.6.0 LIBSECRET_REQUIRED=0.5 LIBXML_REQUIRED=2.5.0 @@ -9,22 +10,24 @@ AC_SUBST([GLIB_REQUIRED]) AC_SUBST([GTK_REQUIRED]) -@@ -364,6 +364,11 @@ dnl ================== libsynctex ====== - - PKG_CHECK_MODULES(SYNCTEX, [synctex >= $SYNCTEX_REQUIRED], has_synctex=yes, has_synctex=no) - -+PKG_CHECK_EXISTS(synctex >= 1.21, [have_synctex_1_21=yes], [have_synctex_1_21=no]) -+if test "$have_synctex_1_21" = yes; then -+ AC_DEFINE(HAVE_SYNCTEX_1_21, 1, [synctex >= 1.21 present]) -+fi +@@ -384,6 +384,12 @@ + if test "$enable_synctex" = "yes"; then + AC_DEFINE([ENABLE_SYNCTEX],[1],[Define if synctex support is enabled]) + PKG_CHECK_MODULES(SYNCTEX, [synctex >= $SYNCTEX_REQUIRED], has_synctex=yes, has_synctex=no) ++ ++ PKG_CHECK_EXISTS(synctex >= 1.21, [have_synctex_1_21=yes], [have_synctex_1_21=no]) ++ if test "$have_synctex_1_21" = yes; then ++ AC_DEFINE(HAVE_SYNCTEX_1_21, 1, [synctex >= 1.21 present]) ++ fi + - dnl not found? use internal code copy. - if test "x$has_synctex" = "xno"; then - AC_MSG_ERROR("SyncTeX support is disabled since library version $SYNCTEX_REQUIRED or newer not found") ---- a/libdocument/ev-document.c -+++ b/libdocument/ev-document.c -@@ -28,6 +28,12 @@ - #include "synctex_parser.h" + dnl not found? use internal code copy. + if test "x$has_synctex" = "xno"; then + AC_MSG_ERROR("SyncTeX support is disabled since library version $SYNCTEX_REQUIRED or newer not found") +diff -Nur atril-1.26.0/libdocument/ev-document.c atril-1.26.0-new/libdocument/ev-document.c +--- atril-1.26.0/libdocument/ev-document.c 2021-08-06 19:08:05.000000000 +0800 ++++ atril-1.26.0-new/libdocument/ev-document.c 2021-08-13 20:51:23.567290326 +0800 +@@ -30,6 +30,12 @@ + #endif #include "ev-file-helpers.h" +#ifndef HAVE_SYNCTEX_1_21 @@ -36,7 +39,7 @@ typedef struct _EvPageSize { gdouble width; -@@ -471,7 +477,11 @@ ev_document_synctex_forward_search (EvDo +@@ -481,7 +487,11 @@ if (!scanner) return NULL;
