From afa3389ca3742dc60dd47ed7167fc1f5631a115f60f6aa4c369f575e59b91a40 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 16 Jun 2015 13:27:54 +0000 Subject: [PATCH] - If PROXY_ENABLED is not set, interpret it as disabled, like the rest of the system does (boo#934925). - Internal cleanups: - Got rid of autotools. - Converted legacy testsuite to RSpec. - Moved code out of clients for better testability. - 3.1.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-proxy?expand=0&rev=152 --- yast2-proxy-3.1.5.tar.bz2 | 3 --- yast2-proxy-3.1.6.tar.bz2 | 3 +++ yast2-proxy.changes | 11 +++++++++++ yast2-proxy.spec | 21 +++++++++------------ 4 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 yast2-proxy-3.1.5.tar.bz2 create mode 100644 yast2-proxy-3.1.6.tar.bz2 diff --git a/yast2-proxy-3.1.5.tar.bz2 b/yast2-proxy-3.1.5.tar.bz2 deleted file mode 100644 index cab89ed..0000000 --- a/yast2-proxy-3.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7202a91301a78185e3164aa607fab82acfe1858901b44ccc2c5ec397a9288546 -size 25618 diff --git a/yast2-proxy-3.1.6.tar.bz2 b/yast2-proxy-3.1.6.tar.bz2 new file mode 100644 index 0000000..1f29b5d --- /dev/null +++ b/yast2-proxy-3.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0f25f52901027025cfbca70add92d9dc06e408ec1dad955083eb685a915e8f +size 24422 diff --git a/yast2-proxy.changes b/yast2-proxy.changes index 28e7630..85b76e6 100644 --- a/yast2-proxy.changes +++ b/yast2-proxy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jun 12 16:13:53 UTC 2015 - mvidner@suse.com + +- If PROXY_ENABLED is not set, interpret it as disabled, + like the rest of the system does (boo#934925). +- Internal cleanups: + - Got rid of autotools. + - Converted legacy testsuite to RSpec. + - Moved code out of clients for better testability. +- 3.1.6 + ------------------------------------------------------------------- Thu Jun 11 12:01:30 UTC 2015 - mvidner@suse.com diff --git a/yast2-proxy.spec b/yast2-proxy.spec index b4c0623..b3a4220 100644 --- a/yast2-proxy.spec +++ b/yast2-proxy.spec @@ -17,20 +17,16 @@ Name: yast2-proxy -Version: 3.1.5 +Version: 3.1.6 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -# should be required by devtools -BuildRequires: perl-XML-Writer -BuildRequires: pkgconfig -BuildRequires: rpm BuildRequires: update-desktop-files -BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-testsuite +BuildRequires: yast2-buildtools >= 3.1.10 BuildRequires: rubygem(rspec) +BuildRequires: rubygem(yast-rake) BuildRequires: yast2 Requires: yast2 @@ -38,7 +34,6 @@ Requires: yast2 # we split off that one Conflicts: yast2-network < 2.22.6 -PreReq: /bin/rm BuildArch: noarch Requires: yast2-ruby-bindings >= 1.0.0 @@ -54,22 +49,24 @@ This package contains the YaST2 component for proxy configuration. %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %files %defattr(-,root,root) %{yast_clientdir}/*.rb +%{yast_libdir}/proxy %{yast_moduledir}/*.rb %{yast_yncludedir}/proxy %{yast_desktopdir}/*.desktop %{yast_scrconfdir}/*.scr %{yast_schemadir}/autoyast/rnc/proxy.rnc -%dir %{yast_docdir} -%{yast_docdir}/COPYING +%doc %{yast_docdir} %changelog