Hello community,
here is the log from the commit of package zathura-plugin-pdf-poppler for
openSUSE:Leap:15.2 checked in at 2020-02-14 17:58:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/zathura-plugin-pdf-poppler (Old)
and /work/SRC/openSUSE:Leap:15.2/.zathura-plugin-pdf-poppler.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura-plugin-pdf-poppler"
Fri Feb 14 17:58:18 2020 rev:13 rq:773640 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/zathura-plugin-pdf-poppler/zathura-plugin-pdf-poppler.changes
2020-01-15 16:32:43.772891289 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.zathura-plugin-pdf-poppler.new.26092/zathura-plugin-pdf-poppler.changes
2020-02-14 17:58:26.174839198 +0100
@@ -1,0 +2,18 @@
+Tue Feb 11 07:08:18 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 0.3.0
+* Small improvements
+
+-------------------------------------------------------------------
+Wed Aug 8 16:49:19 UTC 2018 - [email protected]
+
+- Remove unnecessary ldconfig calls for plugins.
+
+-------------------------------------------------------------------
+Sat May 26 13:43:42 UTC 2018 - [email protected]
+
+- update to 0.2.9
+* use meson build system
+* Provide page labels
+
+-------------------------------------------------------------------
Old:
----
zathura-pdf-poppler-0.2.8.tar.gz
New:
----
zathura-pdf-poppler-0.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zathura-plugin-pdf-poppler.spec ++++++
--- /var/tmp/diff_new_pack.zmxN2r/_old 2020-02-14 17:58:26.454839366 +0100
+++ /var/tmp/diff_new_pack.zmxN2r/_new 2020-02-14 17:58:26.458839368 +0100
@@ -1,7 +1,7 @@
#
# spec file for package zathura-plugin-pdf-poppler
#
-# 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,20 @@
# 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-pdf-poppler
Name: zathura-plugin-pdf-poppler
-Version: 0.2.8
+Version: 0.3.0
Release: 0
Summary: PDF support for zathura via poppler
License: Zlib
Group: Productivity/Office/Other
-Url: https://pwmt.org/projects/%{realname}/
-Source:
https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.gz
+URL: https://pwmt.org/projects/%{realname}/
+Source:
https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.xz
+BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(girara-gtk3)
@@ -41,19 +42,18 @@
%build
export CFLAGS="%{optflags}"
-make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
+%meson
+%meson_build
%install
-%make_install APPDATAPREFIX=%{_datadir}/appdata 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/pdf.so
-%{_datadir}/appdata/zathura-pdf-poppler.metainfo.xml
+%{_libdir}/zathura/libpdf-poppler.so
+%{_datadir}/metainfo/org.pwmt.zathura-pdf-poppler.metainfo.xml
%changelog