Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package AppStream for openSUSE:Factory checked in at 2021-09-02 23:20:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AppStream (Old) and /work/SRC/openSUSE:Factory/.AppStream.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AppStream" Thu Sep 2 23:20:05 2021 rev:24 rq:915181 version:0.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes 2021-08-12 09:01:56.994123864 +0200 +++ /work/SRC/openSUSE:Factory/.AppStream.new.1899/AppStream.changes 2021-09-02 23:20:06.192537653 +0200 @@ -1,0 +2,5 @@ +Fri Aug 27 05:36:31 UTC 2021 - Alexei Podvalsky <[email protected]> + +- Create and install a Vala API file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AppStream.spec ++++++ --- /var/tmp/diff_new_pack.8epNQ3/_old 2021-09-02 23:20:06.920538561 +0200 +++ /var/tmp/diff_new_pack.8epNQ3/_new 2021-09-02 23:20:06.924538566 +0200 @@ -16,6 +16,9 @@ # +%if 0%{?sle_version} >= 150300 && 0%{?is_opensuse} || 0%{?suse_version} > 1500 +%bcond_without vala +%endif %define libappstream_sover 4 %define libAppStreamQt_sover 2 Name: AppStream @@ -33,6 +36,9 @@ BuildRequires: gperf BuildRequires: lmdb-devel BuildRequires: meson >= 0.48 +%if %{with vala} +BuildRequires: vala +%endif BuildRequires: pkgconfig BuildRequires: xsltproc BuildRequires: pkgconfig(Qt5Core) @@ -114,7 +120,11 @@ %build %meson -Dqt=true \ +%if %{with vala} + -Dvapi=true \ +%else -Dvapi=false \ +%endif -Ddocs=false \ -Dapidocs=false \ -Dstemming=false @@ -169,6 +179,12 @@ %{_includedir}/appstream/ %{_datadir}/gir-1.0/AppStream-1.0.gir %{_datadir}/gettext/ +%if %{with vala} +%dir %{_datadir}/vala/ +%dir %{_datadir}/vala/vapi/ +%{_datadir}/vala/vapi/appstream.deps +%{_datadir}/vala/vapi/appstream.vapi +%endif %files -n typelib-1_0-AppStream-1.0 %license LICENSE*
