Hello community,

here is the log from the commit of package perl-Error for openSUSE:Factory 
checked in at 2019-08-27 15:24:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Error (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Error.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Error"

Tue Aug 27 15:24:59 2019 rev:30 rq:725938 version:0.17028

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Error/perl-Error.changes    2018-11-13 
16:26:47.078557428 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Error.new.7948/perl-Error.changes  
2019-08-27 15:25:06.240728599 +0200
@@ -1,0 +2,10 @@
+Sat Aug 24 05:07:58 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.17028
+   see /usr/share/doc/packages/perl-Error/Changes
+
+  0.17028         2019-08-23
+      - Moved the VCS repo to https://github.com/shlomif/perl-error.pm
+      - No other significant changes.
+
+-------------------------------------------------------------------

Old:
----
  Error-0.17027.tar.gz

New:
----
  Error-0.17028.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Error.spec ++++++
--- /var/tmp/diff_new_pack.GnNJBl/_old  2019-08-27 15:25:06.936728248 +0200
+++ /var/tmp/diff_new_pack.GnNJBl/_new  2019-08-27 15:25:06.936728248 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Error
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,10 +17,10 @@
 
 
 Name:           perl-Error
-Version:        0.17027
+Version:        0.17028
 Release:        0
 %define cpan_name Error
-Summary:        Error
+Summary:        Error/exception handling in an OO-ish way
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            https://metacpan.org/release/%{cpan_name}
@@ -59,7 +59,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog Changes examples README scripts
+%doc ChangeLog Changes examples README
 %license LICENSE
 
 %changelog

++++++ Error-0.17027.tar.gz -> Error-0.17028.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/Build.PL new/Error-0.17028/Build.PL
--- old/Error-0.17027/Build.PL  2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/Build.PL  2019-08-23 20:54:38.000000000 +0200
@@ -19,7 +19,7 @@
     "Shlomi Fish ( http://www.shlomifish.org/ )"
   ],
   "dist_name" => "Error",
-  "dist_version" => "0.17027",
+  "dist_version" => "0.17028",
   "license" => "perl",
   "module_name" => "Error",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/Changes new/Error-0.17028/Changes
--- old/Error-0.17027/Changes   2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/Changes   2019-08-23 20:54:38.000000000 +0200
@@ -1,3 +1,7 @@
+0.17028         2019-08-23
+    - Moved the VCS repo to https://github.com/shlomif/perl-error.pm
+    - No other significant changes.
+
 0.17027         2018-10-28
     - Documentation and examples enhancements.
         - 
https://bitbucket.org/shlomif/perl-error.pm/pull-requests/1/october-prc-some-minor-mostly-doc-changes/diff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/META.json new/Error-0.17028/META.json
--- old/Error-0.17027/META.json 2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/META.json 2019-08-23 20:54:38.000000000 +0200
@@ -69,37 +69,37 @@
    "provides" : {
       "Error" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "version" : "0.17028"
       },
       "Error::Simple" : {
-         "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "file" : "lib/Error/Simple.pm",
+         "version" : "0.17028"
       },
       "Error::WarnDie" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "version" : "0.17028"
       },
       "Error::subs" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "version" : "0.17028"
       }
    },
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://github.com/shlomif/error/issues";
+         "web" : "https://github.com/shlomif/perl-error.pm/issues";
       },
       "homepage" : "http://metacpan.org/release/Error";,
       "repository" : {
          "type" : "git",
-         "url" : "https://bitbucket.org/shlomif/perl-error.pm";,
-         "web" : "https://github.com/shlomif/error";
+         "url" : "git://github.com/shlomif/perl-error.pm.git",
+         "web" : "https://github.com/shlomif/perl-error.pm";
       }
    },
