commit yast2-squid for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-squid for openSUSE:Factory checked in at 2014-03-31 20:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-squid (Old) and /work/SRC/openSUSE:Factory/.yast2-squid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-squid" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-squid/yast2-squid.changes 2013-11-18 14:59:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-squid.new/yast2-squid.changes 2014-03-31 20:45:42.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Mar 31 15:34:34 CEST 2014 - locilka@suse.com + +- Old testsuites adapted to the new Service/Systemd +- 3.1.2 + +------------------------------------------------------------------- Old: ---- yast2-squid-3.1.1.tar.bz2 New: ---- yast2-squid-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-squid.spec ++++++ --- /var/tmp/diff_new_pack.eia38J/_old 2014-03-31 20:45:42.000000000 +0200 +++ /var/tmp/diff_new_pack.eia38J/_new 2014-03-31 20:45:42.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-squid # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: yast2-squid -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -31,7 +31,7 @@ BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-core-devel -BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-testsuite #BuildArchitectures: noarch ++++++ yast2-squid-3.1.1.tar.bz2 -> yast2-squid-3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-squid-3.1.1/VERSION new/yast2-squid-3.1.2/VERSION --- old/yast2-squid-3.1.1/VERSION 2013-11-15 13:23:57.000000000 +0100 +++ new/yast2-squid-3.1.2/VERSION 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -3.1.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-squid-3.1.1/package/yast2-squid.changes new/yast2-squid-3.1.2/package/yast2-squid.changes --- old/yast2-squid-3.1.1/package/yast2-squid.changes 2013-11-15 13:23:57.000000000 +0100 +++ new/yast2-squid-3.1.2/package/yast2-squid.changes 2014-03-31 15:42:50.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Mar 31 15:34:34 CEST 2014 - locilka@suse.com + +- Old testsuites adapted to the new Service/Systemd +- 3.1.2 + +------------------------------------------------------------------- Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com - Add explicit COPYING file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-squid-3.1.1/package/yast2-squid.spec new/yast2-squid-3.1.2/package/yast2-squid.spec --- old/yast2-squid-3.1.1/package/yast2-squid.spec 2013-11-15 13:23:57.000000000 +0100 +++ new/yast2-squid-3.1.2/package/yast2-squid.spec 2014-03-31 15:42:50.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-squid -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -27,7 +27,7 @@ License: GPL-2.0 Requires: yast2 >= 2.21.22 BuildRequires: perl-XML-Writer update-desktop-files yast2 -BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-testsuite yast2-core-devel boost-devel gcc-c++ libtool #BuildArchitectures: noarch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-squid-3.1.1/testsuite/tests/Squid-Read.rb new/yast2-squid-3.1.2/testsuite/tests/Squid-Read.rb --- old/yast2-squid-3.1.1/testsuite/tests/Squid-Read.rb 2013-11-15 13:23:57.000000000 +0100 +++ new/yast2-squid-3.1.2/testsuite/tests/Squid-Read.rb 2014-03-31 15:42:50.000000000 +0200 @@ -71,7 +71,15 @@ @READ = { "etc" => @READ } @WRITE = {} - @EXECUTE = {} + @EXECUTE = { + "target" => { + "bash_output" => { + "exit" => 0, + "stdout" => "", + "stderr" => "", + } + } + } Yast.include self, "testsuite.rb" #TESTSUITE_INIT([READ,WRITE,EXECUTE], nil); @@ -79,42 +87,42 @@ Yast.import "Squid" DUMP("Squid::readHttpPorts()") - TEST(lambda { Squid.readHttpPorts }, [@READ], nil) + TEST(lambda { Squid.readHttpPorts }, [@READ, @WRITE, @EXECUTE], nil) DUMP("Squid::http_ports") TEST(lambda { Squid.http_ports }, [], nil) DUMP("------------------------------") DUMP("Squid::readHttpAccesses()") - TEST(lambda { Squid.readHttpAccesses }, [@READ], nil) + TEST(lambda { Squid.readHttpAccesses }, [@READ, @WRITE, @EXECUTE], nil) DUMP("Squid::http_accesses") TEST(lambda { Squid.http_accesses }, [], nil) DUMP("------------------------------") DUMP("Squid::readRefreshPatterns()") - TEST(lambda { Squid.readRefreshPatterns }, [@READ], nil) + TEST(lambda { Squid.readRefreshPatterns }, [@READ, @WRITE, @EXECUTE], nil) DUMP("Squid::refresh_patterns") TEST(lambda { Squid.refresh_patterns }, [], nil) DUMP("------------------------------") DUMP("Squid::readACLs()") - TEST(lambda { Squid.readACLs }, [@READ], nil) + TEST(lambda { Squid.readACLs }, [@READ, @WRITE, @EXECUTE], nil) DUMP("Squid::acls") TEST(lambda { Squid.acls }, [], nil) DUMP("------------------------------") DUMP("Squid::readRestSetting()") - TEST(lambda { Squid.readRestSetting }, [@READ], nil) + TEST(lambda { Squid.readRestSetting }, [@READ, @WRITE, @EXECUTE], nil) DUMP("Squid::settings") TEST(lambda { Squid.settings }, [], nil) DUMP("------------------------------") DUMP("Squid::Read()") - TEST(lambda { Squid.Read }, [@READ], nil) + TEST(lambda { Squid.Read }, [@READ, @WRITE, @EXECUTE], nil) DUMP("Squid::settings") TEST(lambda { Squid.settings }, [], nil) DUMP("Squid::acls") @@ -147,7 +155,7 @@ @READ = { "etc" => @READ } DUMP("Squid:Read()") - TEST(lambda { Squid.Read }, [@READ], nil) + TEST(lambda { Squid.Read }, [@READ, @WRITE, @EXECUTE], nil) DUMP( "Squid::settings[\"cache_mem\"]:[\"1\"] == Squid::parameters[\"cache_mem\"]:[\"2\"]" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-squid-3.1.1/testsuite/tests/Squid.rb new/yast2-squid-3.1.2/testsuite/tests/Squid.rb --- old/yast2-squid-3.1.1/testsuite/tests/Squid.rb 2013-11-15 13:23:57.000000000 +0100 +++ new/yast2-squid-3.1.2/testsuite/tests/Squid.rb 2014-03-31 15:42:50.000000000 +0200 @@ -73,7 +73,15 @@ @READ = { "etc" => @READ } @WRITE = {} - @EXECUTE = {} + @EXECUTE = { + "target" => { + "bash_output" => { + "exit" => 0, + "stdout" => "", + "stderr" => "", + } + } + } Yast.import "Squid" TESTSUITE_INIT([@READ, @WRITE, @EXECUTE], nil) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de