Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-XML-Atom for openSUSE:Factory checked in at 2025-11-28 16:54:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-Atom (Old) and /work/SRC/openSUSE:Factory/.perl-XML-Atom.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-Atom" Fri Nov 28 16:54:07 2025 rev:4 rq:1320474 version:0.430.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-Atom/perl-XML-Atom.changes 2021-05-04 22:01:39.956448070 +0200 +++ /work/SRC/openSUSE:Factory/.perl-XML-Atom.new.14147/perl-XML-Atom.changes 2025-11-28 16:56:35.167516539 +0100 @@ -1,0 +2,6 @@ +Fri Nov 28 12:29:55 UTC 2025 - Tina Müller <[email protected]> + +- Normalize CPAN version + See https://github.com/openSUSE/cpanspec/issues/47 for details + +------------------------------------------------------------------- New: ---- README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-Atom.spec ++++++ --- /var/tmp/diff_new_pack.aFzCFL/_old 2025-11-28 16:56:36.251562182 +0100 +++ /var/tmp/diff_new_pack.aFzCFL/_new 2025-11-28 16:56:36.251562182 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-XML-Atom # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 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,13 +18,16 @@ %define cpan_name XML-Atom Name: perl-XML-Atom -Version: 0.43 +Version: 0.430.0 Release: 0 -Summary: Atom feed and API implementation +# 0.43 -> normalize -> 0.430.0 +%define cpan_version 0.43 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Atom feed and API implementation URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros @@ -34,18 +37,35 @@ BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(Module::Build::Tiny) >= 0.034 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build::Tiny) >= 0.34 BuildRequires: perl(URI) -BuildRequires: perl(XML::LibXML) >= 2.0202 -BuildRequires: perl(XML::XPath) >= 1.20 +BuildRequires: perl(XML::LibXML) >= 2.20.200 +BuildRequires: perl(XML::XPath) >= 1.200 Requires: perl(Class::Data::Inheritable) Requires: perl(DateTime) Requires: perl(DateTime::TimeZone) Requires: perl(Digest::SHA) Requires: perl(LWP::UserAgent) Requires: perl(URI) -Requires: perl(XML::LibXML) >= 2.0202 -Requires: perl(XML::XPath) >= 1.20 +Requires: perl(XML::LibXML) >= 2.20.200 +Requires: perl(XML::XPath) >= 1.200 +Provides: perl(LWP::UserAgent::AtomClient) +Provides: perl(XML::Atom) = %{version} +Provides: perl(XML::Atom::Base) +Provides: perl(XML::Atom::Category) +Provides: perl(XML::Atom::Client) +Provides: perl(XML::Atom::Content) +Provides: perl(XML::Atom::Entry) +Provides: perl(XML::Atom::ErrorHandler) +Provides: perl(XML::Atom::Feed) +Provides: perl(XML::Atom::Link) +Provides: perl(XML::Atom::Namespace) +Provides: perl(XML::Atom::Person) +Provides: perl(XML::Atom::Server) +Provides: perl(XML::Atom::Thing) +Provides: perl(XML::Atom::Util) +%undefine __perllib_provides %{perl_requires} %description @@ -54,8 +74,9 @@ API. %prep -%autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Build.PL --installdirs=vendor ++++++ 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)  ++++++ _scmsync.obsinfo ++++++ mtime: 1764333013 commit: 5c695bd2bc37955f1bfed78c242c2e03c980899e2622e443aecd515b4afa4434 url: https://src.opensuse.org/perl/perl-XML-Atom.git revision: 5c695bd2bc37955f1bfed78c242c2e03c980899e2622e443aecd515b4afa4434 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 2025-11-28 13:32:58.000000000 +0100 @@ -0,0 +1 @@ +.osc
