diff --git a/.gitignore b/.gitignore index de8019f..58ba81a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xdg-dbus-proxy-0.1.1.tar.xz /xdg-dbus-proxy-0.1.2.tar.xz /xdg-dbus-proxy-0.1.3.tar.xz +/xdg-dbus-proxy-0.1.4.tar.xz diff --git a/sources b/sources index c68ffab..e2b7d38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-dbus-proxy-0.1.3.tar.xz) = bb730366efca9d0d199983063dd5cd7b8a8aac8d9efd8e3d6b6090166e5e09a74ef241a07388cfbb2f108e66b3a29114671a6d955324626aebefa1d6c2423632 +SHA512 (xdg-dbus-proxy-0.1.4.tar.xz) = d50fa916d07f23e080ab53cf290b5d6db73cfd8262253a48b9f012ce6c182e201d0a67efaeb7f28a844d3ef146aa48936dfbe4279a59b909a6dc4419d5f15b04 diff --git a/xdg-dbus-proxy.spec b/xdg-dbus-proxy.spec index d9d10fe..dc3834f 100644 --- a/xdg-dbus-proxy.spec +++ b/xdg-dbus-proxy.spec @@ -1,13 +1,13 @@ Name: xdg-dbus-proxy -Version: 0.1.3 -Release: 3%{?dist} +Version: 0.1.4 +Release: 1%{?dist} Summary: Filtering proxy for D-Bus connections License: LGPLv2+ URL: https://github.com/flatpak/xdg-dbus-proxy/ Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz -BuildRequires: make +BuildRequires: meson BuildRequires: docbook-style-xsl BuildRequires: gcc BuildRequires: pkgconfig(gio-2.0) @@ -26,11 +26,11 @@ to facilitate using it in other contexts. %autosetup -p1 %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %files %license COPYING @@ -38,6 +38,9 @@ to facilitate using it in other contexts. %{_mandir}/man1/xdg-dbus-proxy.1* %changelog +* Wed Jul 19 2023 Bastien Nocera - 0.1.4-1 +- Update to 0.1.4 + * Sat Jan 21 2023 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild