From 477b4a5182eb6dc42a37550497c0f1f996583a91 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:11:35 +0100 Subject: [PATCH] update to 0.42 [release 0.42-1mamba;Sun Mar 20 2022] --- README.md | 1 - wakeonlan.spec | 13 ++++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b3121e..6bd5b02 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # wakeonlan Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards, in order to switch on remote computers. - diff --git a/wakeonlan.spec b/wakeonlan.spec index af96aac..8f7f895 100644 --- a/wakeonlan.spec +++ b/wakeonlan.spec @@ -1,25 +1,25 @@ Name: wakeonlan -Version: 0.41 +Version: 0.42 Release: 1mamba Summary: A command that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://gsd.di.uminho.pt/jpo/software/wakeonlan/ -Source: http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/wakeonlan-%{version}.tar.gz +URL: https://github.com/jpoliv/wakeonlan +Source: https://github.com/jpoliv/wakeonlan.git/v%{version}/wakeonlan-%{version}.tar.bz2 License: Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl-Test-Perl-Critic Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards, in order to switch on remote computers. -%debug_package +#% debug_package %prep %setup -q @@ -51,5 +51,8 @@ done %defattr(-,root,root) %changelog +* Sun Mar 20 2022 Silvan Calarco 0.42-1mamba +- update to 0.42 + * Mon May 12 2014 Silvan Calarco 0.41-1mamba - package created using the webbuild interface