From 87bbc78319c1d8bafb6b6b8f449266468c076974 Mon Sep 17 00:00:00 2001 From: jykanase Date: Fri, 14 Mar 2025 08:47:48 +0000 Subject: [PATCH] Upgrade xrestop version to 0.6 --- .../xrestop/xrestop.signatures.json | 2 +- SPECS-EXTENDED/xrestop/xrestop.spec | 70 ++++++++++++++----- cgmanifest.json | 4 +- 3 files changed, 55 insertions(+), 21 deletions(-) diff --git a/SPECS-EXTENDED/xrestop/xrestop.signatures.json b/SPECS-EXTENDED/xrestop/xrestop.signatures.json index ac03ac76caa..2e4f96fc234 100644 --- a/SPECS-EXTENDED/xrestop/xrestop.signatures.json +++ b/SPECS-EXTENDED/xrestop/xrestop.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "xrestop-0.4.tar.gz": "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257" + "xrestop-0.6.tar.gz": "c4a212808be703b4929b01fa57efc46e6b662b958dc33c044efeab38065cd5dd" } } diff --git a/SPECS-EXTENDED/xrestop/xrestop.spec b/SPECS-EXTENDED/xrestop/xrestop.spec index 391bd1c72aa..7dd6b8b8163 100644 --- a/SPECS-EXTENDED/xrestop/xrestop.spec +++ b/SPECS-EXTENDED/xrestop/xrestop.spec @@ -1,17 +1,18 @@ -Vendor: Microsoft Corporation -Distribution: Azure Linux Summary: X Resource Monitor Name: xrestop -Version: 0.4 -Release: 27%{?dist} -License: GPLv2+ -URL: http://www.freedesktop.org/Software/xrestop -Source0: http://downloads.yoctoproject.org/releases/%{name}/%{name}-%{version}.tar.gz - -BuildRequires: gcc -BuildRequires: ncurses-devel -BuildRequires: libXres-devel -BuildRequires: libXext-devel +Version: 0.6 +Release: 5%{?dist} +License: GPL-2.0-or-later +Vendor: Microsoft Corporation +Distribution: Azure Linux +URL: https://www.freedesktop.org/Software/xrestop +Source0: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.gz + +BuildRequires: make +BuildRequires: gcc +BuildRequires: ncurses-devel +BuildRequires: libXres-devel +BuildRequires: libXext-devel BuildRequires: libX11-devel BuildRequires: libXau-devel @@ -26,25 +27,56 @@ for tracking down application X resource usage leaks. %build %configure make +# SUBDIRS= %install rm -rf "$RPM_BUILD_ROOT" make DESTDIR="$RPM_BUILD_ROOT" install +#SUBDIRS= %files %license COPYING -%doc AUTHORS NEWS README +%doc AUTHORS NEWS README.md %{_bindir}/xrestop %{_mandir}/man1/xrestop.1* %changelog -* Mon Apr 25 2022 Mateusz Malisz - 0.4-27 -- Update Source0 -- Improve formatting +* Fri Mar 14 2025 Jyoti kanase - 0.6-5 +- Initial Azure Linux import from Fedora 41 (license: MIT). - License verified. -* Fri Oct 15 2021 Pawel Winogrodzki - 0.4-26 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). +* Sat Jul 20 2024 Fedora Release Engineering - 0.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Sep 11 2023 Olivier Fourdan - 0.6-2 +- migrated to SPDX license + +* Mon Sep 11 2023 Olivier Fourdan - 0.6-1 +- xrestop 0.6 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.4-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 0.4-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.4-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 0.4-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.4-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jan 28 2021 Fedora Release Engineering - 0.4-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.4-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jan 31 2020 Fedora Release Engineering - 0.4-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild @@ -151,3 +183,5 @@ make DESTDIR="$RPM_BUILD_ROOT" install * Tue Mar 9 2004 Mike A. Harris 0.2-1 - Initial Red Hat RPM package. + + diff --git a/cgmanifest.json b/cgmanifest.json index 840c01e409d..15012626723 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -30892,8 +30892,8 @@ "type": "other", "other": { "name": "xrestop", - "version": "0.4", - "downloadUrl": "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz" + "version": "0.6", + "downloadUrl": "https://xorg.freedesktop.org/archive/individual/app/xrestop-0.6.tar.gz" } } },