Skip to content

Commit f7363e9

Browse files
authored
Upgraded xdg-dbus-proxy to version 0.1.6 (#11689)
1 parent 02469b5 commit f7363e9

3 files changed

Lines changed: 53 additions & 11 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"xdg-dbus-proxy-0.1.2.tar.xz": "1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f"
3+
"xdg-dbus-proxy-0.1.6.tar.xz": "131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1"
44
}
55
}

SPECS-EXTENDED/xdg-dbus-proxy/xdg-dbus-proxy.spec

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: xdg-dbus-proxy
4-
Version: 0.1.2
5-
Release: 3%{?dist}
4+
Version: 0.1.6
5+
Release: 2%{?dist}
66
Summary: Filtering proxy for D-Bus connections
77

8-
License: LGPLv2+
8+
License: LGPL-2.1-or-later
99
URL: https://github.com/flatpak/xdg-dbus-proxy/
1010
Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
1111

12+
BuildRequires: meson
1213
BuildRequires: docbook-style-xsl
1314
BuildRequires: gcc
1415
BuildRequires: pkgconfig(gio-2.0)
@@ -27,20 +28,61 @@ to facilitate using it in other contexts.
2728
%autosetup -p1
2829

2930
%build
30-
%configure
31-
%make_build
31+
%meson
32+
%meson_build
3233

3334
%install
34-
%make_install
35+
%meson_install
3536

3637
%files
38+
%doc NEWS README.md
3739
%license COPYING
3840
%{_bindir}/xdg-dbus-proxy
3941
%{_mandir}/man1/xdg-dbus-proxy.1*
4042

4143
%changelog
42-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.1.2-3
43-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
44+
* Thu Dec 26 2024 Aninda Pradhan <v-anipradhan@microsoft.com> - 0.1.6-2
45+
- Initial Azure Linux import from Fedora 41 (license: MIT)
46+
- License Verified
47+
48+
* Fri Oct 11 2024 David King <amigadave@amigadave.com> - 0.1.6-1
49+
- Update to 0.1.6 (#2307503)
50+
51+
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3
52+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
53+
54+
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
55+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
56+
57+
* Mon Aug 07 2023 Kalev Lember <klember@redhat.com> - 0.1.5-1
58+
- Update to 0.1.5 (rhbz#2229713)
59+
60+
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-2
61+
- Fix D-Bus disconnection when an object path was overly long
62+
63+
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-1
64+
- Update to 0.1.4
65+
66+
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
67+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
68+
69+
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
70+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
71+
72+
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
73+
- Update to 0.1.3
74+
75+
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
76+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
77+
78+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
79+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
80+
81+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
82+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
83+
84+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
85+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4486

4587
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
4688
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30341,8 +30341,8 @@
3034130341
"type": "other",
3034230342
"other": {
3034330343
"name": "xdg-dbus-proxy",
30344-
"version": "0.1.2",
30345-
"downloadUrl": "https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.2/xdg-dbus-proxy-0.1.2.tar.xz"
30344+
"version": "0.1.6",
30345+
"downloadUrl": "https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.6/xdg-dbus-proxy-0.1.6.tar.xz"
3034630346
}
3034730347
}
3034830348
},

0 commit comments

Comments
 (0)