Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Tie-Cycle for openSUSE:Factory 
checked in at 2021-01-18 11:27:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tie-Cycle (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Tie-Cycle.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Tie-Cycle"

Mon Jan 18 11:27:37 2021 rev:10 rq:863115 version:1.226

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tie-Cycle/perl-Tie-Cycle.changes    
2017-07-17 09:01:46.503224685 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tie-Cycle.new.28504/perl-Tie-Cycle.changes 
2021-01-18 11:30:47.768527846 +0100
@@ -1,0 +2,9 @@
+Wed Jan 13 03:08:56 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.226
+   see /usr/share/doc/packages/perl-Tie-Cycle/Changes
+
+  1.226 2021-01-12T09:38:15Z
+       * Freshening the distro, Travis is gone, Github Actions are in.
+
+-------------------------------------------------------------------

Old:
----
  Tie-Cycle-1.225.tar.gz

New:
----
  Tie-Cycle-1.226.tar.gz

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

Other differences:
------------------
++++++ perl-Tie-Cycle.spec ++++++
--- /var/tmp/diff_new_pack.8OxYSR/_old  2021-01-18 11:30:48.416535967 +0100
+++ /var/tmp/diff_new_pack.8OxYSR/_new  2021-01-18 11:30:48.420536017 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tie-Cycle
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,23 @@
 # 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/
 #
 
 
+%define cpan_name Tie-Cycle
 Name:           perl-Tie-Cycle
-Version:        1.225
+Version:        1.226
 Release:        0
-%define cpan_name Tie-Cycle
 Summary:        Cycle through a list of values via a scalar
 License:        Artistic-2.0
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Tie-Cycle/
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.95
+BuildRequires:  perl(Test::More) >= 1
 %{perl_requires}
 
 %description
@@ -51,14 +49,14 @@
 included _test.pl_ script for an example of this effect.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -66,7 +64,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes CONTRIBUTING.md examples
 %license LICENSE
 

++++++ Tie-Cycle-1.225.tar.gz -> Tie-Cycle-1.226.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/Changes new/Tie-Cycle-1.226/Changes
--- old/Tie-Cycle-1.225/Changes 2017-07-09 19:49:55.000000000 +0200
+++ new/Tie-Cycle-1.226/Changes 2021-01-12 10:38:42.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl module Tie::Cycle
 
+1.226 2021-01-12T09:38:15Z
+       * Freshening the distro, Travis is gone, Github Actions are in.
+
 1.225 2017-07-09T17:49:10Z
        * Bump the version to reindex (See 
https://github.com/andk/pause/issues/248 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/MANIFEST.SKIP 
new/Tie-Cycle-1.226/MANIFEST.SKIP
--- old/Tie-Cycle-1.225/MANIFEST.SKIP   2017-07-09 19:49:55.000000000 +0200
+++ new/Tie-Cycle-1.226/MANIFEST.SKIP   2021-01-12 10:38:42.000000000 +0100
@@ -57,10 +57,12 @@
 ^MYMETA\.
 #!end included /usr/local/perls/perl-5.14.2/lib/5.14.2/ExtUtils/MANIFEST.SKIP
 
-
+MANIFEST\s\d
+Changes\s\d
 \.travis\.yml
 \.?appveyor.yml
 \.releaserc
 \.lwpcookies
 \.gitignore
+\.github\b
 Tie-\.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/META.json 
new/Tie-Cycle-1.226/META.json
--- old/Tie-Cycle-1.225/META.json       2017-07-09 19:49:57.000000000 +0200
+++ new/Tie-Cycle-1.226/META.json       2021-01-12 10:38:44.000000000 +0100
@@ -4,13 +4,13 @@
       "brian d foy <bd...@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.140640",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "artistic_2"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Tie-Cycle",
    "no_index" : {
@@ -37,7 +37,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::More" : "0.95"
+            "Test::More" : "1"
          }
       }
    },
@@ -53,5 +53,6 @@
          "web" : "https://github.com/briandfoy/tie-cycle";
       }
    },
-   "version" : "1.225"
+   "version" : "1.226",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/META.yml new/Tie-Cycle-1.226/META.yml
--- old/Tie-Cycle-1.225/META.yml        2017-07-09 19:49:57.000000000 +0200
+++ new/Tie-Cycle-1.226/META.yml        2021-01-12 10:38:44.000000000 +0100
@@ -3,12 +3,12 @@
 author:
   - 'brian d foy <bd...@cpan.org>'
 build_requires:
-  Test::More: '0.95'
+  Test::More: '1'
 configure_requires:
   ExtUtils::MakeMaker: '6.64'
   File::Spec::Functions: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,5 @@
   bugtracker: https://github.com/briandfoy/tie-cycle/issues
   homepage: https://github.com/briandfoy/tie-cycle
   repository: https://github.com/briandfoy/tie-cycle.git
