commit perl-MooseX-Getopt for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2018-09-26 14:23:09

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


Package is "perl-MooseX-Getopt"

Wed Sep 26 14:23:09 2018 rev:21 rq:637903 version:0.74

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2018-09-20 11:42:32.580818429 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2018-09-26 14:23:10.37794 +0200
@@ -1,0 +2,10 @@
+Mon Sep 24 05:36:46 UTC 2018 - Stephan Kulow 
+
+- updated to 0.74
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+  0.74  2018-09-23 23:41:10Z
+   - fix init_arg when used in combination with an underscored attribute read
+ from the config file (Andreas Koenig, github #11)
+
+---

Old:

  MooseX-Getopt-0.73.tar.gz

New:

  MooseX-Getopt-0.74.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.JruV8N/_old  2018-09-26 14:23:11.289944104 +0200
+++ /var/tmp/diff_new_pack.JruV8N/_new  2018-09-26 14:23:11.293944097 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.73
+Version:0.74
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt

++ MooseX-Getopt-0.73.tar.gz -> MooseX-Getopt-0.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.73/Build.PL 
new/MooseX-Getopt-0.74/Build.PL
--- old/MooseX-Getopt-0.73/Build.PL 2018-09-01 07:44:02.0 +0200
+++ new/MooseX-Getopt-0.74/Build.PL 2018-09-24 01:41:17.0 +0200
@@ -87,7 +87,7 @@
 "Stevan Little "
   ],
   "dist_name" => "MooseX-Getopt",
-  "dist_version" => "0.73",
+  "dist_version" => "0.74",
   "license" => "perl",
   "module_name" => "MooseX::Getopt",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.73/CONTRIBUTING 
new/MooseX-Getopt-0.74/CONTRIBUTING
--- old/MooseX-Getopt-0.73/CONTRIBUTING 2018-09-01 07:44:02.0 +0200
+++ new/MooseX-Getopt-0.74/CONTRIBUTING 2018-09-24 01:41:17.0 +0200
@@ -24,8 +24,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
@@ -82,6 +82,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/moose/MooseX-Getopt
+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=MooseX-Getopt
@@ -99,5 +104,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.143.
+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/MooseX-Getopt-0.73/Changes 
new/MooseX-Getopt-0.74/Changes
--- old/MooseX-Getopt-0.73/Changes  2018-09-01 07:44:02.0 +0200
+++ new/MooseX-Getopt-0.74/Changes  2018-09-24 01:41:17.0 +0200
@@ -1,5 +1,9 @@
 Revision history for MooseX-Getopt
 
