|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
Name: xdg-dbus-proxy
|
|
|
|
|
Version: 0.1.5
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.1.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Filtering proxy for D-Bus connections
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
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: meson
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
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
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
%configure
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -38,39 +38,16 @@ to facilitate using it in other contexts.
|
|
|
|
|
%{_mandir}/man1/xdg-dbus-proxy.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.1.5-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.5-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 07 2023 Kalev Lember <klember@redhat.com> - 0.1.5-1
|
|
|
|
|
- Update to 0.1.5 (rhbz#2229713)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-2
|
|
|
|
|
- Fix D-Bus disconnection when an object path was overly long
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
|
|
|
|
* Tue Mar 22 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
|
|
|
|
- Update to 0.1.3
|
|
|
|
|
Resolves: #2060089
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|