- 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-dif... 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 --- 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/swatch 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/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 diff --git a/lfs/swatch b/lfs/swatch index 6977137b0..22a98287a 100644 --- a/lfs/swatch +++ b/lfs/swatch @@ -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)