+0.74  2018-09-23 23:41:10Z
+ - fix init_arg when used in combination with an underscored attribute read
+   from the config file (Andreas Koenig, github #11)
+
 0.73  2018-09-01 05:43:55Z
  - properly wrap usage text that contains newlines (Andreas Koenig, github
#10)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.73/META.json 
new/MooseX-Getopt-0.74/META.json
--- old/MooseX-Getopt-0.73/META.json2018-09-01 07:44:02.0 +0200
+++ new/MooseX-Getopt-0.74/META.json2018-09-24 01:41:17.0 +0200
@@ -44,7 +44,7 @@
   },
   "develop" : {

commit perl-MooseX-Getopt for openSUSE:Factory

2018-09-20 Thread root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2018-09-20 11:42:30

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


Package is "perl-MooseX-Getopt"

Thu Sep 20 11:42:30 2018 rev:20 rq:636638 version:0.73

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2018-08-31 10:44:00.103170808 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2018-09-20 11:42:32.580818429 +0200
@@ -1,0 +2,6 @@
+Wed Sep 19 05:40:03 UTC 2018 - Stephan Kulow 
+
+- updated to 0.73
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+---

Old:

  MooseX-Getopt-0.72.tar.gz

New:

  MooseX-Getopt-0.73.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.HbLwKv/_old  2018-09-20 11:42:32.972818199 +0200
+++ /var/tmp/diff_new_pack.HbLwKv/_new  2018-09-20 11:42:32.972818199 +0200
@@ -12,12 +12,12 @@
 # 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-MooseX-Getopt
-Version:0.72
+Version:0.73
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt
@@ -70,6 +70,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL --installdirs=vendor

++ MooseX-Getopt-0.72.tar.gz -> MooseX-Getopt-0.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.72/Build.PL 
new/MooseX-Getopt-0.73/Build.PL
--- old/MooseX-Getopt-0.72/Build.PL 2018-08-04 06:46:03.0 +0200
+++ new/MooseX-Getopt-0.73/Build.PL 2018-09-01 07:44:02.0 +0200
@@ -87,7 +87,7 @@
 "Stevan Little "
   ],
   "dist_name" => "MooseX-Getopt",
-  "dist_version" => "0.72",
+  "dist_version" => "0.73",
   "license" => "perl",
   "module_name" => "MooseX::Getopt",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.72/Changes 
new/MooseX-Getopt-0.73/Changes
--- old/MooseX-Getopt-0.72/Changes  2018-08-04 06:46:03.0 +0200
+++ new/MooseX-Getopt-0.73/Changes  2018-09-01 07:44:02.0 +0200
@@ -1,5 +1,11 @@
 Revision history for MooseX-Getopt
 
+0.73  2018-09-01 05:43:55Z
+ - properly wrap usage text that contains newlines (Andreas Koenig, github
+   #10)
+ - move the exit() to a higher scope, to allow for 'after' method modifiers on
+   'print_usage_text' (Michael Schout, github #9)
+
 0.72  2018-08-04 04:45:57Z
  - fix tests that broke with Getopt::Long::Descriptive 0.103 (RT#125992,
Damyan Ivanov, debian-perl group)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.72/META.json 
new/MooseX-Getopt-0.73/META.json
--- old/MooseX-Getopt-0.72/META.json2018-08-04 06:46:03.0 +0200
+++ new/MooseX-Getopt-0.73/META.json2018-09-01 07:44:02.0 +0200
@@ -205,47 +205,47 @@
"provides" : {
   "MooseX::Getopt" : {
  "file" : "lib/MooseX/Getopt.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::Basic" : {
  "file" : "lib/MooseX/Getopt/Basic.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::Dashes" : {
  "file" : "lib/MooseX/Getopt/Dashes.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::GLD" : {
  "file" : "lib/MooseX/Getopt/GLD.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::Meta::Attribute" : {
  "file" : "lib/MooseX/Getopt/Meta/Attribute.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::Meta::Attribute::NoGetopt" : {
  "file" : "lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::Meta::Attribute::Trait" : {
  "file" : "lib/MooseX/Getopt/Meta/Attribute/Trait.pm",
- "version" : "0.72"
+ "version" : "0.73"
   },
   "MooseX::Getopt::Meta::Attribute::Trait::NoGetopt" : {
  "file" : "lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm",

commit perl-MooseX-Getopt for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2018-08-31 10:43:00

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


Package is "perl-MooseX-Getopt"

Fri Aug 31 10:43:00 2018 rev:19 rq:631322 version:0.72

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2016-06-25 02:24:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2018-08-31 10:44:00.103170808 +0200
@@ -1,0 +2,6 @@
+Sun Aug  5 05:41:09 UTC 2018 - co...@suse.com
+
+- updated to 0.72
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+---

Old:

  MooseX-Getopt-0.71.tar.gz

New:

  MooseX-Getopt-0.72.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.F1K5Bl/_old  2018-08-31 10:44:00.483171261 +0200
+++ /var/tmp/diff_new_pack.F1K5Bl/_new  2018-08-31 10:44:00.483171261 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Getopt
 #
-# 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,15 +17,15 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.71
+Version:0.72
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt
 Summary:Moose role for processing command line options
-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/MooseX-Getopt/
-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
@@ -48,7 +48,7 @@
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Needs)
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warnings) >= 0.009
 BuildRequires:  perl(Try::Tiny)
@@ -84,6 +84,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog

++ MooseX-Getopt-0.71.tar.gz -> MooseX-Getopt-0.72.tar.gz ++
 3945 lines of diff (skipped)




commit perl-MooseX-Getopt for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2016-06-25 02:24:28

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


Package is "perl-MooseX-Getopt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2016-05-25 21:29:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2016-06-25 02:24:29.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 06:43:20 UTC 2016 - co...@suse.com
+
+- updated to 0.71
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+  0.71  2016-06-19 04:08:13Z
+   - private attributes (i.e., lead "_) with a public init_arg now work.
+
+---

Old:

  MooseX-Getopt-0.70.tar.gz

New:

  MooseX-Getopt-0.71.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.rITuhz/_old  2016-06-25 02:24:30.0 +0200
+++ /var/tmp/diff_new_pack.rITuhz/_new  2016-06-25 02:24:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.70
+Version:0.71
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt
@@ -25,7 +25,7 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Getopt/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+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

++ MooseX-Getopt-0.70.tar.gz -> MooseX-Getopt-0.71.tar.gz ++
 2185 lines of diff (skipped)




commit perl-MooseX-Getopt for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2016-05-25 21:29:29

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


Package is "perl-MooseX-Getopt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2015-04-16 14:14:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2016-05-25 21:29:30.0 +0200
@@ -1,0 +2,21 @@
+Mon May 23 12:15:14 UTC 2016 - co...@suse.com
+
+- updated to 0.70
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+  0.70  2016-05-10 20:32:32Z
+   - In 0.69, an undefined init_arg would cause warnings and exception.
+ Attributes with an undefined init_arg are now ignored. (thanks, Greg
+ Oschwald! -- PR #7)
+
+---
+Thu May  5 09:44:01 UTC 2016 - co...@suse.com
+
+- updated to 0.69
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+  0.69  2016-04-22 11:27:12Z
+   - attributes' "init_arg" settings are now respected when retrieving command
+ line options (thanks, Olaf Alders! -- PR#6)
+
+---

Old:

  MooseX-Getopt-0.68.tar.gz

New:

  MooseX-Getopt-0.70.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.ZCNSSD/_old  2016-05-25 21:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ZCNSSD/_new  2016-05-25 21:29:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Getopt
 #
-# 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-MooseX-Getopt
-Version:0.68
+Version:0.70
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt
@@ -25,7 +25,7 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Getopt/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,8 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Getopt::Long) >= 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.088
-BuildRequires:  perl(Module::Build::Tiny) >= 0.039
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)
@@ -41,7 +42,7 @@
 BuildRequires:  perl(Moose::Role) >= 0.56
 BuildRequires:  perl(Moose::Util)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
-BuildRequires:  perl(MooseX::Role::Parameterized)
+BuildRequires:  perl(MooseX::Role::Parameterized) >= 1.01
 BuildRequires:  perl(Path::Tiny) >= 0.009
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) >= 0.003
@@ -58,7 +59,7 @@
 Requires:   perl(Moose::Meta::Attribute)
 Requires:   perl(Moose::Role) >= 0.56
 Requires:   perl(Moose::Util::TypeConstraints)
-Requires:   perl(MooseX::Role::Parameterized)
+Requires:   perl(MooseX::Role::Parameterized) >= 1.01
 Requires:   perl(Try::Tiny)
 Requires:   perl(namespace::autoclean)
 %{perl_requires}

++ MooseX-Getopt-0.68.tar.gz -> MooseX-Getopt-0.70.tar.gz ++
 4590 lines of diff (skipped)




commit perl-MooseX-Getopt for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2015-04-16 14:14:30

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


Package is perl-MooseX-Getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2014-09-17 17:26:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2015-04-16 14:14:31.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 14 15:49:21 UTC 2015 - co...@suse.com
+
+- updated to 0.68
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+  0.68  2015-03-04 18:16:30Z
+   - fix tests that look for the wrong prereqs (0.67)
+  
+  0.67  2015-02-28 04:37:19Z
+   - remove argv from passed-through buildargs if no argv attribute exists, to
+ mollify MooseX::StrictConstructor (RT#101938, Jose Luis Martinez)
+  
+  0.66  2015-01-28 02:05:54Z
+   - fix tests for formatting changes in Getopt::Long::Descriptive 0.099
+ (RT#101724)
+
+---

Old:

  MooseX-Getopt-0.65.tar.gz

New:

  MooseX-Getopt-0.68.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.BkLPPG/_old  2015-04-16 14:14:31.0 +0200
+++ /var/tmp/diff_new_pack.BkLPPG/_new  2015-04-16 14:14:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Getopt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,21 +17,23 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.65
+Version:0.68
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt
-Summary:A Moose role for processing command line options
+Summary:Moose role for processing command line options
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Getopt/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+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(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.088
-BuildRequires:  perl(Module::Build::Tiny) = 0.037
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)
@@ -44,6 +46,7 @@
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) = 0.003
 BuildRequires:  perl(Test::Moose)
+BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warnings) = 0.009
@@ -80,6 +83,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ MooseX-Getopt-0.65.tar.gz - MooseX-Getopt-0.68.tar.gz ++
 4119 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
license: Artistic-1.0 or GPL-1.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-MooseX-Getopt for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2014-09-17 17:26:15

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


Package is perl-MooseX-Getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2014-03-11 07:23:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2014-09-17 17:26:39.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 16 08:07:57 UTC 2014 - co...@suse.com
+
+- updated to 0.65
+ - re-release to remove README.pod from shipped dist
+ - bump required version of Getopt::Long::Descriptive to avoid an infinite
+   loop problem (thanks, Bram!)
+ - fix test prereq on Test::Warnings (thanks, omega!)
+
+---

Old:

  MooseX-Getopt-0.62.tar.gz

New:

  MooseX-Getopt-0.65.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.XKFHrL/_old  2014-09-17 17:26:40.0 +0200
+++ /var/tmp/diff_new_pack.XKFHrL/_new  2014-09-17 17:26:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.62
+Version:0.65
 Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
@@ -30,8 +30,8 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Getopt::Long) = 2.37
-BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
-BuildRequires:  perl(Module::Build::Tiny) = 0.035
+BuildRequires:  perl(Getopt::Long::Descriptive) = 0.088
+BuildRequires:  perl(Module::Build::Tiny) = 0.037
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)
@@ -46,12 +46,11 @@
 BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Trap)
-BuildRequires:  perl(Test::Warnings)
+BuildRequires:  perl(Test::Warnings) = 0.009
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean)
-BuildRequires:  perl(version)
 Requires:   perl(Getopt::Long) = 2.37
-Requires:   perl(Getopt::Long::Descriptive) = 0.081
+Requires:   perl(Getopt::Long::Descriptive) = 0.088
 Requires:   perl(Moose)
 Requires:   perl(Moose::Meta::Attribute)
 Requires:   perl(Moose::Role) = 0.56
@@ -81,6 +80,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
+%doc Changes CONTRIBUTING LICENSE README weaver.ini
 
 %changelog

++ MooseX-Getopt-0.62.tar.gz - MooseX-Getopt-0.65.tar.gz ++
 3418 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-MooseX-Getopt for openSUSE:Factory

2014-03-11 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2014-03-11 07:23:26

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


Package is perl-MooseX-Getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2014-02-24 14:12:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2014-03-11 07:23:27.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 10 06:26:53 UTC 2014 - co...@suse.com
+
+- updated to 0.62
+ - fix test that assumes option parsing is case-insensitive, which is no
+   longer true with Getopt::Long::Descriptive 0.097
+
+---

Old:

  MooseX-Getopt-0.61.tar.gz

New:

  MooseX-Getopt-0.62.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.droEnt/_old  2014-03-11 07:23:28.0 +0100
+++ /var/tmp/diff_new_pack.droEnt/_new  2014-03-11 07:23:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.61
+Version:0.62
 Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
@@ -31,7 +31,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
-BuildRequires:  perl(Module::Build::Tiny) = 0.034
+BuildRequires:  perl(Module::Build::Tiny) = 0.035
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)

++ MooseX-Getopt-0.61.tar.gz - MooseX-Getopt-0.62.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.61/Build.PL 
new/MooseX-Getopt-0.62/Build.PL
--- old/MooseX-Getopt-0.61/Build.PL 2014-02-11 07:31:02.0 +0100
+++ new/MooseX-Getopt-0.62/Build.PL 2014-03-07 06:44:18.0 +0100
@@ -1,4 +1,4 @@
 # This Build.PL for MooseX-Getopt was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
 use 5.006;
-use Module::Build::Tiny 0.034;
+use Module::Build::Tiny 0.035;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.61/CONTRIBUTING 
new/MooseX-Getopt-0.62/CONTRIBUTING
--- old/MooseX-Getopt-0.61/CONTRIBUTING 2014-02-11 07:31:02.0 +0100
+++ new/MooseX-Getopt-0.62/CONTRIBUTING 2014-03-07 06:44:18.0 +0100
@@ -75,4 +75,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 
from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.049.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.052.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.61/Changes 
new/MooseX-Getopt-0.62/Changes
--- old/MooseX-Getopt-0.61/Changes  2014-02-11 07:31:02.0 +0100
+++ new/MooseX-Getopt-0.62/Changes  2014-03-07 06:44:18.0 +0100
@@ -1,5 +1,9 @@
 Revision history for MooseX-Getopt
 
+0.62  2014-03-07 05:44:01Z
+ - fix test that assumes option parsing is case-insensitive, which is no
+   longer true with Getopt::Long::Descriptive 0.097
+
 0.61  2014-02-11 06:30:14Z
  - fix potentially-broken check-breaks test when a conflicting module fails to
compile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.61/LICENSE 
new/MooseX-Getopt-0.62/LICENSE
--- old/MooseX-Getopt-0.61/LICENSE  2014-02-11 07:31:02.0 +0100
+++ new/MooseX-Getopt-0.62/LICENSE  2014-03-07 06:44:18.0 +0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.61/MANIFEST 
new/MooseX-Getopt-0.62/MANIFEST
--- old/MooseX-Getopt-0.61/MANIFEST 2014-02-11 07:31:02.0 +0100
+++ new/MooseX-Getopt-0.62/MANIFEST 2014-03-07 06:44:18.0 +0100
@@ -54,7 +54,6 @@
 xt/author/00-compile.t
 xt/author/pod-spell.t
 xt/release/changes_has_content.t
-xt/release/clean-namespaces.t
 xt/release/cpan-changes.t
 xt/release/distmeta.t
 xt/release/eol.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-MooseX-Getopt for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2014-02-24 14:12:35

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


Package is perl-MooseX-Getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2013-12-12 11:21:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2014-02-24 14:12:36.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 24 06:10:12 UTC 2014 - co...@suse.com
+
+- updated to 0.61
+  - fix potentially-broken check-breaks test when a conflicting module fails to
+compile
+  - avoid failing an optional test when YAML is not installed
+
+---

Old:

  MooseX-Getopt-0.59.tar.gz

New:

  MooseX-Getopt-0.61.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.W2aGE2/_old  2014-02-24 14:12:36.0 +0100
+++ /var/tmp/diff_new_pack.W2aGE2/_new  2014-02-24 14:12:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Getopt
 #
-# 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-MooseX-Getopt
-Version:0.59
+Version:0.61
 Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
@@ -31,7 +31,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
-BuildRequires:  perl(Module::Build::Tiny) = 0.030
+BuildRequires:  perl(Module::Build::Tiny) = 0.034
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)
@@ -48,25 +48,8 @@
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(Try::Tiny)
-#BuildRequires: perl(App)
-#BuildRequires: perl(BaseApp::WithConfig)
-#BuildRequires: perl(MooseX::ConfigFromFile)
-#BuildRequires: perl(MooseX::Getopt)
-#BuildRequires: perl(MooseX::Getopt::Basic)
-#BuildRequires: perl(MooseX::Getopt::Dashes)
-#BuildRequires: perl(MooseX::Getopt::GLD)
-#BuildRequires: perl(MooseX::Getopt::Meta::Attribute)
-#BuildRequires: perl(MooseX::Getopt::Meta::Attribute::NoGetopt)
-#BuildRequires: perl(MooseX::Getopt::Meta::Attribute::Trait)
-#BuildRequires: perl(MooseX::Getopt::Meta::Attribute::Trait::NoGetopt)
-#BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
-#BuildRequires: perl(MooseX::Getopt::ProcessedArgv)
-#BuildRequires: perl(MooseX::Getopt::Strict)
-#BuildRequires: perl(MooseX::SimpleConfig)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) = 0.12
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(version)
 Requires:   perl(Getopt::Long) = 2.37
 Requires:   perl(Getopt::Long::Descriptive) = 0.081
 Requires:   perl(Moose)
@@ -75,6 +58,7 @@
 Requires:   perl(Moose::Util::TypeConstraints)
 Requires:   perl(MooseX::Role::Parameterized)
 Requires:   perl(Try::Tiny)
+Requires:   perl(namespace::autoclean)
 %{perl_requires}
 
 %description

++ MooseX-Getopt-0.59.tar.gz - MooseX-Getopt-0.61.tar.gz ++
 2785 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-MooseX-Getopt for openSUSE:Factory

2013-12-12 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2013-12-12 11:21:24

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


Package is perl-MooseX-Getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2013-12-09 07:14:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2013-12-12 11:21:25.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 11:15:23 UTC 2013 - co...@suse.com
+
+- updated to 0.59
+ - re-release to fix compile test
+
+---

Old:

  MooseX-Getopt-0.58.tar.gz

New:

  MooseX-Getopt-0.59.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.dW4Pk7/_old  2013-12-12 11:21:25.0 +0100
+++ /var/tmp/diff_new_pack.dW4Pk7/_new  2013-12-12 11:21:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.58
+Version:0.59
 Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
@@ -29,10 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Check) = 0.007
 BuildRequires:  perl(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
-BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Module::Build::Tiny) = 0.030
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)
@@ -42,11 +41,9 @@
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::Role::Parameterized)
 BuildRequires:  perl(Path::Tiny) = 0.009
