diff --git a/App-cpm-0.998002.tar.gz b/App-cpm-0.998002.tar.gz deleted file mode 100644 index 0d98669..0000000 --- a/App-cpm-0.998002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:946fe31e98f76fc997855bf1e68df8511fef987818af69ee5426abe65d8d3fa0 -size 46916 diff --git a/App-cpm-0.998003.tar.gz b/App-cpm-0.998003.tar.gz new file mode 100644 index 0000000..b409b1f --- /dev/null +++ b/App-cpm-0.998003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15b17241a07fed11ed4a917bbe00d2317e94ac52ac38ee92a9cacbb346adb16 +size 47336 diff --git a/perl-App-cpm.changes b/perl-App-cpm.changes index 472ada6..9989003 100644 --- a/perl-App-cpm.changes +++ b/perl-App-cpm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 2 15:26:23 UTC 2026 - Tina Müller + +- updated to 0.998.3 (0.998003) + see /usr/share/doc/packages/perl-App-cpm/Changes + + 0.998003 2025-12-29 13:23:24 JST + - Internal refactor: introduce App::cpm::Context (#272) + - Fix how to parse PERL_MB_OPT (#271) + ------------------------------------------------------------------- Fri Dec 5 05:34:50 UTC 2025 - Tina Müller diff --git a/perl-App-cpm.spec b/perl-App-cpm.spec index cac3ac4..26c7921 100644 --- a/perl-App-cpm.spec +++ b/perl-App-cpm.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-cpm # -# Copyright (c) 2025 SUSE LLC and contributors +# 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,10 +18,10 @@ %define cpan_name App-cpm Name: perl-App-cpm -Version: 0.998.2 +Version: 0.998.3 Release: 0 -# 0.998002 -> normalize -> 0.998.2 -%define cpan_version 0.998002 +# 0.998003 -> normalize -> 0.998.3 +%define cpan_version 0.998003 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Fast CPAN module installer URL: https://metacpan.org/release/%{cpan_name} @@ -93,6 +93,7 @@ Provides: perl(App::cpm) = %{version} Provides: perl(App::cpm::Builder::Static) Provides: perl(App::cpm::CLI) Provides: perl(App::cpm::CircularDependency) +Provides: perl(App::cpm::Context) Provides: perl(App::cpm::DistNotation) Provides: perl(App::cpm::Distribution) Provides: perl(App::cpm::HTTP)