8
0

2 Commits

Author SHA256 Message Date
82d6f1776b 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
da5a8b6153 - 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/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=18
2025-04-17 16:19:41 +00:00
4 changed files with 18 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

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
@@ -47,7 +47,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