update packager version, dev tools installer.

+ note that patch bumps by 2; a test uploaded package was done before
  committing and pushing the patch bump.
This commit is contained in:
Kyle Isom 2024-02-03 23:31:12 -08:00
parent 37ca32f874
commit aff3b3b83e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)
project(sc3dev
VERSION 1.1.0
VERSION 1.1.2
LANGUAGES CXX
HOMEPAGE_URL "https://git.wntrmute.dev/sc/sc3dev"
DESCRIPTION "")

View File

@ -86,7 +86,7 @@ install_redhat () {
$DNF_INSTALL ca-certificates gzip openssh tar \
clang clang-tools-extra cmake cppcheck doxygen \
gcc-c++ git graphviz libstdc++-devel make scdoc \
valgrind fedora-packager rpmdevtools
valgrind rpmdevtools
}
install_unsupported () {