diff --git a/Data-Section-0.200007.tar.gz b/Data-Section-0.200007.tar.gz deleted file mode 100644 index fefbf3e4b51ac5e7b8d78348f1a89baa9bfba87e..0000000000000000000000000000000000000000 Binary files a/Data-Section-0.200007.tar.gz and /dev/null differ diff --git a/Data-Section-0.200008.tar.gz b/Data-Section-0.200008.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..654911af7a38401c9e0611243115d545f1403938 Binary files /dev/null and b/Data-Section-0.200008.tar.gz differ diff --git a/perl-Data-Section.spec b/perl-Data-Section.spec index 3fcbe27c8d6f9cbd54862a29151e0fac0d750b24..2e5fcbab5dc122b83df3ca4561b79c48ecebad4c 100644 --- a/perl-Data-Section.spec +++ b/perl-Data-Section.spec @@ -1,7 +1,7 @@ Name: perl-Data-Section Summary: Read multiple hunks of data out of your DATA section -Version: 0.200007 -Release: 7 +Version: 0.200008 +Release: 1 License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Data-Section Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz @@ -9,7 +9,8 @@ Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-Section-%{ve BuildRequires: coreutils findutils make perl-interpreter perl-generators perl(ExtUtils::MakeMaker) BuildRequires: perl(Encode) perl(MRO::Compat) >= 0.09 perl(strict) perl(Sub::Exporter) >= 0.979 perl(warnings) BuildRequires: perl(base) perl(lib) perl(Test::FailWarnings) perl(Test::More) >= 0.96 perl(utf8) -BuildRequires: perl(CPAN::Meta) >= 2.120900 perl(Test::Pod) >= 1.41 +BuildRequires: perl(CPAN::Meta) >= 2.120900 +BuildRequires: perl(Test::Pod) BuildArch: noarch @@ -18,8 +19,6 @@ This archive contains the distribution Data-Section, version %{version}: read multiple hunks of data out of your DATA section -%package_help - %prep %autosetup -p1 -n Data-Section-%{version} @@ -39,14 +38,16 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %files %license LICENSE %{perl_vendorlib}/Data/ - -%files help -%doc Changes README -%{_mandir}/man3/Data::Section.3* +/usr/share/man/man3/Data::Section.3pm.gz %changelog +* Mon May 12 2025 openeuler_bot - 0.200008-1 +- fix to some example code (version:0.200008) +- update packaging and metadata (version:0.200008) +- minimum required Perl is now v5.12 (version:0.200008) + * Fri Jan 17 2025 Funda Wang - 0.200007-7 - drop useless perl(:MODULE_COMPAT) requirement * Tue Dec 10 2019 caomeng - 0.200007-6 -- Package init +- Package init \ No newline at end of file