Update to 0.1.4
This commit is contained in:
parent
592759d560
commit
b1955b29a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-dbus-proxy-0.1.3.tar.xz) = bb730366efca9d0d199983063dd5cd7b8a8aac8d9efd8e3d6b6090166e5e09a74ef241a07388cfbb2f108e66b3a29114671a6d955324626aebefa1d6c2423632
|
||||
SHA512 (xdg-dbus-proxy-0.1.4.tar.xz) = d50fa916d07f23e080ab53cf290b5d6db73cfd8262253a48b9f012ce6c182e201d0a67efaeb7f28a844d3ef146aa48936dfbe4279a59b909a6dc4419d5f15b04
|
||||
|
@ -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 <bnocera@redhat.com> - 0.1.4-1
|
||||
- Update to 0.1.4
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user