3 Commits

Author SHA256 Message Date
6ed06e604a Add Gitea build results 2025-08-12 18:16:38 +02:00
9799e9e2a9 Accepting request 1270600 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1270600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Usage?expand=0&rev=7
2025-04-18 14:21:08 +00:00
Lars Vogdt
c9ca729958 Accepting request 1269384 from devel:languages:perl:autoupdate
- updated to 2.05
   see /usr/share/doc/packages/perl-Pod-Usage/Changes
  2.05      2025-03-29
  - merged PR #27, fixing spurious Exporter inheritance
  2.04      2025-03-25
  - merged three pull requests, removing the internal Pod::PlainText
  - fixed Github: Relies on formatter to inherit from Exporter #17

OBS-URL: https://build.opensuse.org/request/show/1269384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=18
2025-04-17 16:19:41 +00:00
5 changed files with 31 additions and 6 deletions

View File

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

3
Pod-Usage-2.05.tar.gz Normal file
View File

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

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-Pod-Usage/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-Pod-Usage)

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 30 05:33:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.05
see /usr/share/doc/packages/perl-Pod-Usage/Changes
2.05 2025-03-29
- merged PR #27, fixing spurious Exporter inheritance
2.04 2025-03-25
- merged three pull requests, removing the internal Pod::PlainText
- fixed Github: Relies on formatter to inherit from Exporter #17
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 22 03:09:07 UTC 2022 - Tina Müller <timueller+perl@suse.de> Sun May 22 03:09:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Pod-Usage # spec file for package perl-Pod-Usage
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# 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,7 +18,7 @@
%define cpan_name Pod-Usage %define cpan_name Pod-Usage
Name: perl-Pod-Usage Name: perl-Pod-Usage
Version: 2.03 Version: 2.05
Release: 0 Release: 0
#Upstream: Artistic-1.0 or GPL-1.0-or-later #Upstream: Artistic-1.0 or GPL-1.0-or-later
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
@@ -26,6 +26,7 @@ Summary: Extracts POD documentation and shows usage information
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -47,7 +48,7 @@ description (if present) of the command line options and arguments. If the
verbose level is 2, then the entire manual page is printed. verbose level is 2, then the entire manual page is printed.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor