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 23, 2024
1 parent 0604281 commit 8bd6317
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 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"
}
}
}
18 changes: 12 additions & 6 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: 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)
Expand All @@ -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).

Expand Down
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 8bd6317

Please sign in to comment.