commit perl-Test-CleanNamespaces for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package perl-Test-CleanNamespaces for 
openSUSE:Factory checked in at 2018-12-11 15:50:05

Comparing /work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new.19453 (New)


Package is "perl-Test-CleanNamespaces"

Tue Dec 11 15:50:05 2018 rev:5 rq:657160 version:0.24

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.changes
  2018-06-28 15:15:08.495403539 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new.19453/perl-Test-CleanNamespaces.changes
   2018-12-11 15:50:11.394050281 +0100
@@ -1,0 +2,9 @@
+Mon Dec 10 06:27:48 UTC 2018 - Stephan Kulow 
+
+- updated to 0.24
+   see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
+
+  0.24  2018-12-09 20:20:01Z
+- fix detection of constant subs on some platforms for perls [5.10,5.20)
+
+---

Old:

  Test-CleanNamespaces-0.23.tar.gz

New:

  Test-CleanNamespaces-0.24.tar.gz



Other differences:
--
++ perl-Test-CleanNamespaces.spec ++
--- /var/tmp/diff_new_pack.koBBcw/_old  2018-12-11 15:50:12.390049180 +0100
+++ /var/tmp/diff_new_pack.koBBcw/_new  2018-12-11 15:50:12.390049180 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Test-CleanNamespaces
-Version:0.23
+Version:0.24
 Release:0
 %define cpan_name Test-CleanNamespaces
 Summary:Check for uncleaned imports
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-CleanNamespaces/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -62,11 +62,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Test-CleanNamespaces-0.23.tar.gz -> Test-CleanNamespaces-0.24.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CleanNamespaces-0.23/CONTRIBUTING 
new/Test-CleanNamespaces-0.24/CONTRIBUTING
--- old/Test-CleanNamespaces-0.23/CONTRIBUTING  2018-06-26 02:00:18.0 
+0200
+++ new/Test-CleanNamespaces-0.24/CONTRIBUTING  2018-12-09 21:20:06.0 
+0100
@@ -21,8 +21,8 @@
   $ prove -lv t/some_test_file.t
   $ prove -lvr t/
 
-In most cases, 'prove' is entirely sufficient for you to test any
-patches you have.
+In most cases, 'prove' is entirely sufficient for you to test any patches you
+have.
 
 You may need to satisfy some dependencies.  The easiest way to satisfy
 dependencies is to install the last release -- this is available at
@@ -79,6 +79,11 @@
 
 https://help.github.com/articles/creating-a-pull-request
 
+All pull requests for this distribution will be automatically tested on Linux
+by Travis at: https://travis-ci.com/karenetheridge/Test-CleanNamespaces
+All results will be visible in the pull request on GitHub. Follow the
+appropriate links for details when tests fail.
+
 If you have found a bug, but do not have an accompanying patch to fix it, you
 can submit an issue report here:
 https://rt.cpan.org/Public/Dist/Display.html?Name=Test-CleanNamespaces
@@ -96,5 +101,5 @@
 request to the .mailmap file to contain the correct mapping.
 
 
-This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.014 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.141.
+This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.014
+from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.145.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CleanNamespaces-0.23/Changes 
new/Test-CleanNamespaces-0.24/Changes
--- old/Test-CleanNamespaces-0.23/Changes   2018-06-26 02:00:18.0 
+0200
+++ new/Test-CleanNamespaces-0.24/Changes   2018-12-09 21:20:06.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Test-CleanNamespaces
 
+0.24  2018-12-09 20:20:01Z
+  - fix detection of constant subs on some platforms for perls [5.10,5.20)
+
 0.23  2018-06-26 00:00:13Z
   - properly 

commit perl-Test-CleanNamespaces for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package perl-Test-CleanNamespaces for 
openSUSE:Factory checked in at 2018-06-28 15:15:07

Comparing /work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new (New)


Package is "perl-Test-CleanNamespaces"

Thu Jun 28 15:15:07 2018 rev:4 rq:619556 version:0.23

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.changes
  2016-08-22 10:07:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new/perl-Test-CleanNamespaces.changes
 2018-06-28 15:15:08.495403539 +0200
