Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xreader for openSUSE:Factory checked in at 2023-08-28 17:15:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xreader (Old) and /work/SRC/openSUSE:Factory/.xreader.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xreader" Mon Aug 28 17:15:45 2023 rev:33 rq:1106979 version:3.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xreader/xreader.changes 2022-11-10 14:24:08.838982295 +0100 +++ /work/SRC/openSUSE:Factory/.xreader.new.1766/xreader.changes 2023-08-28 17:15:53.354103008 +0200 @@ -1,0 +2,13 @@ +Mon Aug 28 10:30:01 UTC 2023 - Marguerite Su <i...@marguerite.su> + +- update to version 3.8.2 + * Add the window maximization setting to preferences + * Add a setting to control window maximization on new documents + * Background colour of presentation view fixed + * ev-pixbuf-cache.c: Fix leak when rendering pages while annotating + * Add support for AI mimetype + * ps backend: disable pdf export using libspectre + * ev-view.c: Check if there is a focused annotation before trying + to access it + +------------------------------------------------------------------- Old: ---- xreader-3.4.5.tar.gz New: ---- xreader-master.mint21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xreader.spec ++++++ --- /var/tmp/diff_new_pack.Lb6PUY/_old 2023-08-28 17:15:54.302137051 +0200 +++ /var/tmp/diff_new_pack.Lb6PUY/_new 2023-08-28 17:15:54.306137195 +0200 @@ -1,7 +1,7 @@ # # spec file for package xreader # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,18 @@ %define sover 3 %define typelib1 typelib-1_0-XreaderDocument-1_5 %define typelib2 typelib-1_0-XreaderView-1_5 +%define pkg_ver master.mint21 Name: xreader -Version: 3.4.5 +Version: 3.8.2 Release: 0 Summary: Document viewer for documents like PDF/PostScript License: GPL-2.0-only AND LGPL-2.0-only Group: Productivity/Office/Other URL: https://github.com/linuxmint/xreader -Source: https://github.com/linuxmint/xreader/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/linuxmint/xreader/archive/%{pkg_ver}.tar.gz#/%{name}-%{pkg_ver}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gnome-common +BuildRequires: intltool BuildRequires: libtiff-devel >= 3.6 BuildRequires: mathjax BuildRequires: meson @@ -199,7 +200,7 @@ A plugin for Xreader to read Pixbuf documents. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{pkg_ver} %build %meson \ @@ -244,7 +245,7 @@ %files %license COPYING -%doc AUTHORS README +%doc AUTHORS README.md %{_bindir}/%{name} %{_bindir}/%{name}-previewer %{_bindir}/%{name}-thumbnailer @@ -268,13 +269,9 @@ %files lang -f %{name}.lang %files -n libxreaderview%{sover} -%license COPYING -%doc AUTHORS README %{_libdir}/libxreaderview.so.%{sover}* %files -n libxreaderdocument%{sover} -%license COPYING -%doc AUTHORS README %{_libdir}/libxreaderdocument.so.%{sover}* %files -n %{typelib1}