Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
dd26ba3e29 | |||
68c1f09e83 | |||
eaca9c8298 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff8731bd2b1df83347dfb6afe9ca15c04d2ecd8b288e5793d095eaf956b6b028
|
||||
size 59303
|
3
MooseX-Getopt-0.78.tar.gz
Normal file
3
MooseX-Getopt-0.78.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ae89620f38827dbad2313a4e5f734049958f5d6212bd62abdbcb8ae936dcbc7
|
||||
size 56008
|
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,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 05:33:10 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.780.0 (0.78)
|
||||
see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
|
||||
|
||||
0.78 2025-01-03 17:07:02Z
|
||||
- improve author-only warning tests
|
||||
|
||||
0.77 2025-01-03 01:19:11Z
|
||||
- Fix broken test of overriding Getopt::Long options (RT#158253)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:44:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Getopt
|
||||
#
|
||||
# Copyright (c) 2024 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,15 +18,17 @@
|
||||
|
||||
%define cpan_name MooseX-Getopt
|
||||
Name: perl-MooseX-Getopt
|
||||
Version: 0.760.0
|
||||
Version: 0.780.0
|
||||
Release: 0
|
||||
%define cpan_version 0.76
|
||||
# 0.78 -> normalize -> 0.780.0
|
||||
%define cpan_version 0.78
|
||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Moose role for processing command line options
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -44,6 +46,7 @@ BuildRequires: perl(Moose::Util)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(MooseX::Role::Parameterized) >= 1.01
|
||||
BuildRequires: perl(Path::Tiny) >= 0.009
|
||||
BuildRequires: perl(Test2::V0)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||
BuildRequires: perl(Test::Moose)
|
||||
|
Reference in New Issue
Block a user