-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded xdg-dbus-proxy to version 0.1.6
- Loading branch information
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 1%{?dist} | ||
Summary: Filtering proxy for D-Bus connections | ||
|
||
License: LGPLv2+ | ||
License: LGPL-2.1-or-later | ||
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) | ||
|
@@ -27,18 +28,23 @@ 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 | ||
* Mon Dec 23 2024 Aninda Pradhan <[email protected]> - 0.1.6-1 | ||
- Upgraded to version 0.1.6 | ||
- License Verified | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.1.2-3 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters