diff --git a/Pod-Parser-1.66.tar.gz b/Pod-Parser-1.66.tar.gz deleted file mode 100644 index 0ae990f..0000000 --- a/Pod-Parser-1.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22928a7bffe61b452c05bbbb8f5216d4b9cf9fe2a849b776c25500d24d20df7c -size 84064 diff --git a/Pod-Parser-1.67.tar.gz b/Pod-Parser-1.67.tar.gz new file mode 100644 index 0000000..190385c --- /dev/null +++ b/Pod-Parser-1.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deccbf55d750ce65588cd211c1a03fa1ef3aaa15d1ac2b8d85383a42c1427ea +size 80961 diff --git a/perl-Pod-Parser.changes b/perl-Pod-Parser.changes index 229cb10..0ed6b90 100644 --- a/perl-Pod-Parser.changes +++ b/perl-Pod-Parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 4 03:08:24 UTC 2024 - Tina Müller + +- updated to 1.67 + see /usr/share/doc/packages/perl-Pod-Parser/CHANGES + ------------------------------------------------------------------- Sun Apr 23 03:06:36 UTC 2023 - Tina Müller diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec index fe9e36a..ff8aaf4 100644 --- a/perl-Pod-Parser.spec +++ b/perl-Pod-Parser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-Parser # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,32 @@ %define cpan_name Pod-Parser Name: perl-Pod-Parser -Version: 1.66 +Version: 1.670.0 Release: 0 +%define cpan_version 1.67 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Modules for parsing/translating POD format documents 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}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +Provides: perl(Pod::Cache) +Provides: perl(Pod::Cache::Item) +Provides: perl(Pod::Find) = %{version} +Provides: perl(Pod::Hyperlink) +Provides: perl(Pod::InputObjects) = %{version} +Provides: perl(Pod::InputSource) +Provides: perl(Pod::InteriorSequence) +Provides: perl(Pod::List) +Provides: perl(Pod::Paragraph) +Provides: perl(Pod::ParseTree) +Provides: perl(Pod::ParseUtils) = %{version} +Provides: perl(Pod::Parser) = %{version} +Provides: perl(Pod::PlainText) = 2.07 +Provides: perl(Pod::Select) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description @@ -45,7 +61,7 @@ components of the POD. Subclasses of *Pod::Parser* override these methods to translate the POD into whatever output format they desire. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644