Hello community, here is the log from the commit of package zathura for openSUSE:Factory checked in at 2018-05-24 23:24:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zathura (Old) and /work/SRC/openSUSE:Factory/.zathura.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura" Thu May 24 23:24:37 2018 rev:9 rq:611516 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/zathura/zathura.changes 2018-01-30 15:42:31.299876619 +0100 +++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2018-05-24 23:24:38.749854958 +0200 @@ -1,0 +2,9 @@ +Wed May 23 08:56:29 UTC 2018 - [email protected] + +- update to 0.4.0 +* move to meson build system +* Port to newer libsynctex +* Improved HiDPI support +* Display page labels + +------------------------------------------------------------------- Old: ---- zathura-0.3.8.tar.gz New: ---- zathura-0.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zathura.spec ++++++ --- /var/tmp/diff_new_pack.0BgxmG/_old 2018-05-24 23:24:39.641822497 +0200 +++ /var/tmp/diff_new_pack.0BgxmG/_new 2018-05-24 23:24:39.641822497 +0200 @@ -17,15 +17,17 @@ Name: zathura -Version: 0.3.8 +Version: 0.4.0 Release: 0 Summary: A highly customizable document viewer License: Zlib Group: Productivity/Office/Other -Url: http://pwmt.org/projects/zathura/ -Source: http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz +URL: http://pwmt.org/projects/zathura/ +Source: http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz BuildRequires: file-devel +BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: python3-Sphinx BuildRequires: pkgconfig(girara-gtk3) >= 0.2.8 BuildRequires: pkgconfig(sqlite3) Recommends: %{name}-lang @@ -42,7 +44,6 @@ a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. - %package devel Summary: Development files for zathura Group: Development/Libraries/GNOME @@ -58,22 +59,23 @@ %build export CFLAGS="%{optflags}" -export LIBDIR=%{_libdir} -make WITH_SQLITE=1 %{?_smp_mflags} COLOR=0 VERBOSE=1 SFLAGS="" +%meson +%meson_build %install -%make_install LIBDIR=%{_libdir} APPDATAPREFIX=%{_datadir}/appdata COLOR=0 SFLAGS="" +%meson_install %find_lang %{name} %{?no_lang_C} %files -%doc README LICENSE AUTHORS +%license LICENSE +%doc README AUTHORS %{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/appdata -%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml -%{_mandir}/man1/%{name}.1%{ext_man} -%{_mandir}/man5/%{name}rc.5%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man5/%{name}rc.5%{?ext_man} +%{_datadir}/applications/org.pwmt.zathura.desktop +%{_datadir}/icons/hicolor/128x128/apps/org.pwmt.zathura.png +%{_datadir}/metainfo/org.pwmt.zathura.appdata.xml %files devel %dir %{_includedir}/%{name}
