Hello community,
here is the log from the commit of package zathura-plugin-djvu for
openSUSE:Leap:15.2 checked in at 2020-02-14 17:58:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/zathura-plugin-djvu (Old)
and /work/SRC/openSUSE:Leap:15.2/.zathura-plugin-djvu.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura-plugin-djvu"
Fri Feb 14 17:58:21 2020 rev:13 rq:773643 version:0.2.9
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/zathura-plugin-djvu/zathura-plugin-djvu.changes
2020-01-15 16:32:43.648891245 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.zathura-plugin-djvu.new.26092/zathura-plugin-djvu.changes
2020-02-14 17:58:27.170839794 +0100
@@ -1,0 +2,19 @@
+Tue Feb 11 07:12:34 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 0.2.9
+* Fix crash on search without results
+
+-------------------------------------------------------------------
+Wed Aug 8 16:49:19 UTC 2018 - [email protected]
+
+- Use noun phrase in summary.
+- Remove unnecessary ldconfig calls for plugins.
+
+-------------------------------------------------------------------
+Sat May 26 14:36:02 UTC 2018 - [email protected]
+
+- update to 0.2.8
+* use meson build
+* Adapt to new plugin interface
+
+-------------------------------------------------------------------
Old:
----
zathura-djvu-0.2.6.tar.gz
New:
----
zathura-djvu-0.2.9.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zathura-plugin-djvu.spec ++++++
--- /var/tmp/diff_new_pack.KoSfD1/_old 2020-02-14 17:58:27.446839959 +0100
+++ /var/tmp/diff_new_pack.KoSfD1/_new 2020-02-14 17:58:27.450839962 +0100
@@ -1,7 +1,7 @@
#
# spec file for package zathura-plugin-djvu
#
-# 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,19 +12,19 @@
# 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/
#
%define realname zathura-djvu
Name: zathura-plugin-djvu
-Version: 0.2.6
+Version: 0.2.9
Release: 0
-Summary: Adds DjVu support to zathura by using the djvulibre library
+Summary: DjVu support for zathura using the djvulibre library
License: Zlib
-Group: Productivity/Office/Other
-Url: http://pwmt.org/projects/zathura/plugins/zathura-djvu/
-Source:
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.gz
+URL: https://pwmt.org/projects/zathura-djvu/
+Source:
https://pwmt.org/projects/zathura-djvu/download/%{realname}-%{version}.tar.xz
+BuildRequires: meson >= 0.43
BuildRequires: pkgconfig
BuildRequires: pkgconfig(ddjvuapi)
BuildRequires: pkgconfig(girara-gtk3)
@@ -39,19 +39,18 @@
%setup -q -n %{realname}-%{version}
%build
-export CFLAGS="%{optflags}"
-make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
+%meson
+%meson_build
%install
-%make_install LIBDIR=%{_libdir} SFLAGS=""
+%meson_install
find %{buildroot} -name '*.desktop' -delete -print
-%post -n %{name} -p /sbin/ldconfig
-%postun -n %{name} -p /sbin/ldconfig
-
%files -n %{name}
-%doc AUTHORS LICENSE
+%license LICENSE
+%doc AUTHORS
%dir %{_libdir}/zathura
-%{_libdir}/zathura/djvu.so
+%{_libdir}/zathura/libdjvu.so
+%{_datadir}/metainfo/org.pwmt.zathura-djvu.metainfo.xml
%changelog