Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-IRI for openSUSE:Factory 
checked in at 2026-05-18 17:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IRI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-IRI.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IRI"

Mon May 18 17:48:05 2026 rev:9 rq:1353761 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-IRI/perl-IRI.changes        2025-01-07 
20:53:07.976201681 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IRI.new.1966/perl-IRI.changes      
2026-05-18 17:48:52.994450919 +0200
@@ -1,0 +2,12 @@
+Tue May  5 07:31:32 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.14.0 (0.014)
+   see /usr/share/doc/packages/perl-IRI/Changes
+
+  0.014  2026-05-04
+
+   - (Update) New version to address bad SIGNATURE in 0.13 release.
+   - (Update) Update Makefile.PL to use GNU tar on MacOS when creating new
+     releases.
+
+-------------------------------------------------------------------

Old:
----
  IRI-0.013.tar.gz

New:
----
  IRI-0.014.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-IRI.spec ++++++
--- /var/tmp/diff_new_pack.Ws4EqD/_old  2026-05-18 17:48:53.530473068 +0200
+++ /var/tmp/diff_new_pack.Ws4EqD/_new  2026-05-18 17:48:53.538473399 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IRI
 #
-# Copyright (c) 2024 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,15 +18,16 @@
 
 %define cpan_name IRI
 Name:           perl-IRI
-Version:        0.13.0
+Version:        0.14.0
 Release:        0
-# 0.013 -> normalize -> 0.13.0
-%define cpan_version 0.013
+# 0.014 -> normalize -> 0.14.0
+%define cpan_version 0.014
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Internationalized Resource Identifiers
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -35,11 +36,11 @@
 BuildRequires:  perl(MooX::HandlesVia)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(Type::Tiny) >= 0.008
+BuildRequires:  perl(Type::Tiny) >= 0.8
 BuildRequires:  perl(URI)
 Requires:       perl(Moo)
 Requires:       perl(MooX::HandlesVia)
-Requires:       perl(Type::Tiny) >= 0.008
+Requires:       perl(Type::Tiny) >= 0.8
 Provides:       perl(IRI) = %{version}
 %undefine       __perllib_provides
 %{perl_requires}
@@ -51,7 +52,7 @@
 serializing, and base resolution.
 
 %prep
-%autosetup  -n %{cpan_name}-%{cpan_version}
+%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
 

++++++ IRI-0.013.tar.gz -> IRI-0.014.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.013/Changes new/IRI-0.014/Changes
--- old/IRI-0.013/Changes       2024-09-29 18:23:25.415752061 +0200
+++ new/IRI-0.014/Changes       2026-05-05 00:39:01.000000000 +0200
@@ -6,6 +6,12 @@
 Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=IRI>
 Maintainer:   Gregory Todd Williams <mailto:[email protected]>
 
+0.014  2026-05-04
+
+ - (Update) New version to address bad SIGNATURE in 0.13 release.
+ - (Update) Update Makefile.PL to use GNU tar on MacOS when creating new
+   releases.
+
 0.013  2024-09-29
 
  - (Update) New version to address bad data in META.yml in 0.12 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.013/META.yml new/IRI-0.014/META.yml
--- old/IRI-0.013/META.yml      2024-09-29 18:23:25.000000000 +0200
+++ new/IRI-0.014/META.yml      2026-05-05 00:39:01.000000000 +0200
@@ -33,4 +33,4 @@
   homepage: http://search.cpan.org/dist/IRI/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/kasei/perl-iri/
-version: '0.013'
+version: '0.014'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.013/Makefile.PL new/IRI-0.014/Makefile.PL
--- old/IRI-0.013/Makefile.PL   2020-02-20 06:04:28.000000000 +0100
+++ new/IRI-0.014/Makefile.PL   2026-05-05 00:15:24.000000000 +0200
@@ -3,6 +3,8 @@
 
 use lib '.';
 use inc::Module::Install;
+use Module::Install::DOAPChangeSets;
+use Module::Install::AuthorTests;
 
 name                           'IRI';
 all_from                       'lib/IRI.pm';
@@ -29,5 +31,16 @@
 
 write_doap_changes "meta/changes.ttl", "Changes", "turtle";
 
-sign;
+# On MacOS, prefer homebrew-installed GNU tar so that we don't include 
Mac-specific
+# extended header data (which results in "Ignoring unknown extended header 
keyword"
+# messages on non-Mac systems when extracting data.
+if (-x '/opt/homebrew/bin/gtar') {
+       makemaker_args(
+               dist => {
+                       TAR => '/opt/homebrew/bin/gtar'
+               }
+       );
+}
+
+sign if ! exists $ENV{CI};
 WriteAll;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.013/SIGNATURE new/IRI-0.014/SIGNATURE
--- old/IRI-0.013/SIGNATURE     2024-09-29 18:23:29.000000000 +0200
+++ new/IRI-0.014/SIGNATURE     2026-05-05 00:39:06.000000000 +0200
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.88.
+signed via the Module::Signature module, version 0.93.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,10 +14,10 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: RIPEMD160
 
-SHA256 c719fe7260a2234277fb32f0bf48bc20cf3c797c9b194e4a56214db2105e44fa Changes
+SHA256 55f30bc88f7388f80e4ca767272c14d30537016e595ab76ee51b8d6a56082d1a Changes
 SHA256 0cb463fb465ba4f5639147e857b956462fc2cfee2df68554f019bc405f431370 
