forked from pool/perl-Term-Terminfo
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 74e8a2f2d7 | |||
| 50336efdab | 
| @@ -11,7 +11,7 @@ | |||||||
| #  foo.patch: -p1 | #  foo.patch: -p1 | ||||||
| #  bar.patch: | #  bar.patch: | ||||||
| preamble: |- | preamble: |- | ||||||
|  BuildRequires:  ncurses5-devel |  BuildRequires:  ncurses-devel | ||||||
| #post_prep: |- | #post_prep: |- | ||||||
| # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'` | # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'` | ||||||
| # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL  | # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL  | ||||||
|   | |||||||
| @@ -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> | Thu Nov 26 13:52:20 UTC 2020 - Frank Schreiner <FSchreiner@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package perl-Term-Terminfo | # 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 | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # 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 | BuildRequires:  perl(Test::More) >= 0.88 | ||||||
| %{perl_requires} | %{perl_requires} | ||||||
| # MANUAL BEGIN | # MANUAL BEGIN | ||||||
| BuildRequires:  ncurses5-devel | BuildRequires:  ncurses-devel | ||||||
| # MANUAL END | # MANUAL END | ||||||
|  |  | ||||||
| %description | %description | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user