7
0

Compare commits

2 Commits

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