8
0

Automatic update to Pod-AsciiDoctor-0.102003.tar.gz #1

Merged
okurz merged 1 commits from cpanmirror/perl-Pod-AsciiDoctor:autoupdate into main 2026-01-02 20:53:15 +01:00
4 changed files with 19 additions and 9 deletions

View File

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

BIN
Pod-AsciiDoctor-0.102003.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 2 15:31:48 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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