diff --git a/Pod-AsciiDoctor-0.102002.tar.gz b/Pod-AsciiDoctor-0.102002.tar.gz deleted file mode 100644 index d76ee67..0000000 --- a/Pod-AsciiDoctor-0.102002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54bd32c458633a70c1879ba8fe7d21bf68d05523e73ce780b446c36032a85264 -size 20149 diff --git a/Pod-AsciiDoctor-0.102003.tar.gz b/Pod-AsciiDoctor-0.102003.tar.gz new file mode 100644 index 0000000..c6b77d3 --- /dev/null +++ b/Pod-AsciiDoctor-0.102003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d08d0ebc41045fe7a777b9968c79c2633657cc6d298cc3a20fe4a662fd85438 +size 20616 diff --git a/perl-Pod-AsciiDoctor.changes b/perl-Pod-AsciiDoctor.changes index ee573b1..bb95305 100644 --- a/perl-Pod-AsciiDoctor.changes +++ b/perl-Pod-AsciiDoctor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 2 15:31:48 UTC 2026 - Tina Müller + +- updated to 0.102003 + see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes + + 0.102003 2025-12-24 + + - Make bin/pod2asciidoctor handle UTF-8 properly + ------------------------------------------------------------------- Fri Mar 22 16:35:59 UTC 2024 - Tina Müller diff --git a/perl-Pod-AsciiDoctor.spec b/perl-Pod-AsciiDoctor.spec index 5ba0a51..746011d 100644 --- a/perl-Pod-AsciiDoctor.spec +++ b/perl-Pod-AsciiDoctor.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-AsciiDoctor # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Pod-AsciiDoctor Name: perl-Pod-AsciiDoctor -Version: 0.102002 +Version: 0.102003 Release: 0 License: Apache-2.0 Summary: Convert from POD to AsciiDoc @@ -29,14 +29,14 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.28 +BuildRequires: perl(Module::Build) >= 0.280 BuildRequires: perl(Path::Tiny) -BuildRequires: perl(Pod::Parser) >= 1.65 +BuildRequires: perl(Pod::Parser) >= 1.650 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(autodie) BuildRequires: perl(parent) Requires: perl(Path::Tiny) -Requires: perl(Pod::Parser) >= 1.65 +Requires: perl(Pod::Parser) >= 1.650 Requires: perl(autodie) Requires: perl(parent) %{perl_requires} @@ -48,7 +48,7 @@ BuildRequires: perl(Pod::Parser) Convert from POD to AsciiDoc %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Build.PL --installdirs=vendor