-BuildRequires:  perl(Test::CheckDeps) = 0.006
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) = 0.003
 BuildRequires:  perl(Test::Moose)
-BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warnings)
@@ -66,7 +63,10 @@
 #BuildRequires: perl(MooseX::Getopt::ProcessedArgv)
 #BuildRequires: perl(MooseX::Getopt::Strict)
 #BuildRequires: perl(MooseX::SimpleConfig)
+#BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) = 0.12
 Requires:   perl(Getopt::Long) = 2.37
 Requires:   perl(Getopt::Long::Descriptive) = 0.081
 Requires:   perl(Moose)
@@ -81,45 +81,6 @@
 This is a role which provides an alternate constructor for creating objects
 using parameters passed in from the command line.
 
-This module attempts to DWIM as much as possible with the command line
-params by introspecting your class's attributes. It will use the name of
-your attribute as the command line option, and if there is a type
-constraint defined, it will configure Getopt::Long to handle the option
-accordingly.
-
-You can use the trait the MooseX::Getopt::Meta::Attribute::Trait manpage or
-the attribute metaclass the MooseX::Getopt::Meta::Attribute manpage to get
-non-default commandline option names and aliases.
-
-You can use the trait the MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
-manpage or the attribute metaclass the
-MooseX::Getopt::Meta::Attribute::NoGetopt manpage to have 'MooseX::Getopt'
-ignore your attribute in the commandline options.
-
-By default, attributes which start with an underscore are not given
-commandline argument support, unless the attribute's metaclass is set to
-the MooseX::Getopt::Meta::Attribute manpage. If you don't want your
-accessors to have the leading underscore in their name, you can do this:
-
-  # for read/write attributes
-  has '_foo' = (accessor = 'foo', ...);
-
-  # or for read-only attributes
-  has '_bar' = (reader = 'bar', ...);
-
-This will mean that Getopt will not handle a --foo param, but your code can
-still call the 'foo' method.
-
-If your class also uses a configfile-loading role based on the
-MooseX::ConfigFromFile manpage, such as the MooseX::SimpleConfig manpage,
-the MooseX::Getopt manpage's 'new_with_options' will load the configfile
-specified by the '--configfile' option (or the default you've given for the
-configfile attribute) for you.
-
-Options specified in multiple places follow the following precedence order:
-commandline overrides configfile, which overrides explicit new_with_options
-parameters.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -136,6 +97,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README 

