Hello community, here is the log from the commit of package xreader for openSUSE:Factory checked in at 2019-07-16 08:41:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xreader (Old) and /work/SRC/openSUSE:Factory/.xreader.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xreader" Tue Jul 16 08:41:04 2019 rev:20 rq:715235 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xreader/xreader.changes 2018-07-22 23:05:55.804892887 +0200 +++ /work/SRC/openSUSE:Factory/.xreader.new.1887/xreader.changes 2019-07-16 08:41:15.687034977 +0200 @@ -1,0 +2,60 @@ +Mon Jul 8 02:51:44 UTC 2019 - Dead Mozay <[email protected]> + +- Update to version 2.2.1: + * Remove patch xreader-fix-func-type.patch is no longer needed + * meson: Fix libexec (#319) + * build: Fix gir package + * Fix some warnings when building xreader 2.0.2 (#265) + * CI: Remove Mint 18 + * port to meson (#269) + * Build: Fix Debian Stretch build + * Take device scale factor into account for zoom (#277) + * Update readme for meson changes (#284) + * meson: change 'debug' option to 'enable_debug' to avoid collisions (#285) + * Remove leftover code + * view: Fix whitespace issues + * ev-window: Fix incompatible pointer type issues + * ATRIL BACKPORTS: a11y: Do not use AtkFactory to create the EvViewAccessible + * ATRIL BACKPORTS: libview: Rename EvView coordinate transformation functions + * ATRIL BACKPORTS: ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point() + * ATRIL BACKPORTS: ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect() + * ATRIL BACKPORTS: ev-view: Inlcude ev-jobs in ev-view.h + * ATRIL BACKPORTS: libdocument: Add length and nth methods to EvMappingList + * ATRIL BACKPORTS: libview: Implement AtkHypertext interface + * ATRIL BACKPORTS: libview: Make EvLinkAccessible implement AtkAction + * ATRIL BACKPORTS: ev-view-accessible: Add helper function to get text before, at or after offset + * ATRIL BACKPORTS: ev-view-accessible: Fix some coding style issues + * Meson fixups (#293) + * libdocument: Fix handling of mime-type aliases (#292) + * ATRIL BACKPORTS: Add missing comma. + * sidebar-thumbnails: clean up cancel_running_jobs + * ATRIL BACKPORTS: sidebar-thumbnails: preload one extra visible range while scrolling + * ATRIL BACKPORTS: EvPixbufCache: Handle backends that don't render a selection + * Fix some compile time warnings + * EVINCE BACKPORTS: libview: Reset `pressed_button` when starting Drag and Drop (#301) + * build: Fix compiling with disabled epub (#308) + * Fix text selection in HiDPI (#302) + * Add optional zoom level selector. (#305) + * epub backend: make mathjax directory a configure-time option (#297) + * Make help files optional (#311) + * shell: Add a ctrl+q shortcut to close all open windows (#312) + * shell: Add a 'No recent documents' screen (#313) + * EVINCE BACKPORTS: shell: forward accels to the focused widget (#315) + * l10n: Update POT + * Build: Fix l10n + * libdocument: Return default DPI on failure (#316) + * xreaderd logging (#318) + +------------------------------------------------------------------- +Wed Mar 13 01:25:48 UTC 2019 - Maurizio Galli <[email protected]> + +- Fixed Obsoletes xreader-backends + +------------------------------------------------------------------- +Tue Mar 12 14:24:37 UTC 2019 - Maurizio Galli <[email protected]> + +- Split backends into subpackages to prevent hard-dependency + build failures +- Dropped xreader-backends package + +------------------------------------------------------------------- Old: ---- xreader-1.8.5.tar.gz xreader-fix-func-type.patch New: ---- xreader-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xreader.spec ++++++ --- /var/tmp/diff_new_pack.nZxiFc/_old 2019-07-16 08:41:16.471035239 +0200 +++ /var/tmp/diff_new_pack.nZxiFc/_new 2019-07-16 08:41:16.471035239 +0200 @@ -1,7 +1,7 @@ # # spec file for package xreader # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,19 +20,19 @@ %define typelib1 typelib-1_0-XreaderDocument-1_5 %define typelib2 typelib-1_0-XreaderView-1_5 Name: xreader -Version: 1.8.5 +Version: 2.2.1 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/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM xreader-fix-func-type.patch -- Fix function type to fix a warning in libview/ev-view.c. -Patch0: xreader-fix-func-type.patch +Source: %{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gnome-common BuildRequires: libtiff-devel >= 3.6 +BuildRequires: mathjax +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: texlive-devel BuildRequires: update-desktop-files @@ -122,20 +122,17 @@ single page document formats like PDF and Postscript. %prep -%setup -q -%patch0 -p1 +%autosetup %build -NOCONFIGURE=1 gnome-autogen.sh -%configure \ - --disable-static \ - --libexecdir=%{_libexecdir}/%{name} \ - --enable-introspection \ - --enable-gtk-doc -make %{?_smp_mflags} V=1 +%meson \ + -Ddbus=true \ + -Dintrospection=true \ + %{nil} +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file -r %{name} GTK Office Viewer @@ -172,13 +169,11 @@ %{_datadir}/%{name}/ %dir %{_libdir}/%{name}/ %dir %{_libdir}/%{name}/%{sover}/ -%dir %{_libexecdir}/%{name}/ -%{_libexecdir}/%{name}/%{name}* %dir %{_datadir}/thumbnailers/ +%{_libexecdir}/xreaderd %{_datadir}/thumbnailers/%{name}.thumbnailer %{_datadir}/dbus-1/services/*.service %{_datadir}/glib-2.0/schemas/*.xml -%{_datadir}/help/C/%{name}/ %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/appdata/ %{_datadir}/appdata/%{name}.appdata.xml @@ -197,19 +192,18 @@ %doc AUTHORS README %{_libdir}/libxreaderdocument.so.%{sover}* -%files devel -%{_includedir}/%{name}/ -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc -%{_datadir}/gir-1.0/*.gir -%{_datadir}/gtk-doc/html/ - %files -n %{typelib1} %{_libdir}/girepository-1.0/XreaderDocument-1.5.typelib %files -n %{typelib2} %{_libdir}/girepository-1.0/XreaderView-1.5.typelib +%files devel +%{_includedir}/%{name}/ +%{_libdir}/*.so +%{_datadir}/gir-1.0/*.gir +%{_libdir}/pkgconfig/*.pc + %files backends %license COPYING %doc AUTHORS README ++++++ xreader-1.8.5.tar.gz -> xreader-2.2.1.tar.gz ++++++ ++++ 114823 lines of diff (skipped)
