Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2019-11-07 23:16:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and      /work/SRC/openSUSE:Factory/.zathura.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zathura"

Thu Nov  7 23:16:03 2019 rev:13 rq:745480 version:0.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2019-05-02 
19:19:09.669616923 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new.2990/zathura.changes        
2019-11-07 23:16:18.332520255 +0100
@@ -1,0 +2,14 @@
+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 
+
+-------------------------------------------------------------------

Old:
----
  zathura-0.4.3.tar.xz

New:
----
  zathura-0.4.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zathura.spec ++++++
--- /var/tmp/diff_new_pack.iYwXRQ/_old  2019-11-07 23:16:19.096521092 +0100
+++ /var/tmp/diff_new_pack.iYwXRQ/_new  2019-11-07 23:16:19.112521110 +0100
@@ -17,21 +17,23 @@
 
 
 Name:           zathura
-Version:        0.4.3
+Version:        0.4.4
 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
+# 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:  python3-Sphinx
-BuildRequires:  rsvg-view
+BuildRequires:  zsh
 BuildRequires:  pkgconfig(check)
 BuildRequires:  pkgconfig(girara-gtk3) >= 0.3.2
 BuildRequires:  pkgconfig(sqlite3)
@@ -40,6 +42,11 @@
 Suggests:       zathura-cb-plugin
 Suggests:       zathura-djvu-plugin
 Suggests:       zathura-ps-plugin
+%if 0%{?suse_version} >= 1550
+BuildRequires:  rsvg-convert
+%else
+BuildRequires:  rsvg-view
+%endif
 %if 0%{?suse_version} >= 1330
 BuildRequires:  pkgconfig(synctex)
 %endif
@@ -50,7 +57,6 @@
 
 %package devel
 Summary:        Development files for zathura
-Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
 
 %description devel
@@ -58,24 +64,31 @@
 
 %package bash-completion
 Summary:        Zathura Bash completion
-Group:          System/Shells
 Requires:       %{name} = %{version}
 Requires:       bash-completion
-Supplements:    packageand(%{name}:bash)
+Supplements:    (%{name} and bash)
 
 %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
-Supplements:    packageand(%{name}: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
 
 %prep
@@ -86,6 +99,9 @@
 %meson
 %meson_build
 
+%check
+%meson_test
+
 %install
 %meson_install
 %find_lang %{name} %{?no_lang_C}
@@ -113,8 +129,10 @@
 %{_datadir}/bash-completion/completions/zathura
 
 %files zsh-completion
-%dir %{_datadir}/zsh/vendor-completions
-%{_datadir}/zsh/vendor-completions/_zathura
+%{_datadir}/zsh/site-functions/_zathura
+
+%files fish-completion
+%{_datadir}/fish/completions/zathura.fish
 
 %files lang -f %{name}.lang
 


Reply via email to