Compare commits

...

No commits in common. "c8s" and "c10s" have entirely different histories.
c8s ... c10s

4 changed files with 105 additions and 10 deletions

29
.gitignore vendored
View File

@ -1,2 +1,29 @@
SOURCES/libgtop-2.38.0.tar.xz
libgtop-2.28.1.tar.bz2
/libgtop-2.28.2.tar.bz2
/libgtop-2.28.3.tar.bz2
/libgtop-2.28.4.tar.xz
/libgtop-2.28.5.tar.xz
/libgtop-2.30.0.tar.xz
/libgtop-2.31.3.tar.xz
/libgtop-2.31.4.tar.xz
/libgtop-2.31.90.tar.xz
/libgtop-2.31.91.tar.xz
/libgtop-2.32.0.tar.xz
/libgtop-2.33.3.tar.xz
/libgtop-2.33.4.tar.xz
/libgtop-2.33.91.tar.xz
/libgtop-2.34.0.tar.xz
/libgtop-2.34.1.tar.xz
/libgtop-2.34.2.tar.xz
/libgtop-2.35.90.tar.xz
/libgtop-2.35.92.tar.xz
/libgtop-2.36.0.tar.xz
/libgtop-2.37.2.tar.xz
/libgtop-2.37.90.tar.xz
/libgtop-2.37.92.tar.xz
/libgtop-2.38.0.tar.xz
/libgtop-2.39.90.tar.xz
/libgtop-2.39.91.tar.xz
/libgtop-2.40.0.tar.xz
/libgtop-2.41.1.tar.xz
/libgtop-2.41.2.tar.xz

View File

@ -1,6 +1,6 @@
--- !Policy
product_versions:
- rhel-8
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,15 +1,16 @@
Name: libgtop2
Version: 2.38.0
Release: 3%{?dist}
Version: 2.41.2
Release: 5%{?dist}
Summary: LibGTop library (version 2)
License: GPLv2+
URL: http://download.gnome.org/sources/libgtop
Source0: http://download.gnome.org/sources/libgtop/2.38/libgtop-%{version}.tar.xz
License: GPL-2.0-or-later
URL: https://download.gnome.org/sources/libgtop
Source0: https://download.gnome.org/sources/libgtop/2.41/libgtop-%{version}.tar.xz
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: gettext
BuildRequires: make
%description
LibGTop is a library for portably obtaining information about processes,
@ -24,11 +25,11 @@ This package provides the necessary development libraries and include
files to allow you to develop with LibGTop.
%prep
%setup -q -n libgtop-%{version}
%autosetup -p1 -n libgtop-%{version}
%build
%configure --disable-gtk-doc --disable-static
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -42,6 +43,8 @@ find %{buildroot} -name '*.la' -delete
%files -f libgtop.lang
%doc AUTHORS NEWS README
%license COPYING
%{_libexecdir}/libgtop_daemon2
%{_libexecdir}/libgtop_server2
%{_libdir}/libgtop-2.0.so.11*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/GTop-2.0.typelib
@ -59,6 +62,71 @@ find %{buildroot} -name '*.la' -delete
%exclude %{_datadir}/info
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.41.2-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.41.2-4
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Oct 21 2023 Kalev Lember <klember@redhat.com> - 2.41.2-1
- Update to 2.41.2
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Feb 08 2023 David King <amigadave@amigadave.com> - 2.41.1-1
- Update to 2.41.1
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 2.40.0-1
- Update to 2.40.0
* Mon Feb 18 2019 Kalev Lember <klember@redhat.com> - 2.39.91-1
- Update to 2.39.91
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 2.39.90-1
- Update to 2.39.90
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (libgtop-2.38.0.tar.xz) = 96586b7f12a2b63c5ec7f69c51b6e28361a7458f24f20270fc589213bfae43ae99d1e39efb6101d189741bba084c887554f745131e99d8ed90b7db6d53c36e1d
SHA512 (libgtop-2.41.2.tar.xz) = b6ccf46cf0426c1f454f8d9378a0e2d343a004fac74ef39fec97987c09c6c376f0a5847174630b09e46dc1f08c39eb77cf7ea8b5c57687f51d364dd476b95814