Hello community,
here is the log from the commit of package perl-Test-SharedFork for
openSUSE:Factory checked in at 2014-03-18 14:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-SharedFork (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-SharedFork.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-SharedFork"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-SharedFork/perl-Test-SharedFork.changes
2013-01-02 13:00:20.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-SharedFork.new/perl-Test-SharedFork.changes
2014-03-18 14:16:57.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar 17 08:29:32 UTC 2014 - [email protected]
+
+- updated to 0.23
+ - 06_fail_lineno.t fails on Windows due to path separator #9
+ (nanis)
+- remove outdated tests-need-help.patch
+
+-------------------------------------------------------------------
Old:
----
Test-SharedFork-0.21.tar.gz
tests-need-help.patch
New:
----
Test-SharedFork-0.23.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-SharedFork.spec ++++++
--- /var/tmp/diff_new_pack.CcIV43/_old 2014-03-18 14:16:57.000000000 +0100
+++ /var/tmp/diff_new_pack.CcIV43/_new 2014-03-18 14:16:57.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-SharedFork
#
-# Copyright (c) 2012 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,37 +17,25 @@
Name: perl-Test-SharedFork
-Version: 0.21
+Version: 0.23
Release: 0
%define cpan_name Test-SharedFork
-Summary: Fork test
+Summary: fork test
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-SharedFork/
Source:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
-Patch0: tests-need-help.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(App::Prove)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(CPAN::Meta)
+BuildRequires: perl(CPAN::Meta::Prereqs)
+BuildRequires: perl(Module::Build) >= 0.38
+BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(parent)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Pod::Markdown)
-#BuildRequires: perl(TB2::History)
-#BuildRequires: perl(Test::SharedFork)
-#BuildRequires: perl(Test::SharedFork::Array)
-#BuildRequires: perl(Test::SharedFork::Scalar)
-#BuildRequires: perl(Test::SharedFork::Store)
-#BuildRequires: perl(YAML::Tiny)
-Requires: perl(Test::More)
+Requires: perl(Test::More) >= 0.88
%{perl_requires}
%description
@@ -59,22 +47,20 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
%check
-%{__make} test
+./Build test
%install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes README
+%doc Changes cpanfile LICENSE README.md README.mkdn
%changelog
++++++ Test-SharedFork-0.21.tar.gz -> Test-SharedFork-0.23.tar.gz ++++++
++++ 3917 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]