Hello community, here is the log from the commit of package ddclient for openSUSE:Factory checked in at 2018-10-17 08:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddclient (Old) and /work/SRC/openSUSE:Factory/.ddclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddclient" Wed Oct 17 08:24:42 2018 rev:45 rq:639343 version:3.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ddclient/ddclient.changes 2017-11-24 10:56:09.100600925 +0100 +++ /work/SRC/openSUSE:Factory/.ddclient.new/ddclient.changes 2018-10-17 08:25:15.254672819 +0200 @@ -1,0 +2,15 @@ +Mon Oct 1 07:26:04 UTC 2018 - [email protected] + +- Require perl-Data-Validate-IP + +------------------------------------------------------------------- +Thu Sep 13 12:51:46 UTC 2018 - Stefan Jakobs <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- ddclient-3.8.3.tar.bz2 New: ---- ddclient-3.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddclient.spec ++++++ --- /var/tmp/diff_new_pack.3Zf6ww/_old 2018-10-17 08:25:16.266672012 +0200 +++ /var/tmp/diff_new_pack.3Zf6ww/_new 2018-10-17 08:25:16.270672009 +0200 @@ -1,7 +1,7 @@ # # spec file for package ddclient # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,10 +25,10 @@ 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 @@ -38,6 +38,7 @@ BuildArch: noarch Requires(pre): %fillup_prereq Requires(pre): pwdutils +Requires: perl-Data-Validate-IP %if 0%{?suse_version} >= 1230 BuildRequires: pkgconfig(systemd) @@ -76,9 +77,9 @@ # 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 +150,10 @@ %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}
