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 2026-01-21 14:13:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Tie-Cycle (Old) and /work/SRC/openSUSE:Factory/.perl-Tie-Cycle.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Tie-Cycle" Wed Jan 21 14:13:09 2026 rev:16 rq:1327639 version:1.233.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Tie-Cycle/perl-Tie-Cycle.changes 2025-05-23 14:31:24.554747402 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Tie-Cycle.new.1928/perl-Tie-Cycle.changes 2026-01-21 14:13:17.924688517 +0100 @@ -1,0 +2,12 @@ +Thu Jan 8 05:46:11 UTC 2026 - Tina Müller <[email protected]> + +- updated to 1.233.0 (1.233) + see /usr/share/doc/packages/perl-Tie-Cycle/Changes + + 1.233 2026-01-07T15:26:59Z + * remove errant file from MANIFEST (#14) + + 1.232 2026-01-06T09:19:34Z + * refresh for latest release process + +------------------------------------------------------------------- Old: ---- Tie-Cycle-1.231.tar.gz New: ---- README.md Tie-Cycle-1.233.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Tie-Cycle.spec ++++++ --- /var/tmp/diff_new_pack.1fw6ef/_old 2026-01-21 14:13:18.912729787 +0100 +++ /var/tmp/diff_new_pack.1fw6ef/_new 2026-01-21 14:13:18.912729787 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Tie-Cycle # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,21 @@ %define cpan_name Tie-Cycle Name: perl-Tie-Cycle -Version: 1.231.0 +Version: 1.233.0 Release: 0 -# 1.231 -> normalize -> 1.231.0 -%define cpan_version 1.231 +# 1.233 -> normalize -> 1.233.0 +%define cpan_version 1.233 License: Artistic-2.0 Summary: Cycle through a list of values via a scalar URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::More) >= 1 -BuildRequires: perl(version) >= 0.86 Provides: perl(Tie::Cycle) = %{version} %undefine __perllib_provides %{perl_requires} ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ Tie-Cycle-1.231.tar.gz -> Tie-Cycle-1.233.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/Changes new/Tie-Cycle-1.233/Changes --- old/Tie-Cycle-1.231/Changes 2025-04-13 21:31:08.000000000 +0200 +++ new/Tie-Cycle-1.233/Changes 2026-01-07 16:26:59.000000000 +0100 @@ -1,5 +1,11 @@ Revision history for Perl module Tie::Cycle +1.233 2026-01-07T15:26:59Z + * remove errant file from MANIFEST (#14) + +1.232 2026-01-06T09:19:34Z + * refresh for latest release process + 1.231 2025-04-13T19:31:08Z * require a newer version.pm for v5.10.1 tests diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/MANIFEST new/Tie-Cycle-1.233/MANIFEST --- old/Tie-Cycle-1.231/MANIFEST 2025-04-13 21:31:09.000000000 +0200 +++ new/Tie-Cycle-1.233/MANIFEST 2026-01-07 16:26:59.000000000 +0100 @@ -1,4 +1,3 @@ -.downstream.json Changes CONTRIBUTING.md examples/README diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/MANIFEST.SKIP new/Tie-Cycle-1.233/MANIFEST.SKIP --- old/Tie-Cycle-1.231/MANIFEST.SKIP 2025-04-13 21:31:08.000000000 +0200 +++ new/Tie-Cycle-1.233/MANIFEST.SKIP 2026-01-07 16:26:59.000000000 +0100 @@ -71,3 +71,5 @@ \A\.github\b \.gitattributes\b + +.downstream.json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/META.json new/Tie-Cycle-1.233/META.json --- old/Tie-Cycle-1.231/META.json 2025-04-13 21:31:09.000000000 +0200 +++ new/Tie-Cycle-1.233/META.json 2026-01-07 16:26:59.000000000 +0100 @@ -37,8 +37,7 @@ }, "test" : { "requires" : { - "Test::More" : "1", - "version" : "0.86" + "Test::More" : "1" } } }, @@ -54,6 +53,6 @@ "web" : "https://github.com/briandfoy/tie-cycle" } }, - "version" : "1.231", + "version" : "1.233", "x_serialization_backend" : "JSON::PP version 4.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/META.yml new/Tie-Cycle-1.233/META.yml --- old/Tie-Cycle-1.231/META.yml 2025-04-13 21:31:09.000000000 +0200 +++ new/Tie-Cycle-1.233/META.yml 2026-01-07 16:26:59.000000000 +0100 @@ -4,7 +4,6 @@ - 'brian d foy <[email protected]>' build_requires: Test::More: '1' - version: '0.86' configure_requires: ExtUtils::MakeMaker: '6.64' File::Spec::Functions: '0' @@ -26,5 +25,5 @@ bugtracker: https://github.com/briandfoy/tie-cycle/issues homepage: https://github.com/briandfoy/tie-cycle repository: https://github.com/briandfoy/tie-cycle -version: '1.231' +version: '1.233' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/Makefile.PL new/Tie-Cycle-1.233/Makefile.PL --- old/Tie-Cycle-1.231/Makefile.PL 2025-04-13 21:31:08.000000000 +0200 +++ new/Tie-Cycle-1.233/Makefile.PL 2026-01-07 16:26:59.000000000 +0100 @@ -62,7 +62,6 @@ 'TEST_REQUIRES' => { 'Test::More' => '1', - 'version' => '0.86', }, 'PREREQ_PM' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/lib/Tie/Cycle.pm new/Tie-Cycle-1.233/lib/Tie/Cycle.pm --- old/Tie-Cycle-1.231/lib/Tie/Cycle.pm 2025-04-13 21:31:08.000000000 +0200 +++ new/Tie-Cycle-1.233/lib/Tie/Cycle.pm 2026-01-07 16:26:59.000000000 +0100 @@ -1,7 +1,7 @@ package Tie::Cycle; use strict; -our $VERSION = '1.231'; +our $VERSION = '1.233'; use Carp qw(carp); @@ -68,7 +68,7 @@ $self->[ITEM_COL][ $index ] } -"Tie::Cycle"; +__PACKAGE__; __END__ @@ -147,7 +147,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright © 2000-2025, brian d foy C<< <[email protected]> >>. All rights reserved. +Copyright © 2000-2026, brian d foy C<< <[email protected]> >>. All rights reserved. This software is available under the Artistic License 2.0. =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tie-Cycle-1.231/xt/changes.t new/Tie-Cycle-1.233/xt/changes.t --- old/Tie-Cycle-1.231/xt/changes.t 2025-04-13 21:31:08.000000000 +0200 +++ new/Tie-Cycle-1.233/xt/changes.t 2026-01-07 16:26:59.000000000 +0100 @@ -1,4 +1,4 @@ use Test::More; -eval 'use Test::CPAN::Changes'; -plan skip_all => 'Test::CPAN::Changes required for this test' if $@; +eval 'use Test::CPAN::Changes 0.500005'; +plan skip_all => 'Test::CPAN::Changes 0.500005 required for this test' if $@; changes_ok(); ++++++ _scmsync.obsinfo ++++++ mtime: 1767851171 commit: 851e4fcf48a0f0645ffae9932caa45f2bf3290e2d263b0e266848101b5d64249 url: https://src.opensuse.org/perl/perl-Tie-Cycle.git revision: 851e4fcf48a0f0645ffae9932caa45f2bf3290e2d263b0e266848101b5d64249 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-01-15 20:50:37.000000000 +0100 @@ -0,0 +1 @@ +.osc
