From d476b7b8ae664f19b2afe62d14b8074c4a9a6683ecaef1f7870579210e6bcede Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 2 Jun 2016 08:08:15 +0000 Subject: [PATCH 1/3] - Drop yast2-ntp-client-devel-doc package (fate#320256) - 3.1.24 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=212 --- yast2-ntp-client-3.1.23.tar.bz2 | 3 --- yast2-ntp-client-3.1.24.tar.bz2 | 3 +++ yast2-ntp-client.changes | 6 ++++++ yast2-ntp-client.spec | 17 +---------------- 4 files changed, 10 insertions(+), 19 deletions(-) delete mode 100644 yast2-ntp-client-3.1.23.tar.bz2 create mode 100644 yast2-ntp-client-3.1.24.tar.bz2 diff --git a/yast2-ntp-client-3.1.23.tar.bz2 b/yast2-ntp-client-3.1.23.tar.bz2 deleted file mode 100644 index 346ccf5..0000000 --- a/yast2-ntp-client-3.1.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e268f51b768c389069eb461f502af24215ad0edff2999a3cb876aaeff19acc5 -size 65302 diff --git a/yast2-ntp-client-3.1.24.tar.bz2 b/yast2-ntp-client-3.1.24.tar.bz2 new file mode 100644 index 0000000..4674d27 --- /dev/null +++ b/yast2-ntp-client-3.1.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6862c7e60d08e945ea0b585f7a4f211de88accbc60a4c34da2564099ed902be1 +size 65097 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 0c9d4ce..47e77c1 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 1 15:33:15 UTC 2016 - igonzalezsosa@suse.com + +- Drop yast2-ntp-client-devel-doc package (fate#320256) +- 3.1.24 + ------------------------------------------------------------------- Fri May 6 16:09:50 UTC 2016 - lslezak@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index b70dc60..f2a218d 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.23 +Version: 3.1.24 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ @@ -43,15 +43,6 @@ Conflicts: ntp < 4.2.8 %description This package contains the YaST2 component for NTP client configuration. -%package devel-doc -Requires: yast2-ntp-client = %version -Summary: YaST2 - NTP Client - Development Documentation -Group: System/YaST - -%description devel-doc -This package contains development documentation for using the API -provided by yast2-ntp-client package. - %prep %setup -n %{name}-%{version} @@ -76,11 +67,5 @@ provided by yast2-ntp-client package. %dir %{yast_docdir} %doc %{yast_docdir}/COPYING -%doc %{yast_docdir}/TODO -%doc %{yast_docdir}/spec.txt - -%files devel-doc -%doc %{yast_docdir}/autodocs -%doc %{yast_docdir}/ntp.conf_agent.txt %changelog From d6af1157d8bb37edf844ad08ac3c72d707f919dc6f0a97b1a52c6d68721712ee Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 9 Jun 2016 15:22:23 +0000 Subject: [PATCH 2/3] Updated to git ref 9c88b89 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=213 --- yast2-ntp-client-3.1.24.tar.bz2 | 4 ++-- yast2-ntp-client.spec | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/yast2-ntp-client-3.1.24.tar.bz2 b/yast2-ntp-client-3.1.24.tar.bz2 index 4674d27..9700552 100644 --- a/yast2-ntp-client-3.1.24.tar.bz2 +++ b/yast2-ntp-client-3.1.24.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6862c7e60d08e945ea0b585f7a4f211de88accbc60a4c34da2564099ed902be1 -size 65097 +oid sha256:9ead32fdb667ab8bfa984d6d049cffad113c8a17eeb0c3f315d982f63ec6bfd5 +size 65093 diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index f2a218d..9079b5d 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -40,6 +40,8 @@ BuildArch: noarch # New sntp command line syntax Conflicts: ntp < 4.2.8 +Obsoletes: yast2-ntp-client-devel-doc + %description This package contains the YaST2 component for NTP client configuration. From 42f9ef63bd7f84ab943ff03c071bd074a92f6b142feca0982f455dec06bb01cc Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 10 Jun 2016 11:28:31 +0000 Subject: [PATCH 3/3] - Fixed Ntp Test adding a workaround to return false in case given server is not reachable (bsc#977610) - Replaced old testsuite with Rspec tests - Added rubocop and coveralls - Removed autotools - 3.1.25 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=214 --- yast2-ntp-client-3.1.24.tar.bz2 | 3 --- yast2-ntp-client-3.1.25.tar.bz2 | 3 +++ yast2-ntp-client.changes | 10 ++++++++++ yast2-ntp-client.spec | 14 ++++++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 yast2-ntp-client-3.1.24.tar.bz2 create mode 100644 yast2-ntp-client-3.1.25.tar.bz2 diff --git a/yast2-ntp-client-3.1.24.tar.bz2 b/yast2-ntp-client-3.1.24.tar.bz2 deleted file mode 100644 index 9700552..0000000 --- a/yast2-ntp-client-3.1.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ead32fdb667ab8bfa984d6d049cffad113c8a17eeb0c3f315d982f63ec6bfd5 -size 65093 diff --git a/yast2-ntp-client-3.1.25.tar.bz2 b/yast2-ntp-client-3.1.25.tar.bz2 new file mode 100644 index 0000000..4ea1a66 --- /dev/null +++ b/yast2-ntp-client-3.1.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726431d75bf1d45e8b7c1eb0ac2685d8a1e46476df6cee0a75c30932ed36e271 +size 76260 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 47e77c1..29e9016 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 2 07:40:56 UTC 2016 - kanderssen@suse.com + +- Fixed Ntp Test adding a workaround to return false in case given + server is not reachable (bsc#977610) +- Replaced old testsuite with Rspec tests +- Added rubocop and coveralls +- Removed autotools +- 3.1.25 + ------------------------------------------------------------------- Wed Jun 1 15:33:15 UTC 2016 - igonzalezsosa@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 9079b5d..cafe6d6 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.24 +Version: 3.1.25 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ @@ -29,7 +29,9 @@ BuildRequires: update-desktop-files BuildRequires: yast2 >= 3.1.11 BuildRequires: yast2-country-data BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-testsuite +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) +BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) + #SLPAPI.pm # Hostname::CurrentDomain # Wizard::SetDesktopTitleAndIcon @@ -48,11 +50,13 @@ This package contains the YaST2 component for NTP client configuration. %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %files %defattr(-,root,root) @@ -69,5 +73,7 @@ This package contains the YaST2 component for NTP client configuration. %dir %{yast_docdir} %doc %{yast_docdir}/COPYING +%doc %{yast_docdir}/README.md +%doc %{yast_docdir}/CONTRIBUTING.md %changelog