Hello community,

here is the log from the commit of package zathura-plugin-cb for 
openSUSE:Factory checked in at 2018-05-29 10:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura-plugin-cb (Old)
 and      /work/SRC/openSUSE:Factory/.zathura-plugin-cb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zathura-plugin-cb"

Tue May 29 10:47:23 2018 rev:4 rq:612404 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/zathura-plugin-cb/zathura-plugin-cb.changes      
2018-01-30 15:42:32.179835537 +0100
+++ /work/SRC/openSUSE:Factory/.zathura-plugin-cb.new/zathura-plugin-cb.changes 
2018-05-29 10:47:28.658829660 +0200
@@ -1,0 +2,6 @@
+Sat May 26 14:21:27 UTC 2018 - mimi...@gmail.com
+
+- 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.nwlT4b/_old  2018-05-29 10:47:29.474799553 +0200
+++ /var/tmp/diff_new_pack.nwlT4b/_new  2018-05-29 10:47:29.474799553 +0200
@@ -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
 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,21 @@
 
 %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