Dr. Werner Fink 2020-04-06 08:28:03 +00:00 committed by Git OBS Bridge
parent b7afb7b015
commit c86f56c24f
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
%global soname_tinfo tinfow
%endif
%define patchlvl 20200321
%define patchlvl 20200404
%define basevers 6.2
Name: ncurses

View File

@ -1,5 +1,5 @@
#!/bin/bash
version=$(sed -rn '/^Version:[[:space:]]+/{s/^Version:[[:space:]]+([0-9]+\.[0-9]+)(\.[0-9+])?/\1/p}' ncurses.spec) || exit 1
version=$(sed -rn '/^Version:[[:space:]]+/{s/^Version:[[:space:]]+([0-9]+\.[0-9]+)(\.[^\.]+)?/\1/p}' ncurses.spec) || exit 1
test -e ncurses-${version}-patches.tar.bz2 || exit 1
OFS="$IFS"
IFS=-