WIP: Automatic update to v1.252.770 (1.252770) #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Dist-Zilla-Plugin-Signature:autoupdate into main
4 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5e50e10a338597625d547a83963267ca7badc66484d89b670d29381540f0237
size 9765

BIN
Dist-Zilla-Plugin-Signature-1.252770.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 9 19:58:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.252.770 (1.252770)
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Signature/Changes
1.252770 -- Sun Oct 05 01:22:11 CEST 2025
* Distribution ownership transferred to Mikko Koivunalho <mikkoi@cpan.org> 2025-10-03.
Please see https://github.com/gbarr/Dist-Zilla-Plugin-Signature/pull/1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 12 17:02:23 UTC 2024 - Tina Müller <tina.mueller@suse.com> Tue Mar 12 17:02:23 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Dist-Zilla-Plugin-Signature # spec file for package perl-Dist-Zilla-Plugin-Signature
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,20 @@
%define cpan_name Dist-Zilla-Plugin-Signature %define cpan_name Dist-Zilla-Plugin-Signature
Name: perl-Dist-Zilla-Plugin-Signature Name: perl-Dist-Zilla-Plugin-Signature
Version: 1.100.930 Version: 1.252.770
Release: 0 Release: 0
%define cpan_version 1.100930 # 1.252770 -> normalize -> 1.252.770
%define cpan_version 1.252770
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Sign releases with Module::Signature Summary: Sign releases with Module::Signature
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MI/MIKKOI/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Dist::Zilla) >= 2.100921
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(File::chdir) BuildRequires: perl(File::chdir)
BuildRequires: perl(Module::Signature) BuildRequires: perl(Module::Signature)
Requires: perl(Dist::Zilla) >= 2.100921
Requires: perl(File::chdir) Requires: perl(File::chdir)
Requires: perl(Module::Signature) Requires: perl(Module::Signature)
Provides: perl(Dist::Zilla::Plugin::Signature) = %{version} Provides: perl(Dist::Zilla::Plugin::Signature) = %{version}
@@ -47,7 +45,7 @@ This plugin should appear after any other AfterBuild plugin in your
'dist.ini' file to ensre that no files are modified after it has been run 'dist.ini' file to ensre that no files are modified after it has been run
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor