diff --git a/Exporter-Tiny-1.002002.tar.gz b/Exporter-Tiny-1.002002.tar.gz deleted file mode 100644 index bf31f1f..0000000 Binary files a/Exporter-Tiny-1.002002.tar.gz and /dev/null differ diff --git a/Exporter-Tiny-1.004004.tar.gz b/Exporter-Tiny-1.004004.tar.gz new file mode 100644 index 0000000..d954752 Binary files /dev/null and b/Exporter-Tiny-1.004004.tar.gz differ diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec index 04bb560..72035cb 100644 --- a/perl-Exporter-Tiny.spec +++ b/perl-Exporter-Tiny.spec @@ -1,10 +1,10 @@ Name: perl-Exporter-Tiny -Version: 1.002002 +Version: 1.004004 Release: 1 Summary: An exporter with the features of Sub::Exporter but only core dependencies License: GPL+ or Artistic URL: https://metacpan.org/release/Exporter-Tiny -Source0: https://cpan.metacpan.org/modules/by-module/Exporter/Exporter-Tiny-1.002002.tar.gz +Source0: https://cpan.metacpan.org/modules/by-module/Exporter/Exporter-Tiny-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils findutils make BuildRequires: perl-generators perl-interpreter @@ -27,7 +27,7 @@ done through the @EXPORT, @EXPORT_OK and %%EXPORT_TAGS package variables. %package_help %prep -%autosetup -n Exporter-Tiny-1.002002 -p1 +%autosetup -n Exporter-Tiny-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 @@ -50,6 +50,12 @@ make test %{_mandir}/man3/* %changelog +* Fri Oct 21 2022 xujing - 1.004004-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update version to 1.004004 + * Thu Jul 23 2020 xinghe - 1.002002-1 - Type:enhancement - ID:NA