commit perl-MooseX-Getopt for openSUSE:Factory

2013-12-08 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2013-12-09 07:14:43

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


Package is perl-MooseX-Getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2012-05-29 11:42:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2013-12-09 07:14:44.0 +0100
@@ -1,0 +2,41 @@
+Mon Nov 25 07:38:55 UTC 2013 - co...@suse.com
+
+- updated to 0.58
+ - remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
+ - warnings tests bypassed during installation
+ - author metadata moved to contributors
+ - spelling fixes (RT#87780, David Steinbrunner)
+ - removed use of deprecated Class::MOP::load_class
+ - repository migrated from shadowcat to the github moose organization
+
+---
+Sat Jul 27 11:58:43 UTC 2013 - co...@suse.com
+
+- updated to 0.56
+   - depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
+ v0.52)
+   - fix broken tests on win32 with file comparisons
+   - fix broken tests on win32 with file comparisons
+   - allow configfiles called 0
+   - support more mechanisms for overriding default configfile
+   - when using in conjunction with MooseX::ConfigFromFile, configfile value 
now
+ properly passed to new()
+   - properly indicate optional dependency in tests using
+ MooseX::ConfigFromFile
+   - tests converted from using Path::Class to Path::Tiny
+   - missing test prereqs now declared (thanks for the automated reports, David
+ Cantrell!)
+   - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
+ callstack. (RT#82249)
+   - silence a warning in tests if the user does not have YAML::XS installed
+ (thanks for the report, Getty!)
+   - fix off-by-one issues in test plans if optional requirements are not met
+   - documentation and tests amended to prefer usage of 'trait' over 
'metaclass'
+ as much as possible
+   - print_usage_text() exposed as a public method, to make it easier for
+ consuming classes to modify the behaviour when usage text is printed
+   - re-release to remove double $VERSION declarations
+   - -h is also treated as a --help option
+- remove old perl-MooseX-Getopt-use_lib.patch
+
+---

Old:

  MooseX-Getopt-0.45.tar.gz
  perl-MooseX-Getopt-use_lib.patch

New:

  MooseX-Getopt-0.58.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.cztAxH/_old  2013-12-09 07:14:44.0 +0100
+++ /var/tmp/diff_new_pack.cztAxH/_new  2013-12-09 07:14:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Getopt
 #
-# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.45
+Version:0.58
 Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
@@ -25,28 +25,34 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Getopt/
 Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch1: perl-MooseX-Getopt-use_lib.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
 BuildRequires:  perl(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
-BuildRequires:  perl(Moose) = 0.56
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Meta::Attribute)
+BuildRequires:  perl(Moose::Meta::Class)
+BuildRequires:  perl(Moose::Role) = 0.56
+BuildRequires:  perl(Moose::Util)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::Role::Parameterized)
-BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(Path::Tiny) = 0.009
+BuildRequires:  perl(Test::CheckDeps) = 0.006
+BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) = 0.003
-BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(Test::Requires) = 0.05
+BuildRequires:  perl(Test::Moose)

