Hello community, here is the log from the commit of package zathura for openSUSE:Factory checked in at 2019-02-24 17:11:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zathura (Old) and /work/SRC/openSUSE:Factory/.zathura.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura" Sun Feb 24 17:11:44 2019 rev:11 rq:671120 version:0.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/zathura/zathura.changes 2018-08-10 09:51:18.358417802 +0200 +++ /work/SRC/openSUSE:Factory/.zathura.new.28833/zathura.changes 2019-02-24 17:11:47.920489046 +0100 @@ -1,0 +2,8 @@ +Mon Feb 4 10:01:03 UTC 2019 - Ondřej Súkup <mimi...@gmail.com> + +- update to 0.4.3 +* Various fixes and improvements +* Add bash and zsh completions +* Add RTL layout of pages + +------------------------------------------------------------------- Old: ---- zathura-0.4.0.tar.xz New: ---- zathura-0.4.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zathura.spec ++++++ --- /var/tmp/diff_new_pack.OJV3PY/_old 2019-02-24 17:11:48.344488971 +0100 +++ /var/tmp/diff_new_pack.OJV3PY/_new 2019-02-24 17:11:48.344488971 +0100 @@ -1,7 +1,7 @@ # # spec file for package zathura # -# 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,25 +12,31 @@ # 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/ # Name: zathura -Version: 0.4.0 +Version: 0.4.3 Release: 0 Summary: A customizable document viewer License: Zlib Group: Productivity/Office/Other URL: http://pwmt.org/projects/zathura/ Source: http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils BuildRequires: file-devel +BuildRequires: libseccomp-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: python3-Sphinx -BuildRequires: pkgconfig(girara-gtk3) >= 0.2.8 +BuildRequires: rsvg-view +BuildRequires: pkgconfig(check) +BuildRequires: pkgconfig(girara-gtk3) >= 0.3.2 BuildRequires: pkgconfig(sqlite3) Recommends: %{name}-lang +Recommends: zathura-bash-completion Recommends: zathura-pdf-poppler-plugin Suggests: zathura-cb-plugin Suggests: zathura-djvu-plugin @@ -51,6 +57,24 @@ %description devel Development and header files for the zathura package. +%package bash-completion +Summary: Zathura Bash completion +Group: System/Shells +Requires: %{name} = %{version} +Requires: bash-completion + +%description bash-completion +Optional dependency offering bash completion for zathura + +%package zsh-completion +Summary: Zathura zsh completion +Group: System/Shells +Requires: %{name} = %{version} +Requires: zsh + +%description zsh-completion +Optional dependency offering zsh completion for zathura + %lang_package %prep @@ -68,19 +92,29 @@ %files %license LICENSE %doc README AUTHORS +%dir %{_datadir}/icons/scalable +%dir %{_datadir}/icons/scalable/apps %{_bindir}/%{name} %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml %{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man5/%{name}rc.5%{?ext_man} %{_datadir}/applications/org.pwmt.zathura.desktop -%{_datadir}/icons/hicolor/128x128/apps/org.pwmt.zathura.png +%{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.png %{_datadir}/metainfo/org.pwmt.zathura.appdata.xml +%{_datadir}/icons/scalable/apps/org.pwmt.zathura.svg %files devel %dir %{_includedir}/%{name} %{_includedir}/%{name}/*.h %{_libdir}/pkgconfig/%{name}.pc +%files bash-completion +%{_datadir}/bash-completion/completions/zathura + +%files zsh-completion +%dir %{_datadir}/zsh/vendor-completions +%{_datadir}/zsh/vendor-completions/_zathura + %files lang -f %{name}.lang %changelog ++++++ zathura-0.4.0.tar.xz -> zathura-0.4.3.tar.xz ++++++ ++++ 20769 lines of diff (skipped)