diff --git a/.gitignore b/.gitignore index 6db7704..387f344 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ xosview-1.8.3-20080301.tar.gz /xosview-1.22.tar.gz /xosview-1.23.tar.gz /xosview-1.24.tar.gz +/xosview-1.25.tar.gz diff --git a/sources b/sources index b7bcbee..7067259 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xosview-1.24.tar.gz) = aeeecc3be8c4a22bb62062ca51c927ace186c0652f7cc16fbdd7b7d3acb247242d1ad64960cfb4622bd1626fdfcd26ef6938df2b4f788ee8fc44e5cf59396540 +SHA512 (xosview-1.25.tar.gz) = 723f8710d5beb72999b2d42685bf0eb440a30ef972d6f5742e74a4519dfcf9ae7a612231d4bd194ce40ec37a79b7b559ccf6ae08c5e5e8bb824f0a496636b28c diff --git a/xosview.spec b/xosview.spec index 79ebdb4..db22afb 100644 --- a/xosview.spec +++ b/xosview.spec @@ -1,7 +1,7 @@ Summary: An X Window System utility for monitoring system resources Name: xosview -Version: 1.24 -Release: 5%{?dist} +Version: 1.25 +Release: 3%{?dist} # The netbsd/swapinternal.{cc,h} source files are BSD only (with # advertising), but neither file is used in the linux version of # xosview. Instead, the source files used are linux/swapmeter.{cc,h}, @@ -10,7 +10,7 @@ Release: 5%{?dist} License: GPL-1.0-or-later URL: http://www.pogo.org.uk/~mark/xosview/ Source0: http://www.pogo.org.uk/~mark/xosview/releases/xosview-%{version}.tar.gz -Patch0: xosview-1.24-app-def.patch +Patch: xosview-1.24-app-def.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: libX11-devel @@ -23,14 +23,16 @@ current system state, including memory usage, CPU usage, system load, etc. Xosview runs under the X Window System. %prep -%autosetup +%autosetup -p1 %build %make_build OPTFLAGS="%{optflags}" %install -make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p" +%make_install PREFIX=%{_prefix} install -p -m 0644 -D Xdefaults %{buildroot}%{_datadir}/X11/app-defaults/XOsview + +%check desktop-file-validate %{buildroot}%{_datadir}/applications/xosview.desktop %files @@ -43,6 +45,21 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/xosview.desktop %{_datadir}/X11/app-defaults/XOsview %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.25-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 1.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Wed Jan 14 2026 Terje Røsten - 1.25-1 +- 1.25 + +* Fri Jul 25 2025 Fedora Release Engineering - 1.24-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 1.24-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.24-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild