Hello community,
here is the log from the commit of package perl-namespace-autoclean for
openSUSE:Factory checked in at 2013-12-03 12:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2011-11-18 15:47:39.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new/perl-namespace-autoclean.changes
2013-12-03 12:41:46.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 07:35:58 UTC 2013 - [email protected]
+
+- updated to 0.14
+ * bump dependency on B::Hooks::EndOfScope, to get the separation of
+ pure-perl and XS components (RT#89245)
+ * repository migrated to the github moose organization
+
+-------------------------------------------------------------------
Old:
----
namespace-autoclean-0.13.tar.gz
New:
----
namespace-autoclean-0.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-namespace-autoclean.spec ++++++
--- /var/tmp/diff_new_pack.O3g982/_old 2013-12-03 12:41:46.000000000 +0100
+++ /var/tmp/diff_new_pack.O3g982/_new 2013-12-03 12:41:46.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-namespace-autoclean
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,27 +16,33 @@
#
-
Name: perl-namespace-autoclean
-Version: 0.13
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 0.14
+Release: 0
%define cpan_name namespace-autoclean
Summary: Keep imports out of your namespace
-Url: http://search.cpan.org/dist/namespace-autoclean/
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Url: http://search.cpan.org/dist/namespace-autoclean/
+Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(B::Hooks::EndOfScope)
+BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
BuildRequires: perl(Class::MOP) >= 0.80
+BuildRequires: perl(Module::Build::Tiny) >= 0.028
BuildRequires: perl(Moose::Role)
-BuildRequires: perl(namespace::clean) >= 0.20
BuildRequires: perl(Sub::Name)
+BuildRequires: perl(Test::CheckDeps) >= 0.007
+BuildRequires: perl(Test::More) >= 0.94
+BuildRequires: perl(namespace::clean) >= 0.20
#BuildRequires: perl(namespace::autoclean)
-Requires: perl(B::Hooks::EndOfScope)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) >= 0.12
+Requires: perl(B::Hooks::EndOfScope) >= 0.12
Requires: perl(Class::MOP) >= 0.80
Requires: perl(namespace::clean) >= 0.20
%{perl_requires}
@@ -74,19 +80,18 @@
%setup -q -n %{cpan_name}-%{version}
%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 LICENSE README
+%doc Changes LICENSE README weaver.ini
%changelog
++++++ namespace-autoclean-0.13.tar.gz -> namespace-autoclean-0.14.tar.gz ++++++
++++ 2038 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]