Skip to content

Commit

Permalink
Upgraded xdg-dbus-proxy to version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aninda-al committed Dec 26, 2024
1 parent ae7f8ab commit e19d10d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 13 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/xdg-dbus-proxy/xdg-dbus-proxy.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"xdg-dbus-proxy-0.1.2.tar.xz": "1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f"
"xdg-dbus-proxy-0.1.6.tar.xz": "131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1"
}
}
}
60 changes: 51 additions & 9 deletions SPECS-EXTENDED/xdg-dbus-proxy/xdg-dbus-proxy.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: xdg-dbus-proxy
Version: 0.1.2
Release: 3%{?dist}
Version: 0.1.6
Release: 2%{?dist}
Summary: Filtering proxy for D-Bus connections

License: LGPLv2+
License: LGPL-2.1
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: docbook-style-xsl
BuildRequires: gcc
BuildRequires: pkgconfig(gio-2.0)
Expand All @@ -27,20 +28,61 @@ to facilitate using it in other contexts.
%autosetup -p1

%build
%configure
%make_build
%meson
%meson_build

%install
%make_install
%meson_install

%files
%doc NEWS README.md
%license COPYING
%{_bindir}/xdg-dbus-proxy
%{_mandir}/man1/xdg-dbus-proxy.1*

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.1.2-3
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Thu Dec 26 2024 Aninda Pradhan <[email protected]> - 0.1.6-2
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License Verified

* Fri Oct 11 2024 David King <[email protected]> - 0.1.6-1
- Update to 0.1.6 (#2307503)

* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 0.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Sat Jan 27 2024 Fedora Release Engineering <[email protected]> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Mon Aug 07 2023 Kalev Lember <[email protected]> - 0.1.5-1
- Update to 0.1.5 (rhbz#2229713)

* Wed Jul 19 2023 Bastien Nocera <[email protected]> - 0.1.4-2
- Fix D-Bus disconnection when an object path was overly long

* Wed Jul 19 2023 Bastien Nocera <[email protected]> - 0.1.4-1
- Update to 0.1.4

* Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 0.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 0.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Wed Mar 02 2022 Debarshi Ray <[email protected]> - 0.1.3-1
- Update to 0.1.3

* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 0.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Fri Jan 31 2020 Fedora Release Engineering <[email protected]> - 0.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand All @@ -60,4 +102,4 @@ to facilitate using it in other contexts.
- Include COPYING file as license

* Fri Nov 23 2018 Kalev Lember <[email protected]> - 0.1.0-1
- Initial Fedora packaging
- Initial Fedora packaging
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29931,8 +29931,8 @@
"type": "other",
"other": {
"name": "xdg-dbus-proxy",
"version": "0.1.2",
"downloadUrl": "https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.2/xdg-dbus-proxy-0.1.2.tar.xz"
"version": "0.1.6",
"downloadUrl": "https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.6/xdg-dbus-proxy-0.1.6.tar.xz"
}
}
},
Expand Down

0 comments on commit e19d10d

Please sign in to comment.