SHA256
8
0
forked from pool/argparse

Allow default gcc on Leap 16+.

This commit is contained in:
Atri Bhattacharya
2025-02-23 16:06:36 +05:30
parent b2f9531e98
commit bd2226abd7
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -17,7 +17,7 @@
%define __builder ninja
%if 0%{suse_version} < 1650
%if 0%{suse_version} < 1600
%define gcc_ver 9
%endif
Name: argparse