Hello community,
here is the log from the commit of package perl-Test-Warnings for
openSUSE:Factory checked in at 2014-07-29 16:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Warnings (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Warnings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Warnings"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Warnings/perl-Test-Warnings.changes
2013-12-09 07:15:51.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Warnings.new/perl-Test-Warnings.changes
2014-07-29 16:47:55.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Jul 28 05:30:44 UTC 2014 - [email protected]
+
+- updated to 0.016
+ - fix prereq problem with last release - now no longer testing the
+ example scripts for user installs
+
+ 0.015 2014-06-20 03:36:33Z
+ - adjusted packaging and tests to become perl-5.6 friendly,
+ including only using core or dual-lifed prerequisites
+
+ 0.014 2014-03-01 22:08:26Z
+ - fix test that was failing when FOO or BAR environment variables
+ were set (RT#93447)
+
+ 0.013 2013-12-14 21:26:06Z
+ - update configure_requires checking in Makefile.PL
+
+-------------------------------------------------------------------
Old:
----
Test-Warnings-0.012.tar.gz
New:
----
Test-Warnings-0.016.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Warnings.spec ++++++
--- /var/tmp/diff_new_pack.bTCm8G/_old 2014-07-29 16:47:56.000000000 +0200
+++ /var/tmp/diff_new_pack.bTCm8G/_new 2014-07-29 16:47:56.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Warnings
#
-# 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: perl-Test-Warnings
-Version: 0.012
+Version: 0.016
Release: 0
%define cpan_name Test-Warnings
Summary: Test for warnings and the lack of them
@@ -29,23 +29,9 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build::Tiny) >= 0.030
-BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.94
-BuildRequires: perl(Test::Tester) >= 0.108
BuildRequires: perl(parent)
-#BuildRequires: perl(Pod::Coverage::TrustPod)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(TB2::Tester)
-#BuildRequires: perl(TB2::TestState)
-#BuildRequires: perl(Test::CleanNamespaces)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::NoWarnings) >= 1.04
-#BuildRequires: perl(Test::Pod::Coverage) >= 1.08
-#BuildRequires: perl(Test::Spelling) >= 0.12
-#BuildRequires: perl(Test::Vars)
-#BuildRequires: perl(Test::Warnings)
+BuildRequires: perl(version)
Requires: perl(parent)
%{perl_requires}
@@ -79,18 +65,19 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-./Build test
+%{__make} test
%install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING examples LICENSE README weaver.ini
+%doc Changes CONTRIBUTING examples LICENSE README README.md weaver.ini
%changelog
++++++ Test-Warnings-0.012.tar.gz -> Test-Warnings-0.016.tar.gz ++++++
++++ 3643 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]