diff --git a/ddclient-3.7.3.tar.bz2 b/ddclient-3.7.3.tar.bz2 deleted file mode 100644 index 1f35879..0000000 --- a/ddclient-3.7.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03ed5aad2f60cf0234c9e3a4a5ed8ab4ccee29c660b089e5eebe862adabd8b1f -size 38930 diff --git a/ddclient-3.8.0.tar.bz2 b/ddclient-3.8.0.tar.bz2 new file mode 100644 index 0000000..d614562 --- /dev/null +++ b/ddclient-3.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910dc49bd4b2920fad6c4afce03805de5a4cffd0db5f3d902c5417353420aef4 +size 41701 diff --git a/ddclient.changes b/ddclient.changes index f19afc4..4eaf8e4 100644 --- a/ddclient.changes +++ b/ddclient.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 28 14:18:40 CET 2009 - kssingvo@suse.de + +- new version 3.8.0: + * better password handling + * ddclient wrapper now included + * some remarks concerning postscript in sample config file + * support for multiple IP adresses + * namecheap patch + * Preventing error while reading cache when ip wasn't set correctly + before + * Preventing an error when trying to send a message on mail-failure + * mail-on-kill functionality + * documentation changes + ------------------------------------------------------------------- Tue Jan 27 18:12:39 CET 2009 - kukuk@suse.de diff --git a/ddclient.spec b/ddclient.spec index adf1bfd..67323ad 100644 --- a/ddclient.spec +++ b/ddclient.spec @@ -1,5 +1,5 @@ # -# spec file for package ddclient (Version 3.7.3) +# spec file for package ddclient (Version 3.8.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,8 +25,8 @@ Requires: perl >= 5.004 Suggests: perl-IO-Socket-SSL PreReq: %fillup_prereq AutoReqProv: on -Version: 3.7.3 -Release: 73 +Version: 3.8.0 +Release: 1 Url: http://ddclient.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Perl Client to Update Dynamic DNS Entries @@ -114,6 +114,18 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient %doc COPY* README* sample* %changelog +* Wed Jan 28 2009 kssingvo@suse.de +- new version 3.8.0: + * better password handling + * ddclient wrapper now included + * some remarks concerning postscript in sample config file + * support for multiple IP adresses + * namecheap patch + * Preventing error while reading cache when ip wasn't set correctly + before + * Preventing an error when trying to send a message on mail-failure + * mail-on-kill functionality + * documentation changes * Tue Jan 27 2009 kukuk@suse.de - Add PreRequires * Thu Aug 30 2007 kssingvo@suse.de