forked from pool/argparse
Allow default gcc on Leap 16+.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 10:35:11 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Adapt conditional for gcc version to allow default version
|
||||
(14.2) on Leap 16+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 17:38:00 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define __builder ninja
|
||||
%if 0%{suse_version} < 1650
|
||||
%if 0%{suse_version} < 1600
|
||||
%define gcc_ver 9
|
||||
%endif
|
||||
Name: argparse
|
||||
|
||||
Reference in New Issue
Block a user