From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/5] swatch: Update to 3.2.4 Date: Mon, 22 Mar 2021 08:24:24 +0100 Message-ID: <20210322072424.1019-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4121058402700956986==" List-Id: --===============4121058402700956986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.2.3 to 3.2.4 - Updated rootfile - Changelog There is no changelog in sourceforge for this package The changelog in the tarball has the last entry for 2008 Found this url https://fossies.org/diffs/swatchdog/3.2.3_vs_3.2.4/lib/Swat= ch/Actions.pm-diff.html which indicates that all changes are only related to change of name from swatch to swatchdog Signed-off-by: Adolf Belka --- config/rootfiles/packages/swatch | 28 ++++++++++++++-------------- lfs/swatch | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/rootfiles/packages/swatch b/config/rootfiles/packages/swa= tch index 783929779..d266f63d2 100644 --- a/config/rootfiles/packages/swatch +++ b/config/rootfiles/packages/swatch @@ -1,14 +1,14 @@ -usr/bin/swatch -#usr/lib/perl5/site_perl/5.30.0/Swatch -usr/lib/perl5/site_perl/5.30.0/Swatch/Actions.pm -usr/lib/perl5/site_perl/5.30.0/Swatch/Threshold.pm -usr/lib/perl5/site_perl/5.30.0/Swatch/Throttle.pm -#usr/lib/perl5/site_perl/5.30.0/auto/Swatch -#usr/lib/perl5/site_perl/5.30.0/auto/Swatch/Actions -usr/lib/perl5/site_perl/5.30.0/auto/Swatch/Actions/autosplit.ix -#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/swatch -#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/swatch= /.packlist -#usr/share/man/man1/swatch.1 -#usr/share/man/man3/Swatch::Actions.3 -#usr/share/man/man3/Swatch::Threshold.3 -#usr/share/man/man3/Swatch::Throttle.3 +usr/bin/swatchdog +#usr/lib/perl5/site_perl/5.30.0/Swatchdog +usr/lib/perl5/site_perl/5.30.0/Swatchdog/Actions.pm +usr/lib/perl5/site_perl/5.30.0/Swatchdog/Threshold.pm +usr/lib/perl5/site_perl/5.30.0/Swatchdog/Throttle.pm +#usr/lib/perl5/site_perl/5.30.0/auto/Swatchdog +#usr/lib/perl5/site_perl/5.30.0/auto/Swatchdog/Actions +#usr/lib/perl5/site_perl/5.30.0/auto/Swatchdog/Actions/autosplit.ix +#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/swatch= dog +#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/swatch= dog/.packlist +#usr/share/man/man1/swatchdog.1 +#usr/share/man/man3/Swatchdog::Actions.3 +#usr/share/man/man3/Swatchdog::Threshold.3 +#usr/share/man/man3/Swatchdog::Throttle.3 diff --git a/lfs/swatch b/lfs/swatch index 6977137b0..22a98287a 100644 --- a/lfs/swatch +++ b/lfs/swatch @@ -24,15 +24,15 @@ =20 include Config =20 -VER =3D 3.2.3 +VER =3D 3.2.4 =20 -THISAPP =3D swatch-$(VER) +THISAPP =3D swatchdog-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D swatch -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1162f1024cf07fc750ed4960d61ac4e8 +$(DL_FILE)_MD5 =3D df4c20ff7d3f6a46a2efd72a42078011 =20 install : $(TARGET) =20 --=20 2.31.0 --===============4121058402700956986==--