@@ -1,0 +2,10 @@
+Tue Jun 26 06:05:41 UTC 2018 - co...@suse.com
+
+- updated to 0.23
+   see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
+
+  0.23  2018-06-26 00:00:13Z
+- properly skip potentially-problematic tests when needed, due to circular
+  dependencies between Moose and Test::CleanNamespaces (RT#125678)
+
+---

Old:

  Test-CleanNamespaces-0.22.tar.gz

New:

  Test-CleanNamespaces-0.23.tar.gz



Other differences:
--
++ perl-Test-CleanNamespaces.spec ++
--- /var/tmp/diff_new_pack.hijieE/_old  2018-06-28 15:15:10.167400477 +0200
+++ /var/tmp/diff_new_pack.hijieE/_new  2018-06-28 15:15:10.171400470 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CleanNamespaces
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,14 +17,14 @@
 
 
 Name:   perl-Test-CleanNamespaces
-Version:0.22
+Version:0.23
 Release:0
 %define cpan_name Test-CleanNamespaces
 Summary:Check for uncleaned imports
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 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
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Sub::Identify)
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Needs)
 BuildRequires:  perl(Test::Tester)
 BuildRequires:  perl(Test::Warnings) >= 0.009

++ Test-CleanNamespaces-0.22.tar.gz -> Test-CleanNamespaces-0.23.tar.gz 
++
 3043 lines of diff (skipped)




commit perl-Test-CleanNamespaces for openSUSE:Factory

2016-08-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CleanNamespaces for 
openSUSE:Factory checked in at 2016-08-22 10:07:17

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
  2016-06-25 02:24:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new/perl-Test-CleanNamespaces.changes
 2016-08-22 10:07:20.0 +0200
@@ -1,0 +2,21 @@
+Fri Aug 19 06:01:59 UTC 2016 - co...@suse.com
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
+
+  0.22  2016-08-19 03:45:32Z
+- properly find the list of modules to test (regression since 0.19)
+
+---
+Tue Aug 16 05:55:27 UTC 2016 - co...@suse.com
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
+
+  0.21  2016-08-16 01:31:28Z
+- no changes since 0.20
+  
+  0.20  2016-06-19 02:41:02Z (TRIAL RELEASE)
+- switch to plain old Exporter, removing build_* subs from the API,
+
+---

Old:

  Test-CleanNamespaces-0.19.tar.gz

New:

  Test-CleanNamespaces-0.22.tar.gz



Other differences:
--
++ perl-Test-CleanNamespaces.spec ++
--- /var/tmp/diff_new_pack.gBQY3T/_old  2016-08-22 10:07:21.0 +0200
+++ /var/tmp/diff_new_pack.gBQY3T/_new  2016-08-22 10:07:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CleanNamespaces
-Version:0.19
+Version:0.22
 Release:0
 %define cpan_name Test-CleanNamespaces
 Summary:Check for uncleaned imports
@@ -31,16 +31,16 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120620
+BuildRequires:  perl(File::pushd)
 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
-BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Needs)
 BuildRequires:  perl(Test::Tester)
 BuildRequires:  perl(Test::Warnings) >= 0.009
 BuildRequires:  perl(namespace::clean)
@@ -48,7 +48,6 @@
 Requires:   perl(Module::Runtime)
 Requires:   perl(Package::Stash) >= 0.14
 Requires:   perl(Role::Tiny) >= 1.003000
-Requires:   perl(Sub::Exporter::Progressive)
 Requires:   perl(Sub::Identify)
 Recommends: perl(Package::Stash::XS)
 %{perl_requires}

++ Test-CleanNamespaces-0.19.tar.gz -> Test-CleanNamespaces-0.22.tar.gz 
++
 1682 lines of diff (skipped)




commit perl-Test-CleanNamespaces for openSUSE:Factory

2016-06-24 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new/perl-Test-CleanNamespaces.changes
 2016-06-25 02:24:40.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 07:07:32 UTC 2016 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.6V8WEF/_new  2016-06-25 02:24:41.0 +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 &&