-version: '1.225'
+version: '1.226'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/Makefile.PL 
new/Tie-Cycle-1.226/Makefile.PL
--- old/Tie-Cycle-1.225/Makefile.PL     2017-07-09 19:49:55.000000000 +0200
+++ new/Tie-Cycle-1.226/Makefile.PL     2021-01-12 10:38:42.000000000 +0100
@@ -49,7 +49,7 @@
        'NAME'          => $module,
        'ABSTRACT_FROM' => $main_file,
        'VERSION_FROM'  => $main_file,
-       'LICENSE'       => 'artistic2',
+       'LICENSE'       => 'artistic_2',
        'AUTHOR'        => 'brian d foy <bd...@cpan.org>',
 
        'CONFIGURE_REQUIRES' => {
@@ -61,7 +61,7 @@
                },
 
        'TEST_REQUIRES' => {
-               'Test::More' => '0.95',
+               'Test::More' => '1',
                },
 
        'PREREQ_PM' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/README.pod 
new/Tie-Cycle-1.226/README.pod
--- old/Tie-Cycle-1.225/README.pod      2017-07-09 19:49:55.000000000 +0200
+++ new/Tie-Cycle-1.226/README.pod      2021-01-12 10:38:42.000000000 +0100
@@ -2,7 +2,11 @@
 
 =encoding utf8
 
-=for HTML <a href="https://travis-ci.org/briandfoy/tie-cycle";><img 
src="https://travis-ci.org/briandfoy/tie-cycle.svg?branch=master"; /></a>
+=for HTML <a href="../../actions?query=workflow%3Amacos"><img 
src="../../workflows/macos/badge.svg"></a>
+
+=for HTML <a href="../../actions?query=workflow%3Aubuntu"><img 
src="../../workflows/ubuntu/badge.svg"></a>
+
+=for HTML <a href="../../actions?query=workflow%3Awindows"><img 
src="../../workflows/windows/badge.svg"></a>
 
 =for HTML <a href='https://ci.appveyor.com/project/briandfoy/tie-cycle'><img 
src='https://ci.appveyor.com/api/projects/status/ghir4biemgd8p717' /></a>
 
@@ -10,7 +14,7 @@
 
 =for HTML <a 
href="https://github.com/briandfoy/tie-cycle/blob/master/LICENSE";><img 
src="https://img.shields.io/cpan/l/Tie-Cycle.svg"; /></a>
 
-=for HTML <a href="http://www.metacpan.org/module/Tie::Cycle";><img 
src="https://img.shields.io/cpan/v/Tie-Cycle.svg"; /></A>
+=for HTML <a href="https://metacpan.org/pod/Tie::Cycle";><img 
src="https://img.shields.io/cpan/v/Tie-Cycle.svg"; /></A>
 
 =head1 The Tie::Cycle module
 
@@ -27,7 +31,7 @@
 
 To read about L<Tie::Cycle>, look at the embedded documentation
 in the module itself. Inside the distribution, you can format it
-with L<perldoc|http://perldoc.perl.org/perldoc.html>:
+with L<perldoc|https://perldoc.perl.orgperldoc.html>:
 
        % perldoc lib/Tie/Cycle.pm
 
@@ -36,18 +40,8 @@
 
        % perldoc Tie::Cycle
 
-You can read the documentation and inspect the meta data on one of the
-CPAN web interfaces, such as L<CPAN
-Search|http://search.cpan.org/dist/Tie-Cycle> or
-L<MetaCPAN|http://www.metacpan.org/module/Tie::Cycle>:
-
-=over 4
-
-=item *        L<http://search.cpan.org/dist/Tie-Cycle>
-
-=item *        L<http://www.metacpan.org/module/Tie::Cycle>
-
-=back
+You can read the documentation and inspect the meta data at
+L<MetaCPAN|https://metacpan.org/pod/Tie::Cycle1>.
 
 The standard module documentation has example uses in the SYNOPSIS
 section, but you can also look in the I<examples/> directory (if it's
@@ -112,7 +106,7 @@
 you diagnose your problem.
 
 You might like to read L<brian's Guide to Solving Any Perl
-Problem|http://archive.oreilly.com/pub/a/perl/excerpts/9780596527242/brians-guide.html>.
+Problem|https://briandfoy.github.io/brians-guide-to-solving-any-perl-problem/>.
 
 =head2 Copyright and License
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.225/lib/Tie/Cycle.pm 
new/Tie-Cycle-1.226/lib/Tie/Cycle.pm
--- old/Tie-Cycle-1.225/lib/Tie/Cycle.pm        2017-07-09 19:49:55.000000000 
+0200
+++ new/Tie-Cycle-1.226/lib/Tie/Cycle.pm        2021-01-12 10:38:42.000000000 
+0100
@@ -1,7 +1,7 @@
 package Tie::Cycle;
 use strict;
 
-our $VERSION = '1.225';
+our $VERSION = '1.226';
 
 use Carp qw(carp);
 
@@ -147,7 +147,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright ?? 2000-2017, brian d foy C<< <bd...@cpan.org> >>. All rights 
reserved.
+Copyright ?? 2000-2021, brian d foy C<< <bd...@cpan.org> >>. All rights 
reserved.
 This software is available under the Artistic License 2.0.
 
 =cut

Reply via email to