SHA256
8
0
forked from pool/perl-Curses

WIP: Automatic update to Curses-1.46.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Curses:autoupdate into main
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84221e0013a2d64a0bae6a32bb44b1ae5734d2cb0465fb89af3e3abd6e05aeb2
size 140041

BIN
Curses-1.46.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Feb 28 05:52:41 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <peder.stray@gmail.com>
-------------------------------------------------------------------
Thu Feb 6 22:48:52 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -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