diff --git a/appstream.spec b/appstream.spec index bc3a357..a3927e7 100644 --- a/appstream.spec +++ b/appstream.spec @@ -2,8 +2,8 @@ %global vala 1 Name: appstream -Version: 0.15.2 -Release: 2 +Version: 0.16.1 +Release: 1 Summary: Utilities to generate, maintain and access the AppStream database License: GPLv2+ and LGPLv2+ URL: https://github.com/ximion/appstream @@ -30,6 +30,7 @@ BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(xmlb) +BuildRequires: systemd-devel %description AppStream makes it easy to access application information from the @@ -181,6 +182,9 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \ %{_libdir}/libAppStreamQt.so %changelog +* Mon Oct 16 2023 misaka00251 - 0.16.1-1 +- Upgrade to 0.16.1 + * Mon Jun 20 2022 lin zhang - 0.15.2-2 - fix build error - File listed twice libappstream-compose.so.0.15.2 diff --git a/v0.15.2.tar.gz b/v0.15.2.tar.gz deleted file mode 100644 index 39a595b..0000000 Binary files a/v0.15.2.tar.gz and /dev/null differ diff --git a/v0.16.1.tar.gz b/v0.16.1.tar.gz new file mode 100644 index 0000000..9af19ab Binary files /dev/null and b/v0.16.1.tar.gz differ