diff --git a/yast2-ntp-client-2.15.12.tar.bz2 b/yast2-ntp-client-2.15.12.tar.bz2 deleted file mode 100644 index d770ecd..0000000 --- a/yast2-ntp-client-2.15.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c41b452105a5d4f1f9b28e6eb429f91b80ddadeaf1a5e38dffff53d9fea4e02 -size 122139 diff --git a/yast2-ntp-client-2.16.0.tar.bz2 b/yast2-ntp-client-2.16.0.tar.bz2 new file mode 100644 index 0000000..5a82398 --- /dev/null +++ b/yast2-ntp-client-2.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39459f2ebafcaa1fc2a7d734fbbca4419dc6a4148d0741ed1e009920c20eb18 +size 123968 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 85b861f..148f236 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 3 18:44:06 CEST 2007 - kmachalkova@suse.cz + +- Added visual progress feedback for running ntpdate in installation + proposal (#328469) +- Hide read/write progress in installation (#327066) +- Do not check for availability of xntp package (thus, update all + the repos) if it is already installed (#327336) +- 2.16.0 + ------------------------------------------------------------------- Fri Sep 21 11:33:24 CEST 2007 - locilka@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 030d593..51650c0 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.12) +# spec file for package yast2-ntp-client (Version 2.16.0) # # 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.12 +Version: 2.16.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.15.12.tar.bz2 +Source0: yast2-ntp-client-2.16.0.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.12 +%setup -n yast2-ntp-client-2.16.0 %build %{prefix}/bin/y2tool y2autoconf @@ -73,6 +73,13 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Wed Oct 03 2007 - kmachalkova@suse.cz +- Added visual progress feedback for running ntpdate in installation + proposal (#328469) +- Hide read/write progress in installation (#327066) +- Do not check for availability of xntp package (thus, update all + the repos) if it is already installed (#327336) +- 2.16.0 * Fri Sep 21 2007 - locilka@suse.cz - When user selects to use NTP during installation, trigger also yast2-ntp-client RPM for installation (#327050).