Hello community,
here is the log from the commit of package zathura-plugin-pdf-poppler for
openSUSE:Factory checked in at 2018-05-29 10:47:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura-plugin-pdf-poppler (Old)
and /work/SRC/openSUSE:Factory/.zathura-plugin-pdf-poppler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura-plugin-pdf-poppler"
Tue May 29 10:47:13 2018 rev:6 rq:612400 version:0.2.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/zathura-plugin-pdf-poppler/zathura-plugin-pdf-poppler.changes
2018-01-30 15:42:35.571677187 +0100
+++
/work/SRC/openSUSE:Factory/.zathura-plugin-pdf-poppler.new/zathura-plugin-pdf-poppler.changes
2018-05-29 10:47:16.991260164 +0200
@@ -1,0 +2,7 @@
+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.2.9.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zathura-plugin-pdf-poppler.spec ++++++
--- /var/tmp/diff_new_pack.WJqbHi/_old 2018-05-29 10:47:17.871227695 +0200
+++ /var/tmp/diff_new_pack.WJqbHi/_new 2018-05-29 10:47:17.871227695 +0200
@@ -18,13 +18,14 @@
%define realname zathura-pdf-poppler
Name: zathura-plugin-pdf-poppler
-Version: 0.2.8
+Version: 0.2.9
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,21 @@
%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