MANIFEST
-SHA256 ef2aa244a3abcd23cc2d952912304c16655621a6b0c4bd1139952c5624e58ade 
META.yml
-SHA256 59b2ee817b8a2627406847471057df3cfbc0d5268192fbefc8d2afc0e9a50959 
Makefile.PL
+SHA256 9347e1662e662291737b66556683b8e1f243223e16b7ddc4dcb5367b66530818 
META.yml
+SHA256 e912a0a02f0c88b7c7df693622b791dcf000c5d65311d5472e54ed7eb5ee2a2b 
Makefile.PL
 SHA256 12340142517a8cd8cbc74570cec1e9f0b209b701917a054cb57306e55a6f035d README
 SHA256 cd5397bbe618f5bbd4e12a33b0cf5d21114e771c2dbd0ce28e2135beb52c35a8 
inc/Module/Install.pm
 SHA256 1b5430a46a35142ef8914d8c745196fca825defc9dfa7e389299bf294613825e 
inc/Module/Install/AuthorTests.pm
@@ -29,8 +29,8 @@
 SHA256 14556386168007ce913e669fc08a332ccdb6140246fd55a90c879b5190c1b57a 
inc/Module/Install/Metadata.pm
 SHA256 4c746c02c5cc19bed4c352e76205b4adff4c45ce8310d71294e1b83c059659c2 
inc/Module/Install/Win32.pm
 SHA256 d3d9b4583243c470ae895defa4c44564485b53693cba1c50ab0320768f443e97 
inc/Module/Install/WriteAll.pm
-SHA256 70ce2c66074e5cf95a2932b186fc2f876efaec86f6e1e20d326b85453f211c8f 
lib/IRI.pm
-SHA256 bbceafb90362a8518ecb267bdf2cc74d9ff2ca609c0d4574615d6b514f8a9da7 
meta/changes.ttl
+SHA256 2b26528304b988be5dae4077927b2237b10acc088710f53afe418bbe444446d3 
lib/IRI.pm
+SHA256 d7d48e241851031d72ff569815ddf9fb0e028e45c42db104b77f4bcd84c7d54d 
meta/changes.ttl
 SHA256 4417564b7d518113f64bed37b71cc2e71878f4439d4f0483a352a340c7307dc0 
t/00-simple.t
 SHA256 7de4d22c6f2109895c9ce998cd516b26c28d8742bde50f34f59e7bdc8486996f 
t/base_resolution.t
 SHA256 1737883fcdb17ca4f32bc68154fb8c1c56b6983a9d7b2746790de7286cc53b21 
t/bugs.t
@@ -38,3 +38,9 @@
 SHA256 2bed522ac451881ad783c7ead37f0ab4a2b7e17abdd43be61e696c8f5d480fa0 t/rel.t
 SHA256 76a58ab06a5b907415ab8835240c4af63272d60435f381eff60700c1885338d6 
xt/pod-coverage.t
 SHA256 2b04b20ff767801fde2fb6435361dc8ca0a9b60dda6cb0bbd18dd52962e1c1a3 
xt/pod.t
+-----BEGIN PGP SIGNATURE-----
+
+iF0EAREDAB0WIQSC+8GhU5AgVmDLxA+E8rpUyqjILQUCafkgBwAKCRCE8rpUyqjI
+LWWWAKCK7GQZJ9Jcdi6A4xytL0+ac3WX9wCgs56ZNI7EXegeaZooCJT5g76sHLE=
+=s9L8
+-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.013/lib/IRI.pm new/IRI-0.014/lib/IRI.pm
--- old/IRI-0.013/lib/IRI.pm    2024-09-29 18:17:25.551059747 +0200
+++ new/IRI-0.014/lib/IRI.pm    2026-05-05 00:35:23.000000000 +0200
@@ -6,7 +6,7 @@
 
 =head1 VERSION
 
-This document describes IRI version 0.013
+This document describes IRI version 0.014
 
 =head1 SYNOPSIS
 
@@ -80,7 +80,7 @@
        package IRI; 
        use v5.10.1;
        use warnings;
-       our $VERSION    = '0.013';
+       our $VERSION    = '0.014';
        use Moo;
        use MooX::HandlesVia;
        use Types::Standard qw(Str InstanceOf HashRef Bool);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.013/meta/changes.ttl 
new/IRI-0.014/meta/changes.ttl
--- old/IRI-0.013/meta/changes.ttl      2024-09-29 18:23:04.025903468 +0200
+++ new/IRI-0.014/meta/changes.ttl      2026-05-05 00:37:50.000000000 +0200
@@ -15,6 +15,21 @@
        .
 
 
+<http://kasei.us/code/files/IRI-0.014.tar.gz>
+       dcterms:isVersionOf my:project ;
+       dcterms:replaces    <http://kasei.us/code/files/IRI-0.013.tar.gz> ;
+       
+       doap:Version [
+               doap:revision   "0.014" ;
+               doap:created    "2026-05-04" ;
+       ] ;
+       asc:changes [
+               asc:update              "Update Makefile.PL to use GNU tar on 
MacOS when creating new releases." ;
+               asc:update              "New version to address bad SIGNATURE 
in 0.13 release." ;
+       ] ;
+       .
+
+
 <http://kasei.us/code/files/IRI-0.013.tar.gz>
        dcterms:isVersionOf my:project ;
        dcterms:replaces    <http://kasei.us/code/files/IRI-0.012.tar.gz> ;

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-IRI/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-IRI)



++++++ _scmsync.obsinfo ++++++
mtime: 1777966292
commit: e4f937af1817d57f9e501b3dd2f2b4e095687c7319637e9ccdda921766be38f7
url: https://src.opensuse.org/perl/perl-IRI
revision: e4f937af1817d57f9e501b3dd2f2b4e095687c7319637e9ccdda921766be38f7
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-05-05 09:31:32.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to