Hello community,

here is the log from the commit of package perl-ExtUtils-Helpers for 
openSUSE:Factory checked in at 2014-07-27 08:25:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-Helpers (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-Helpers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-Helpers"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.changes  
    2014-03-18 16:21:42.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Helpers.new/perl-ExtUtils-Helpers.changes
 2014-07-27 08:26:02.000000000 +0200
@@ -1,0 +2,16 @@
+Sat Jul 26 11:31:49 UTC 2014 - [email protected]
+
+- Use build conditionals as wanted:
+  + Use build conditional 'with/without test'.
+  + due to the usage of bcond_without, the DEFAULT is to enable
+    tests.
+  + To skip the tests, one can use "osc build --without test".
+
+-------------------------------------------------------------------
+Fri Jul 18 11:45:45 UTC 2014 - [email protected]
+
+- fix build for SLE 11
+  * Test::More >= 0.88
+- fix deps
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-ExtUtils-Helpers.spec ++++++
--- /var/tmp/diff_new_pack.1t3VZr/_old  2014-07-27 08:26:02.000000000 +0200
+++ /var/tmp/diff_new_pack.1t3VZr/_new  2014-07-27 08:26:02.000000000 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without test
+
 Name:           perl-ExtUtils-Helpers
 Version:        0.022
 Release:        0
@@ -29,8 +31,26 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%if %{with test}
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More) >= 0.88
+%endif
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter) >= 5.57
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(Module::Load)
+BuildRequires:  perl(Text::ParseWords)
+Requires:       perl(Carp)
+Requires:       perl(Exporter) >= 5.57
+Requires:       perl(File::Basename)
+Requires:       perl(File::Copy)
+Requires:       perl(File::Spec::Functions)
 Requires:       perl(Module::Load)
+Requires:       perl(Text::ParseWords)
 %{perl_requires}
 
 %description
@@ -44,8 +64,10 @@
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
+%if %{with test}
 %check
 %{__make} test
+%endif
 
 %install
 %perl_make_install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to