diff --git a/wol.spec b/wol.spec index f4fea4b..f1dee0c 100644 --- a/wol.spec +++ b/wol.spec @@ -1,9 +1,10 @@ Name: wol Version: 0.7.1 -Release: 33%{?dist} +Release: 40%{?dist} Summary: Wake On Lan client -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://sourceforge.net/projects/wake-on-lan/ Source0: http://downloads.sourceforge.net/wake-on-lan/%{name}-%{version}.tar.gz Patch0: wol-0.7.1-binding.patch @@ -20,10 +21,11 @@ hardware that is Magic Packet compliant. SecureON is supported by wol too. %prep %setup -q -%patch0 -p1 -b .binding -%patch1 -p1 -b .configure-c99 +%patch -P0 -p1 -b .binding +%patch -P1 -p1 -b .configure-c99 %build +export CFLAGS="$CFLAGS -std=gnu11" %configure --disable-static make %{?_smp_mflags} iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv @@ -42,6 +44,27 @@ rm -f %{buildroot}%{_infodir}/dir %{_bindir}/%{name}* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.7.1-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 0.7.1-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jul 25 2025 Fedora Release Engineering - 0.7.1-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Wed Apr 30 2025 David Auer - 0.7.1-37 +- Fix build with GCC 15 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.7.1-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Jul 26 2024 Miroslav Suchý - 0.7.1-35 +- convert license to SPDX + +* Sat Jul 20 2024 Fedora Release Engineering - 0.7.1-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.7.1-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild