From 43072ff53ee61814fcb5a3b0b60206ddbd72877276b5b4dc62061a7e220b13a3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Jun 2007 13:16:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=6 --- ddclient-3.7.1-fw_debug.patch | 11 ----------- ddclient-3.7.1.tar.bz2 | 3 --- ddclient-3.7.2.tar.bz2 | 3 +++ ddclient.changes | 10 ++++++++++ ddclient.spec | 17 +++++++++++------ 5 files changed, 24 insertions(+), 20 deletions(-) delete mode 100644 ddclient-3.7.1-fw_debug.patch delete mode 100644 ddclient-3.7.1.tar.bz2 create mode 100644 ddclient-3.7.2.tar.bz2 diff --git a/ddclient-3.7.1-fw_debug.patch b/ddclient-3.7.1-fw_debug.patch deleted file mode 100644 index fc04c3a..0000000 --- a/ddclient-3.7.1-fw_debug.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ddclient-3.7.1/ddclient.orig 2007-04-03 20:33:43.000000000 +0200 -+++ ddclient-3.7.1/ddclient 2007-04-03 20:37:18.000000000 +0200 -@@ -1657,7 +1657,7 @@ - - debug("server = $server"); - debug("opt(fw = ",opt('fw')); -- debug("glo fw = $globals{'fw'}"); -+ $globals{'fw'} && debug("glo fw = $globals{'fw'}"); - #if ( $globals{'ssl'} and $server ne $globals{'fw'} ) { - ## always omit SSL for connections to local router - if ( $globals{'ssl'} and (caller(1))[3] ne 'main::get_ip' ) { diff --git a/ddclient-3.7.1.tar.bz2 b/ddclient-3.7.1.tar.bz2 deleted file mode 100644 index 9211e47..0000000 --- a/ddclient-3.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1052c85fbe2f26161febe565aa9502b32b76cd0563dc3e3440975f13ae237e14 -size 37781 diff --git a/ddclient-3.7.2.tar.bz2 b/ddclient-3.7.2.tar.bz2 new file mode 100644 index 0000000..d10ef62 --- /dev/null +++ b/ddclient-3.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e78787520649fb6a86064ec5927e3678a7ca680958700d785eb6027d7117bc +size 48934 diff --git a/ddclient.changes b/ddclient.changes index 455bb0e..8c7defd 100644 --- a/ddclient.changes +++ b/ddclient.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 14 12:14:12 CEST 2007 - kssingvo@suse.de + +- upgrade to version 3.7.2: + * updated easydns support + * fix for 'fw' in case of debug + * ssl call changed + * easydns.patch and eurodns.patch now included +- enable_fw patch removed, now in upstream version included + ------------------------------------------------------------------- Thu May 3 14:26:56 CEST 2007 - kssingvo@suse.de diff --git a/ddclient.spec b/ddclient.spec index 8514a86..dec21fe 100644 --- a/ddclient.spec +++ b/ddclient.spec @@ -1,5 +1,5 @@ # -# spec file for package ddclient (Version 3.7.1) +# spec file for package ddclient (Version 3.7.2) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,8 +16,8 @@ Group: Productivity/Networking/DNS/Utilities Requires: perl >= 5.004 Suggests: perl-IO-Socket-SSL Autoreqprov: on -Version: 3.7.1 -Release: 15 +Version: 3.7.2 +Release: 1 URL: http://ddclient.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Perl Client to Update Dynamic DNS Entries @@ -26,8 +26,7 @@ Source1: rc.ddclient Source2: ddclient.sysconfig Patch0: ddclient-3.6.3-config.patch Patch1: ddclient-3.7.1-config.patch -Patch2: ddclient-3.7.1-fw_debug.patch -Patch3: ddclient-3.7.1-sysconfig.patch +Patch2: ddclient-3.7.1-sysconfig.patch %description ddclient is a small full-featured client requiring only Perl. Supported @@ -53,7 +52,6 @@ Authors: %patch0 -p1 -b _orig %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build #export CFLAGS="$RPM_OPT_FLAGS" @@ -107,6 +105,13 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient %doc COPY* README* sample* %changelog +* Thu Jun 14 2007 - kssingvo@suse.de +- upgrade to version 3.7.2: + * updated easydns support + * fix for 'fw' in case of debug + * ssl call changed + * easydns.patch and eurodns.patch now included +- enable_fw patch removed, now in upstream version included * Thu May 03 2007 - kssingvo@suse.de - added sysconfig file, as suggested in bugzilla#268138 - added /var/cache/ddclient (bugzilla#268138)