swatch: Update to 3.2.4

- 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/Swatch/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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2021-03-22 08:24:24 +01:00
committed by Michael Tremer
parent 3fbe85e711
commit e352fc1647
2 changed files with 18 additions and 18 deletions

View File

@@ -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/swatchdog
#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/swatchdog/.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

View File

@@ -24,15 +24,15 @@
include Config
VER = 3.2.3
VER = 3.2.4
THISAPP = swatch-$(VER)
THISAPP = swatchdog-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = swatch
PAK_VER = 3
PAK_VER = 4
DEPS = perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 1162f1024cf07fc750ed4960d61ac4e8
$(DL_FILE)_MD5 = df4c20ff7d3f6a46a2efd72a42078011
install : $(TARGET)