Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
fb01603b1f | |||
774a9c7d7f | |||
4cfd7857db | |||
989439f7d8 | |||
63aff58423 | |||
ff9a7c6231 | |||
3f699c17f6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:777ca175a537d9e3e350668c0f729728b2dba567557dd9feaf1a6af2cff32692
|
||||
size 98697
|
3
Module-Signature-0.93.tar.gz
Normal file
3
Module-Signature-0.93.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0b128ec34152540f05187b8412808ed3661aa57e81c1cf959d06c35295b1f3a
|
||||
size 92260
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

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

|
||||
|
||||
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 28 05:33:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.930.0 (0.93)
|
||||
see /usr/share/doc/packages/perl-Module-Signature/Changes
|
||||
|
||||
Revision history for Module::Signature.
|
||||
0.93 -- Fri Jun 27 16:38:26 ADT 2025
|
||||
* Fixes Issue #44 - cpansign script not installed with version 0.92
|
||||
0.92 -- Wed Jun 25 14:29:30 ADT 2025
|
||||
* Release 0.91-TRIAL as production release. Includes:
|
||||
* Add SECURITY.md policy
|
||||
* move to three-arg open
|
||||
* Remove spaces from eol
|
||||
* Change build process to Dist::Zilla
|
||||
0.91 -- Tue Jun 24 12:18:51 ADT 2025
|
||||
* Add SECURITY.md policy
|
||||
* move to three-arg open
|
||||
* Remove spaces from eol
|
||||
* Change build process to Dist::Zilla
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 05:35:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.900.0 (0.90)
|
||||
see /usr/share/doc/packages/perl-Module-Signature/Changes
|
||||
|
||||
[Changes for 0.90 - Wed Jun 11 21:51:22 ADT 2025]
|
||||
|
||||
* Fixes RT#166901: Suspicious fail on signature file with an unexpected empty line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:34:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.890.0 (0.89)
|
||||
see /usr/share/doc/packages/perl-Module-Signature/Changes
|
||||
|
||||
[Changes for 0.89 - Fri Sep 13 21:56:06 ADT 2024]
|
||||
|
||||
* Replace keyserver with keyserver.ubuntu.com (haarg)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 19 03:06:27 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Signature
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,19 +18,24 @@
|
||||
|
||||
%define cpan_name Module-Signature
|
||||
Name: perl-Module-Signature
|
||||
Version: 0.88
|
||||
Version: 0.930.0
|
||||
Release: 0
|
||||
#Upstream: SUSE-Public-Domain
|
||||
# 0.93 -> normalize -> 0.930.0
|
||||
%define cpan_version 0.93
|
||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||
License: (Artistic-1.0 OR GPL-1.0-or-later) AND CC0-1.0
|
||||
Summary: Module signature file manipulation
|
||||
License: CC0-1.0 AND (GPL-1.0-or-later OR Artistic-1.0)
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
||||
BuildRequires: perl(IPC::Run)
|
||||
Provides: perl(Module::Signature) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: gpg
|
||||
@@ -62,13 +67,14 @@ authors are strongly encouraged to regenerate their _SIGNATURE_ files.
|
||||
Users verifying old SHA1 signature files will receive a warning.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
# MANUAL BEGIN
|
||||
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
|
||||
# MANUAL END
|
||||
|
||||
%build
|
||||
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
@@ -80,6 +86,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc ANDK2020.pub AUDREYT2018.pub AUTHORS Changes NIKLASHOLM2018.pub PAUSE2022.pub README
|
||||
%doc ANDK2020.pub AUDREYT2018.pub AUTHORS Changes NIKLASHOLM2018.pub PAUSE2022.pub SECURITY.md TIMLEGGE2024.pub
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user