-   "version" : "0.17027",
+   "version" : "0.17028",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028000"
+         "version" : "5.028002"
       },
       "plugins" : [
          {
@@ -267,11 +267,6 @@
             "version" : "6.012"
          },
          {
-            "class" : "Dist::Zilla::Plugin::PodVersion",
-            "name" : "@Filter/PodVersion",
-            "version" : "6.012"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
             "config" : {
                "Dist::Zilla::Plugin::Test::Compile" : {
@@ -375,11 +370,6 @@
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Name",
-                        "name" : "@SHLOMIF/Name",
-                        "version" : "4.015"
-                     },
-                     {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@SHLOMIF/Version",
                         "version" : "4.015"
@@ -568,7 +558,7 @@
          "version" : "6.012"
       }
    },
-   "x_generated_by_perl" : "v5.28.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
+   "x_generated_by_perl" : "v5.28.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/META.yml new/Error-0.17028/META.yml
--- old/Error-0.17027/META.yml  2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/META.yml  2019-08-23 20:54:38.000000000 +0200
@@ -28,16 +28,16 @@
 provides:
   Error:
     file: lib/Error.pm
-    version: '0.17027'
+    version: '0.17028'
   Error::Simple:
-    file: lib/Error.pm
-    version: '0.17027'
+    file: lib/Error/Simple.pm
+    version: '0.17028'
   Error::WarnDie:
     file: lib/Error.pm
-    version: '0.17027'
+    version: '0.17028'
   Error::subs:
     file: lib/Error.pm
-    version: '0.17027'
+    version: '0.17028'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -48,13 +48,13 @@
   vars: '0'
   warnings: '0'
 resources:
-  bugtracker: https://github.com/shlomif/error/issues
+  bugtracker: https://github.com/shlomif/perl-error.pm/issues
   homepage: http://metacpan.org/release/Error
-  repository: https://bitbucket.org/shlomif/perl-error.pm
-version: '0.17027'
+  repository: git://github.com/shlomif/perl-error.pm.git
+version: '0.17028'
 x_Dist_Zilla:
   perl:
-    version: '5.028000'
+    version: '5.028002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -183,10 +183,6 @@
       name: '@Filter/PodSyntaxTests'
       version: '6.012'
     -
-      class: Dist::Zilla::Plugin::PodVersion
-      name: '@Filter/PodVersion'
-      version: '6.012'
-    -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
         Dist::Zilla::Plugin::Test::Compile:
@@ -267,10 +263,6 @@
               name: '@CorePrep/H1Nester'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Name
-              name: '@SHLOMIF/Name'
-              version: '4.015'
-            -
               class: Pod::Weaver::Section::Version
               name: '@SHLOMIF/Version'
               version: '4.015'
@@ -415,5 +407,5 @@
     config:
       is_trial: '0'
     version: '6.012'
-x_generated_by_perl: v5.28.0
+x_generated_by_perl: v5.28.2
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/Makefile.PL 
new/Error-0.17028/Makefile.PL
--- old/Error-0.17027/Makefile.PL       2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/Makefile.PL       2019-08-23 20:54:38.000000000 +0200
@@ -37,7 +37,7 @@
     "base" => 0,
     "lib" => 0
   },
-  "VERSION" => "0.17027",
+  "VERSION" => "0.17028",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/README new/Error-0.17028/README
--- old/Error-0.17027/README    2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/README    2019-08-23 20:54:38.000000000 +0200
@@ -1,9 +1,9 @@
 This archive contains the distribution Error,
-version 0.17027:
+version 0.17028:
 
   Error/exception handling in an OO-ish way
 
-This software is copyright (c) 2018 by Shlomi Fish ( 
http://www.shlomifish.org/ ).
+This software is copyright (c) 2019 by Shlomi Fish ( 
http://www.shlomifish.org/ ).
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/dist.ini new/Error-0.17028/dist.ini
--- old/Error-0.17027/dist.ini  2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/dist.ini  2019-08-23 20:54:38.000000000 +0200
@@ -1,5 +1,5 @@
 name = Error
-version = 0.17027
+version = 0.17028
 author = Shlomi Fish ( http://www.shlomifish.org/ )
 license = Perl_5
 copyright_holder = Shlomi Fish ( http://www.shlomifish.org/ )
@@ -8,7 +8,7 @@
 -bundle = @SHLOMIF
 -remove = License
 dist = Error
-repository_url = https://bitbucket.org/shlomif/perl-error.pm
+github_name = perl-error.pm
 [Keywords]
 keyword = deprecated
 keyword = exceptions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/lib/Error/Simple.pm 
new/Error-0.17028/lib/Error/Simple.pm
--- old/Error-0.17027/lib/Error/Simple.pm       2018-10-28 11:07:29.000000000 
+0100
+++ new/Error-0.17028/lib/Error/Simple.pm       2019-08-23 20:54:38.000000000 
+0200
@@ -7,7 +7,7 @@
 # licence).
 
 package Error::Simple;
-$Error::Simple::VERSION = '0.17027';
+$Error::Simple::VERSION = '0.17028';
 use strict;
 use warnings;
 
@@ -21,13 +21,9 @@
 
 =encoding UTF-8
 
-=head1 NAME
-
-Error::Simple
-
 =head1 VERSION
 
-version 0.17027
+version 0.17028
 
 =head1 SYNOPSIS
 
@@ -46,10 +42,6 @@
 
 Error::Simple - the simple error sub-class of Error
 
-=head1 VERSION
-
-version 0.17027
-
 =head1 METHODS
 
 =head2 Error::Simple->new($text [, $value])
@@ -170,9 +162,9 @@
 with it, or whatever. If you want to contribute patches, please send me a diff 
or prod me to pull
 from your repository :)
 
-L<https://github.com/shlomif/error>
+L<https://github.com/shlomif/perl-error.pm>
 
-  git clone https://bitbucket.org/shlomif/perl-error.pm
+  git clone git://github.com/shlomif/perl-error.pm.git
 
 =head1 AUTHOR
 
@@ -181,7 +173,7 @@
 =head1 BUGS
 
 Please report any bugs or feature requests on the bugtracker website
-L<https://github.com/shlomif/error/issues>
+L<https://github.com/shlomif/perl-error.pm/issues>
 
 When submitting a bug or request, please include a test-file or a
 patch to an existing test-file that illustrates the bug or desired
@@ -189,7 +181,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2018 by Shlomi Fish ( 
http://www.shlomifish.org/ ).
+This software is copyright (c) 2019 by Shlomi Fish ( 
http://www.shlomifish.org/ ).
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17027/lib/Error.pm 
new/Error-0.17028/lib/Error.pm
--- old/Error-0.17027/lib/Error.pm      2018-10-28 11:07:29.000000000 +0100
+++ new/Error-0.17028/lib/Error.pm      2019-08-23 20:54:38.000000000 +0200
@@ -10,7 +10,7 @@
 # but modified ***significantly***
 
 package Error;
-$Error::VERSION = '0.17027';
+$Error::VERSION = '0.17028';
 use strict;
 use warnings;
 
@@ -279,7 +279,7 @@
 }
 
 package Error::Simple;
-$Error::Simple::VERSION = '0.17027';
+$Error::Simple::VERSION = '0.17028';
 @Error::Simple::ISA = qw(Error);
 
 sub new
@@ -316,7 +316,7 @@
 # Peter Seibel <pe...@weblogic.com>
 
 package Error::subs;
-$Error::subs::VERSION = '0.17027';
+$Error::subs::VERSION = '0.17028';
 use Exporter ();
 use vars qw(@EXPORT_OK @ISA %EXPORT_TAGS);
 
@@ -569,7 +569,7 @@
 1;
 
 package Error::WarnDie;
-$Error::WarnDie::VERSION = '0.17027';
+$Error::WarnDie::VERSION = '0.17028';
 sub gen_callstack($)
 {
     my ($start) = @_;
@@ -614,7 +614,7 @@
         my $stackdepth = 0;
         while ( caller($stackdepth) =~ m/^Error(?:$|::)/ )
         {
-            $stackdepth++;
+            ++$stackdepth;
         }
 
         @callstack = gen_callstack( $stackdepth + 1 );
@@ -680,13 +680,9 @@
 
 =encoding UTF-8
 
-=head1 NAME
-
-Error
-
 =head1 VERSION
 
-version 0.17027
+version 0.17028
 
 =head1 SYNOPSIS
 
@@ -740,10 +736,6 @@
 
 Error - Error/exception handling in an OO-ish way
 
-=head1 VERSION
-
-version 0.17027
-
 =head1 WARNING
 
 Using the "Error" module is B<no longer recommended> due to the black-magical
@@ -1204,9 +1196,9 @@
 with it, or whatever. If you want to contribute patches, please send me a diff 
or prod me to pull
 from your repository :)
 
-L<https://github.com/shlomif/error>
+L<https://github.com/shlomif/perl-error.pm>
 
-  git clone https://bitbucket.org/shlomif/perl-error.pm
+  git clone git://github.com/shlomif/perl-error.pm.git
 
 =head1 AUTHOR
 
@@ -1215,7 +1207,7 @@
 =head1 BUGS
 
 Please report any bugs or feature requests on the bugtracker website
-L<https://github.com/shlomif/error/issues>
+L<https://github.com/shlomif/perl-error.pm/issues>
 
 When submitting a bug or request, please include a test-file or a
 patch to an existing test-file that illustrates the bug or desired
@@ -1223,7 +1215,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2018 by Shlomi Fish ( 
http://www.shlomifish.org/ ).
+This software is copyright (c) 2019 by Shlomi Fish ( 
http://www.shlomifish.org/ ).
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.


Reply via email to