Hello community,
here is the log from the commit of package perl-Test-CleanNamespaces for
openSUSE:Factory checked in at 2016-06-25 02:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-CleanNamespaces"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.changes
2015-05-11 22:28:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new/perl-Test-CleanNamespaces.changes
2016-06-25 02:24:40.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 07:07:32 UTC 2016 - [email protected]
+
+- updated to 0.19
+ see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
+
+ 0.19 2016-06-17 05:00:35Z
+ - removed dependencies on namespace::clean, Sub::Exporter, File::Find::Rule
+
+-------------------------------------------------------------------
Old:
----
Test-CleanNamespaces-0.18.tar.gz
New:
----
Test-CleanNamespaces-0.19.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-CleanNamespaces.spec ++++++
--- /var/tmp/diff_new_pack.6V8WEF/_old 2016-06-25 02:24:41.000000000 +0200
+++ /var/tmp/diff_new_pack.6V8WEF/_new 2016-06-25 02:24:41.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-CleanNamespaces
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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-CleanNamespaces
-Version: 0.18
+Version: 0.19
Release: 0
%define cpan_name Test-CleanNamespaces
Summary: Check for uncleaned imports
@@ -25,16 +25,18 @@
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-CleanNamespaces/
Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Find::Rule)
-BuildRequires: perl(File::Find::Rule::Perl)
+BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Package::Stash) >= 0.14
BuildRequires: perl(Role::Tiny) >= 1.003000
BuildRequires: perl(Sub::Exporter)
+BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.88
@@ -43,22 +45,19 @@
BuildRequires: perl(Test::Warnings) >= 0.009
BuildRequires: perl(namespace::clean)
BuildRequires: perl(parent)
-Requires: perl(File::Find::Rule)
-Requires: perl(File::Find::Rule::Perl)
Requires: perl(Module::Runtime)
Requires: perl(Package::Stash) >= 0.14
Requires: perl(Role::Tiny) >= 1.003000
-Requires: perl(Sub::Exporter)
+Requires: perl(Sub::Exporter::Progressive)
Requires: perl(Sub::Identify)
-Requires: perl(namespace::clean)
Recommends: perl(Package::Stash::XS)
%{perl_requires}
%description
This module lets you check your module's namespaces for imported functions
-you might have forgotten to remove with the namespace::autoclean manpage or
-the namespace::clean manpage and are therefore available to be called as
-methods, which usually isn't want you want.
+you might have forgotten to remove with namespace::autoclean or
+namespace::clean and are therefore available to be called as methods, which
+usually isn't want you want.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -77,6 +76,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
%changelog
++++++ Test-CleanNamespaces-0.18.tar.gz -> Test-CleanNamespaces-0.19.tar.gz
++++++
++++ 4543 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module