Accepting request 635947 from home:stefjakobs

Hi,
I updated ddclient to version 3.9.0. See the changes file for a list of upstream changes. Please consider to accept this new version.

Regards
Stefan

OBS-URL: https://build.opensuse.org/request/show/635947
OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=45
This commit is contained in:
Stanislav Brabec 2018-09-25 17:18:42 +00:00 committed by Git OBS Bridge
parent 64184f493f
commit 0b326e1cd4
3 changed files with 21 additions and 7 deletions

3
ddclient-3.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c4ae902742e8a37790d3cc8fad4e5b0f38154c76bba3643f4423d8f96829e3b
size 59018

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 13 12:51:46 UTC 2018 - Stefan Jakobs <projects@localside.net>
- Upgrade to ddclient-3.9.0
* Support IPv6 for CloudFlare
* name cheap support https now
* Use JSON::PP instead of the (deprecated) JSON::Any
* Specify port number properly to 'nsupdate'
* Adding support for freemyip.com
-------------------------------------------------------------------
Thu Nov 23 13:38:22 UTC 2017 - rbrown@suse.com

View File

@ -25,10 +25,10 @@ Name: ddclient
Summary: A Perl Client to Update Dynamic DNS Entries
License: GPL-2.0+
Group: Productivity/Networking/DNS/Utilities
Version: 3.8.3
Version: 3.9.0
Release: 0
Url: http://ddclient.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.service
Source2: %{name}.sysconfig
Source3: %{name}-tmpfiles.conf
@ -76,9 +76,9 @@ mv sample-* examples
# nothing to do here (yet)
%install
#%{_sbindir}/groupadd -r %{name} 2>/dev/null || :
#%{_sbindir}/useradd -c "DDClient User" -d %{_localstatedir}/cache/%{name} \
# -g %{name} -r -s /bin/false %{name} 2>/dev/null || :
#%%{_sbindir}/groupadd -r %%{name} 2>/dev/null || :
#%%{_sbindir}/useradd -c "DDClient User" -d %%{_localstatedir}/cache/%%{name} \
# -g %%{name} -r -s /bin/false %%{name} 2>/dev/null || :
#make DESTDIR=$RPM_BUILD_ROOT install
%{__install} -D -m 755 %{name} %{buildroot}%{_sbindir}/%{name}
@ -149,10 +149,10 @@ fi
%if 0%{?has_systemd}
%{_unitdir}/%{name}.service
%{_libexecdir}/tmpfiles.d/ddclient.conf
%ghost %dir %attr(755,%{name},root) /run/%{name}
%ghost %dir %attr(755,%{name},%{name}) /run/%{name}
%else
/etc/init.d/%{name}
%ghost %dir %attr(755,%{name},root) %{_localstatedir}/run/%{name}
%ghost %dir %attr(755,%{name},%{name}) %{_localstatedir}/run/%{name}
%endif
%{_sbindir}/%{name}
%{_sbindir}/rc%{name}
@ -160,3 +160,4 @@ fi
%dir %attr(700,%{name},root) %{_localstatedir}/cache/%{name}
%changelog