Hello community, here is the log from the commit of package zathura for openSUSE:Leap:15.2 checked in at 2020-02-14 17:58:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/zathura (Old) and /work/SRC/openSUSE:Leap:15.2/.zathura.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura" Fri Feb 14 17:58:23 2020 rev:13 rq:773818 version:0.4.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/zathura/zathura.changes 2020-01-15 16:32:43.372891146 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.zathura.new.26092/zathura.changes 2020-02-14 17:58:28.134840371 +0100 @@ -1,0 +2,48 @@ +Tue Feb 11 07:04:37 UTC 2020 - Ondřej Súkup <[email protected]> + +- update to 0.4.5 +* bugfixes +* translations update + +------------------------------------------------------------------- +Tue Nov 5 12:29:04 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 0.4.4 +* Various fixes +* better location for zsh completion +* new fish completion + +------------------------------------------------------------------- +Wed Oct 23 17:28:57 CEST 2019 - [email protected] + +- fix build-requires for factory/tumbleweed + rsvg-convert tool is now in rsvg-convert package + +------------------------------------------------------------------- +Fri Apr 26 22:25:40 UTC 2019 - Xaver Hellauer <[email protected]> + +- Resolve shell completion via "Supplements:", i.e. bash/zsh completion are recommends if and only if the shells are installed as well. + +------------------------------------------------------------------- +Mon Feb 4 10:01:03 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 0.4.3 +* Various fixes and improvements +* Add bash and zsh completions +* Add RTL layout of pages + +------------------------------------------------------------------- +Wed Aug 8 17:06:20 UTC 2018 - [email protected] + +- Trim exaggerations from description. + +------------------------------------------------------------------- +Wed May 23 08:56:29 UTC 2018 - [email protected] + +- update to 0.4.0 +* move to meson build system +* Port to newer libsynctex +* Improved HiDPI support +* Display page labels + +------------------------------------------------------------------- Old: ---- zathura-0.3.8.tar.gz New: ---- zathura-0.4.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zathura.spec ++++++ --- /var/tmp/diff_new_pack.0xzq10/_old 2020-02-14 17:58:28.418840541 +0100 +++ /var/tmp/diff_new_pack.0xzq10/_new 2020-02-14 17:58:28.418840541 +0100 @@ -1,7 +1,7 @@ # # spec file for package zathura # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,44 +12,78 @@ # 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.3.8 +Version: 0.4.5 Release: 0 -Summary: A highly customizable document viewer +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.gz +URL: http://pwmt.org/projects/zathura/ +# main homepage looks dead +#Source: http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz +Source: https://git.pwmt.org/pwmt/zathura/-/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils BuildRequires: file-devel +BuildRequires: fish +BuildRequires: libseccomp-devel +BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(girara-gtk3) >= 0.2.8 +BuildRequires: python3-Sphinx +BuildRequires: zsh +BuildRequires: pkgconfig(check) +BuildRequires: pkgconfig(girara-gtk3) >= 0.3.2 BuildRequires: pkgconfig(sqlite3) Recommends: %{name}-lang Recommends: zathura-pdf-poppler-plugin Suggests: zathura-cb-plugin Suggests: zathura-djvu-plugin Suggests: zathura-ps-plugin -%if 0%{?suse_version} >= 1330 -BuildRequires: pkgconfig(synctex) +BuildRequires: rsvg-convert +%if 0%{suse_version} >= 1550 +BuildRequires: pkgconfig(synctex) >= 1.19 %endif %description -zathura is a highly customizable and functional document viewer. It provides -a minimalistic and space saving interface as well as an easy usage that mainly -focuses on keyboard interaction. - +zathura is a customizable document viewer. It provides a minimalistic +and space-saving interface as well as a keyboard-centric interaction. %package devel Summary: Development files for zathura -Group: Development/Libraries/GNOME Requires: %{name} = %{version} %description devel -Development and Header files for package zathura +Development and header files for the zathura package. + +%package bash-completion +Summary: Zathura Bash completion +Requires: %{name} = %{version} +Requires: bash-completion +Supplements: (%{name} and bash) + +%description bash-completion +Optional dependency offering bash completion for zathura + +%package zsh-completion +Summary: Zathura zsh completion +Requires: %{name} = %{version} +Requires: zsh +Supplements: (%{name} and zsh) + +%description zsh-completion +Optional dependency offering zsh completion for zathura + +%package fish-completion +Summary: Zathura fish completion +Requires: %{name} = %{version} +Requires: fish +Supplements: (%{name} and fish) + +%description fish-completion +Optional dependency offering fish completion for zathura %lang_package @@ -58,28 +92,48 @@ %build export CFLAGS="%{optflags}" -export LIBDIR=%{_libdir} -make WITH_SQLITE=1 %{?_smp_mflags} COLOR=0 VERBOSE=1 SFLAGS="" +%if 0%{suse_version} < 1550 +%meson -Dsynctex=disabled +%else +%meson +%endif +%meson_build + +%check +%meson_test %install -%make_install LIBDIR=%{_libdir} APPDATAPREFIX=%{_datadir}/appdata COLOR=0 SFLAGS="" +%meson_install %find_lang %{name} %{?no_lang_C} %files -%doc README LICENSE AUTHORS +%license LICENSE +%doc README AUTHORS +%dir %{_datadir}/icons/scalable +%dir %{_datadir}/icons/scalable/apps %{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/appdata -%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml -%{_mandir}/man1/%{name}.1%{ext_man} -%{_mandir}/man5/%{name}rc.5%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man5/%{name}rc.5%{?ext_man} +%{_datadir}/applications/org.pwmt.zathura.desktop +%{_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 +%{_datadir}/zsh/site-functions/_zathura + +%files fish-completion +%{_datadir}/fish/completions/zathura.fish + %files lang -f %{name}.lang %changelog ++++++ zathura-0.3.8.tar.gz -> zathura-0.4.5.tar.gz ++++++ ++++ 35861 lines of diff (skipped)
