diff --git a/Curses-1.45.tar.gz b/Curses-1.45.tar.gz deleted file mode 100644 index 4a0289f..0000000 --- a/Curses-1.45.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84221e0013a2d64a0bae6a32bb44b1ae5734d2cb0465fb89af3e3abd6e05aeb2 -size 140041 diff --git a/Curses-1.46.tar.gz b/Curses-1.46.tar.gz new file mode 100644 index 0000000..d17efb1 --- /dev/null +++ b/Curses-1.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9631d6e3e2859c85913d8b8724f61fbebb9e932e9e50aa0493a4e0276660a3f9 +size 140289 diff --git a/perl-Curses.changes b/perl-Curses.changes index a168dd6..91b7c42 100644 --- a/perl-Curses.changes +++ b/perl-Curses.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Feb 28 05:52:41 UTC 2026 - Tina Müller + +- updated to 1.460.0 (1.46) + see /usr/share/doc/packages/perl-Curses/ChangeLog + + New in 1.46 (Released February 27, 2026) + + Add BUTTON5 constants: BUTTON5_RELEASED, BUTTON5_PRESSED, BUTTON5_CLICKED, + BUTTON5_DOUBLE_CLICKED, and BUTTON5_TRIPLE_CLICKED. Thanks + Peder Stray + ------------------------------------------------------------------- Thu Feb 6 22:48:52 UTC 2025 - Tina Müller diff --git a/perl-Curses.spec b/perl-Curses.spec index 1ad72bb..67cfedd 100644 --- a/perl-Curses.spec +++ b/perl-Curses.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Curses # -# Copyright (c) 2025 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,10 +18,10 @@ %define cpan_name Curses Name: perl-Curses -Version: 1.450.0 +Version: 1.460.0 Release: 0 -# 1.45 -> normalize -> 1.450.0 -%define cpan_version 1.45 +# 1.46 -> normalize -> 1.460.0 +%define cpan_version 1.46 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Terminal screen handling and optimization URL: https://metacpan.org/release/%{cpan_name} @@ -53,7 +53,7 @@ document describes the interface itself, and assumes that you already know how your system's curses(3) library works. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN