From d29b7939d21850d28a7c3eeba4cdb08485c50f9fe1027e78ca4f10edde6ff948 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 13 Sep 2007 16:37:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=12 --- yast2-ntp-client-2.15.10.tar.bz2 | 3 +++ yast2-ntp-client-2.15.9.tar.bz2 | 3 --- yast2-ntp-client.changes | 9 +++++++++ yast2-ntp-client.spec | 14 ++++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 yast2-ntp-client-2.15.10.tar.bz2 delete mode 100644 yast2-ntp-client-2.15.9.tar.bz2 diff --git a/yast2-ntp-client-2.15.10.tar.bz2 b/yast2-ntp-client-2.15.10.tar.bz2 new file mode 100644 index 0000000..845a85d --- /dev/null +++ b/yast2-ntp-client-2.15.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3f479ed13a23bbff4383ef70e4fdea02945cb2eb4191132d5f2feda637517b +size 123642 diff --git a/yast2-ntp-client-2.15.9.tar.bz2 b/yast2-ntp-client-2.15.9.tar.bz2 deleted file mode 100644 index 6c21dd8..0000000 --- a/yast2-ntp-client-2.15.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d6c2cca434956d1b4fa33312a658f914fe2d73eb4857e04508c5ee5d7e76b73 -size 123620 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index b50c15a..2751453 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 13 17:50:19 CEST 2007 - kmachalkova@suse.cz + +- In installation proposal, remember whether synchronization with + NTP server has been selected (#308238) +- Set AbortFunction back to 'nil' after NtpClient::Read has been + called to prevent segfault after multiple calls (#294773) +- 2.15.10 + ------------------------------------------------------------------- Thu Sep 6 18:51:37 CEST 2007 - kmachalkova@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 515e294..1f603b1 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.15.9) +# spec file for package yast2-ntp-client (Version 2.15.10) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-ntp-client -Version: 2.15.9 +Version: 2.15.10 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.15.9.tar.bz2 +Source0: yast2-ntp-client-2.15.10.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite #SLPAPI.pm @@ -36,7 +36,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-ntp-client-2.15.9 +%setup -n yast2-ntp-client-2.15.10 %build %{prefix}/bin/y2tool y2autoconf @@ -74,6 +74,12 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Thu Sep 13 2007 - kmachalkova@suse.cz +- In installation proposal, remember whether synchronization with + NTP server has been selected (#308238) +- Set AbortFunction back to 'nil' after NtpClient::Read has been + called to prevent segfault after multiple calls (#294773) +- 2.15.10 * Thu Sep 06 2007 - kmachalkova@suse.cz - Accept IP as a valid NTP server address (#308265) - Use Packages::addAdditionalPackage() for marking xntp package for