commit perl-MooseX-Getopt for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2012-05-29 11:42:50

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


Package is perl-MooseX-Getopt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2012-02-16 12:25:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2012-05-29 11:42:52.0 +0200
@@ -1,0 +2,23 @@
+Mon May 28 13:46:00 UTC 2012 - co...@suse.com
+
+- updated to 0.45
+ - use Path::Class in test to avoid test failures on MSWin32 with filename
+   construction
+
+ - now respecting value of configfile passed to the constructor, when used in
+   conjunction with MooseX::ConfigFromFile. (Karen Etheridge)
+
+ - reformatted the Changes file, with the help of CPAN::Changes, to something
+   a little more standard.
+ - more release-only tests added
+
+ - Now bails with exit status 0, rather than dying, when printing
+   requested --usage/--help information (usage printed via invalid arguments
+   will still die, however). (Karen Etheridge)
+
+ - Fix tests when MooseX::ConfigFromFile is installed, with
+   Getopt::Long::Descriptive = 0.091. RT#76287
+ - Pod fix from debian. Salvatore Bonaccorso car...@debian.org RT#74681
+ - Spelling fix from debian. Jonathan Yu jaw...@cpan.org RT#74681
+
+---

Old:

  MooseX-Getopt-0.39.tar.gz

New:

  MooseX-Getopt-0.45.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.CiVwEQ/_old  2012-05-29 11:42:53.0 +0200
