Hello community,

here is the log from the commit of package zathura-plugin-cb for 
openSUSE:Leap:15.2 checked in at 2020-02-14 17:58:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/zathura-plugin-cb (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.zathura-plugin-cb.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zathura-plugin-cb"

Fri Feb 14 17:58:22 2020 rev:13 rq:773644 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/zathura-plugin-cb/zathura-plugin-cb.changes    
2020-01-15 16:32:43.504891193 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.zathura-plugin-cb.new.26092/zathura-plugin-cb.changes
 2020-02-14 17:58:27.598840050 +0100
@@ -1,0 +2,12 @@
+Wed Aug  8 16:48:48 UTC 2018 - [email protected]
+
+- Use noun phrase in summary.
+- Remove unnecessary ldconfig calls for plugins.
+
+-------------------------------------------------------------------
+Sat May 26 14:21:27 UTC 2018 - [email protected]
+
+- update to 0.1.8
+- build with meson
+
+-------------------------------------------------------------------

Old:
----
  zathura-cb-0.1.6.tar.gz

New:
----
  zathura-cb-0.1.8.tar.xz

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

Other differences:
------------------
++++++ zathura-plugin-cb.spec ++++++
--- /var/tmp/diff_new_pack.sZArI8/_old  2020-02-14 17:58:27.886840222 +0100
+++ /var/tmp/diff_new_pack.sZArI8/_new  2020-02-14 17:58:27.886840222 +0100
@@ -18,13 +18,14 @@
 
 %define realname zathura-cb
 Name:           zathura-plugin-cb
-Version:        0.1.6
+Version:        0.1.8
 Release:        0
-Summary:        Adds comic book support to zathura
+Summary:        Comic book support for zathura
 License:        Zlib
 Group:          Productivity/Office/Other
-Url:            http://pwmt.org/projects/zathura/plugins/zathura-cb/
-Source:         
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.gz
+URL:            http://pwmt.org/projects/zathura/plugins/zathura-cb/
+Source:         
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.xz
+BuildRequires:  meson > 0.43
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(girara-gtk3)
 BuildRequires:  pkgconfig(libarchive)
@@ -40,18 +41,18 @@
 
 %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/cb.so
+%{_libdir}/zathura/libcb.so
+%{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml
 
 %changelog


Reply via email to