8
0

Compare commits

3 Commits

Author SHA256 Message Date
dd26ba3e29 Add Gitea build results 2025-08-12 18:15:42 +02:00
68c1f09e83 Accepting request 1237568 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MooseX-Getopt?expand=0&rev=25
2025-01-14 15:22:51 +00:00
eaca9c8298 Accepting request 1236694 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1236694
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Getopt?expand=0&rev=45
2025-01-13 21:45:37 +00:00
5 changed files with 33 additions and 6 deletions

View File

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

View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-MooseX-Getopt/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-MooseX-Getopt)

View File

@@ -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>

View File

@@ -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)