+++ /var/tmp/diff_new_pack.CiVwEQ/_new  2012-05-29 11:42:53.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.39
+Version:0.45
 Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Getopt/
-Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 # MANUAL
 Patch1: perl-MooseX-Getopt-use_lib.patch
 BuildArch:  noarch
@@ -35,9 +35,11 @@
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
 BuildRequires:  perl(Moose) = 0.56
 BuildRequires:  perl(MooseX::Role::Parameterized)
+BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::Fatal) = 0.003
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires) = 0.05
+BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warn) = 0.21
 #BuildRequires: perl(App)
 #BuildRequires: perl(BaseApp::WithConfig)
@@ -105,9 +107,9 @@
 specified by the '--configfile' option (or the default you've given for the
 configfile attribute) for you.
 
-Options specified in multiple places follow the following precendence
-order: commandline overrides configfile, which overrides explicit
-new_with_options parameters.
+Options specified in multiple places follow the following precedence order:
+commandline overrides configfile, which overrides explicit new_with_options
+parameters.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -132,6 +134,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog LICENSE README
+%doc Changes LICENSE README
 
 %changelog

++ MooseX-Getopt-0.39.tar.gz - MooseX-Getopt-0.45.tar.gz ++
 1907 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-MooseX-Getopt for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2012-02-16 12:25:36

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


