Hello community,
here is the log from the commit of package perl-namespace-autoclean for
openSUSE:Factory checked in at 2015-09-11 09:04:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-namespace-autoclean (Old)
and /work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-namespace-autoclean"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-namespace-autoclean/perl-namespace-autoclean.changes
2015-06-09 12:24:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new/perl-namespace-autoclean.changes
2015-09-11 09:04:44.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 10 10:19:14 UTC 2015 - [email protected]
+
+- updated to 0.27
+ see /usr/share/doc/packages/perl-namespace-autoclean/Changes
+
+ 0.27 2015-09-09 02:29:20Z
+ - package with only ExtUtils::MakeMaker to ease installation on perl 5.6
+
+-------------------------------------------------------------------
Old:
----
namespace-autoclean-0.26.tar.gz
New:
----
namespace-autoclean-0.27.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-namespace-autoclean.spec ++++++
--- /var/tmp/diff_new_pack.vekC0i/_old 2015-09-11 09:04:45.000000000 +0200
+++ /var/tmp/diff_new_pack.vekC0i/_new 2015-09-11 09:04:45.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-namespace-autoclean
-Version: 0.26
+Version: 0.27
Release: 0
%define cpan_name namespace-autoclean
Summary: Keep imports out of your namespace
@@ -31,7 +31,6 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
-BuildRequires: perl(Module::Build::Tiny) >= 0.039
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
@@ -74,14 +73,15 @@
%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
++++++ namespace-autoclean-0.26.tar.gz -> namespace-autoclean-0.27.tar.gz ++++++
++++ 2329 lines of diff (skipped)