8
0

Accepting request 1244019 from home:tinita:branches:devel:languages:perl

- Fix build by depending on ncurses-devel instead of ncurses5-devel

OBS-URL: https://build.opensuse.org/request/show/1244019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Terminfo?expand=0&rev=5
This commit is contained in:
2025-02-06 23:00:02 +00:00
committed by Git OBS Bridge
parent 10f61df85c
commit a690cb0d8f
3 changed files with 8 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: ncurses5-devel
BuildRequires: ncurses-devel
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 6 22:53:46 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Fix build by depending on ncurses-devel instead of ncurses5-devel
-------------------------------------------------------------------
Thu Nov 26 13:52:20 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Terminfo
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@ BuildRequires: perl(Module::Build::Using::PkgConfig)
BuildRequires: perl(Test::More) >= 0.88
%{perl_requires}
# MANUAL BEGIN
BuildRequires: ncurses5-devel
BuildRequires: ncurses-devel
# MANUAL END
%description