Package is perl-MooseX-Getopt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2011-09-23 12:38:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2012-02-16 12:25:38.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 14 07:52:08 UTC 2012 - co...@suse.com
+
+- updated to 0.39
+  * Fix argument parseing in process_argv when used with ConfigFromFile so that
+-v can be used as expected, rather than being grabbed as --version
+  * More documentation on Getopt::Long settings and how they alter this role's
+behaviour, in particular with regards to extra_argv capturing.
+(Karen Etheridge)
+
+---

Old:

  MooseX-Getopt-0.37.tar.gz

New:

  MooseX-Getopt-0.39.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.MZPUyR/_old  2012-02-16 12:25:41.0 +0100
+++ /var/tmp/diff_new_pack.MZPUyR/_new  2012-02-16 12:25:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Getopt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,22 +16,21 @@
 #
 
 
-
 Name:   perl-MooseX-Getopt
-Version:0.37
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.39
+Release:0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
-Url:http://search.cpan.org/dist/MooseX-Getopt/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/MooseX-Getopt/
 Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+# MANUAL
 Patch1: perl-MooseX-Getopt-use_lib.patch 
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
 BuildRequires:  perl(Moose) = 0.56
@@ -40,6 +39,27 @@
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires) = 0.05
 BuildRequires:  perl(Test::Warn) = 0.21
+#BuildRequires: perl(App)
+#BuildRequires: perl(BaseApp::WithConfig)
+#BuildRequires: perl(Moose::Meta::Attribute)
+#BuildRequires: perl(Moose::Meta::Class)
+#BuildRequires: perl(Moose::Role)
+#BuildRequires: perl(Moose::Util::TypeConstraints)
+#BuildRequires: perl(MooseX::ConfigFromFile)
+#BuildRequires: perl(MooseX::Getopt)
+#BuildRequires: perl(MooseX::Getopt::Basic)
+#BuildRequires: perl(MooseX::Getopt::Dashes)
+#BuildRequires: perl(MooseX::Getopt::GLD)
+#BuildRequires: perl(MooseX::Getopt::Meta::Attribute)
+#BuildRequires: perl(MooseX::Getopt::Meta::Attribute::NoGetopt)
+#BuildRequires: perl(MooseX::Getopt::Meta::Attribute::Trait)
+#BuildRequires: perl(MooseX::Getopt::Meta::Attribute::Trait::NoGetopt)
+#BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
+#BuildRequires: perl(MooseX::Getopt::ProcessedArgv)
+#BuildRequires: perl(MooseX::Getopt::Strict)
+#BuildRequires: perl(MooseX::SimpleConfig)
+#BuildRequires: perl(Test::Deep)
+#BuildRequires: perl(Test::Moose)
 Requires:   perl(Getopt::Long) = 2.37
 Requires:   perl(Getopt::Long::Descriptive) = 0.081
 Requires:   perl(Moose) = 0.56
