Hello community, here is the log from the commit of package yast2-proxy for openSUSE:Factory checked in at 2015-06-18 06:37:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-proxy (Old) and /work/SRC/openSUSE:Factory/.yast2-proxy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-proxy" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-proxy/yast2-proxy.changes 2015-04-27 12:57:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-proxy.new/yast2-proxy.changes 2015-06-18 06:37:19.000000000 +0200 @@ -1,0 +2,18 @@ +Fri Jun 12 16:13:53 UTC 2015 - [email protected] + +- 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 - [email protected] + +- Fixed the last change not to crash with "internal error in + WriteCurlrc" when installing with a proxy (boo#929868). +- 3.1.5 + +------------------------------------------------------------------- Old: ---- yast2-proxy-3.1.4.tar.bz2 New: ---- yast2-proxy-3.1.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-proxy.spec ++++++ --- /var/tmp/diff_new_pack.69BfZj/_old 2015-06-18 06:37:20.000000000 +0200 +++ /var/tmp/diff_new_pack.69BfZj/_new 2015-06-18 06:37:20.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-proxy # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,20 +17,16 @@ Name: yast2-proxy -Version: 3.1.4 +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 @@ # 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 @@ %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 ++++++ yast2-proxy-3.1.4.tar.bz2 -> yast2-proxy-3.1.6.tar.bz2 ++++++ ++++ 1682 lines of diff (skipped)
