diff --git a/IO-Compress-2.081.tar.gz b/IO-Compress-2.081.tar.gz deleted file mode 100644 index 42d167560d32db535bbb36bbad3430696e209a24..0000000000000000000000000000000000000000 Binary files a/IO-Compress-2.081.tar.gz and /dev/null differ diff --git a/IO-Compress-2.093.tar.gz b/IO-Compress-2.093.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dd2e28aa26ac697638165e87be0a19b99fe0956d Binary files /dev/null and b/IO-Compress-2.093.tar.gz differ diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index d4d2216f216c9c5f27cfbdc662e99986c30da34b..031218a05fd9ece50c66fa013cf4fa0e894c3749 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -6,8 +6,8 @@ %{?perl_default_filter} Name: perl-IO-Compress -Version: 2.081 -Release: 6 +Version: 2.093 +Release: 1 Summary: Read and write compressed data License: GPL+ or Artistic URL: https://metacpan.org/release/IO-Compress @@ -93,6 +93,7 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1 %files %{_bindir}/zipdetails +%{_bindir}/streamzip %{perl_privlib}/Compress/ %{perl_privlib}/File/ %{perl_privlib}/IO/Compress/ @@ -101,11 +102,15 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1 %files help %doc Changes README examples/* %{_mandir}/man1/zipdetails.1* +%{_mandir}/man1/streamzip.1* %{_mandir}/man3/Compress::Zlib.3* %{_mandir}/man3/File::GlobMapper.3* %{_mandir}/man3/IO::Compress::*.3* %{_mandir}/man3/IO::Uncompress::*.3* %changelog +* Fri Jul 31 2020 shenyangyang - 2.093-1 +- Bump version to 2.093 + * Tue Sep 17 2019 openEuler Buildteam - 2.081-6 -- Package init \ No newline at end of file +- Package init