@@ -91,10 +111,12 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
 %if 0%{?suse_version} = 1110
 %patch1 -p1
 sed -i s|__vendorperl__|%{perl_vendorlib}|g Makefile.PL t/*.t
 %endif
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -108,9 +130,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc ChangeLog LICENSE README

++ MooseX-Getopt-0.37.tar.gz - MooseX-Getopt-0.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Getopt-0.37/ChangeLog 
new/MooseX-Getopt-0.39/ChangeLog
--- old/MooseX-Getopt-0.37/ChangeLog2011-03-30 10:54:45.0 +0200
+++ new/MooseX-Getopt-0.39/ChangeLog2012-02-03 15:27:38.0 +0100
@@ -1,5 +1,14 

commit perl-MooseX-Getopt for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2011-12-06 18:44:41

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


Package is perl-MooseX-Getopt, Maintainer is 

Changes:




Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.xTgPQW/_old  2011-12-06 19:14:16.0 +0100
+++ /var/tmp/diff_new_pack.xTgPQW/_new  2011-12-06 19:14:16.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-MooseX-Getopt
 Version:0.37
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name MooseX-Getopt
 Summary:A Moose role for processing command line options
 Url:http://search.cpan.org/dist/MooseX-Getopt/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-MooseX-Getopt for openSUSE:Factory

2011-07-21 Thread h_root

Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory
checked in at Thu Jul 21 10:03:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-MooseX-Getopt/perl-MooseX-Getopt.changes  
2011-06-04 23:07:13.0 +0200
@@ -0,0 +1,81 @@
+---
+Sat Jun  4 21:06:15 UTC 2011 - l...@linux-schulserver.de
+
+- fix build for distributions with old Test::More module
+  ( perl-MooseX-Getopt-use_lib.patch )
+
+---
+Fri Apr 15 09:19:42 UTC 2011 - co...@opensuse.org
+
+- updated to 0.37
+* Fix missing dependency. (RT#67077)
+* Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
+* MooseX::Getopt::GLD
+  - change it to a MooseX::Role::Parameterized, so that it accepts
+'getopt_conf' parameter (Damien Krotkine)
+* Fix missed change from Test::Exception to Test::Fatal
+* The test suite now uses Test::Fatal instead of Test::Exception. (Karen
+  Etheridge)
+* Move most of new_with_options logic into separate publically
+  accessible process_argv method, so that arg processing can be
+  done without actually creating object (Jonathan Swartz)
+
+---
+Wed Dec  1 13:33:49 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:37 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Thu Aug 26 18:56:03 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 0.33:
+  * remove Test::Most from newly added test (RT#60766)
+
+---
+Thu Aug 26 12:18:43 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 0.32:
+  * fix handling of Union types (RT#58417)
+
+- changes from 0.31:
+  * fix issue causing tests to fail if MooseX::SimpleConfig isn't installed
+
+- changes from 0.30:
+  * MooseX::Getopt::Basic
+- uses attribute insertion order when determining the order in which 
options are documented in the usage (e.g. in $obj-usage-text)
+  * MooseX::Getopt::Basic
+- store the usage object to the usage attr (RT#58715)
+- properly checks whether the *option* --help, --usage, or --? were used, 
rather than the attribute 'help', 'usage' or '?' were set
+  * MooseX::Getopt::GLD
+- add the usage attribute for storing the Getopt::Long::Descriptive::Usage 
object, and the help attribute for storing --help, --usage and --? state 
(RT#47865, RT#56783, RT#52474)
+  * MooseX::Getopt::Basic
+- disable auto_help config in Getopt::Long, to avoid calling into 
pod2usage when the --help option is used while MooseX::ConfigFromFile is in use 
(the intent is just to fetch the value of the configfile option) (RT#57683)
+
+- changes from 0.29:
+  * fix repository metadata
+
+- changes from 0.28:
+  * MooseX::Getopt::Strict
+- make it work with Getopt attribute traits in addition to attribute 
metaclasses
+
+- changes from 0.27:
+  * bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to 
avoid test failures
+  * MooseX::Getopt::Dashes
+- document that using a cmd_flag argument to attributes can be used to 
override the tr/_/-/ replacement ::Dashes does on attribute names
+
+---
+Tue Feb  9 00:00:00 UTC 2010 - n...@detonation.org
+
+- Re-added tests since there's now an updated Test::More available
+
+
+---
+Tue Jan 12 00:00:00 UTC 2010 - n...@detonation.org
+
+- Specfile autogenerated by cpanspec 1.78.
+

calling whatdependson for head-i586


New:

  MooseX-Getopt-0.37.tar.gz
  perl-MooseX-Getopt-use_lib.patch
  perl-MooseX-Getopt.changes
  perl-MooseX-Getopt.spec



Other differences:
--
++ perl-MooseX-Getopt.spec ++
#
# spec file for package perl-MooseX-Getopt
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   perl-MooseX-Getopt
Version: