diff --git a/.gitignore b/.gitignore index 6caa261..54e6583 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /ut-2.0.0.tar.gz +/ut-2.1.0.tar.gz +/ut-2.1.1.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..8d4e245 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.99.0.post1.dev18+g4850a935. diff --git a/packit.yaml b/packit.yaml index e0c745c..cd5eb29 100644 --- a/packit.yaml +++ b/packit.yaml @@ -9,8 +9,6 @@ jobs: - job: koji_build trigger: commit - allowed_pr_authors: ["packit", "topazus"] - allowed_committers: ["packit", "topazus"] dist_git_branches: - fedora-all diff --git a/sources b/sources index 1fbdb86..056406a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ut-2.0.0.tar.gz) = b351ef88a51194a0fd4d6b0ee43a55df3b2fe3ac8f1fbdc35f53a9203b151d31c804ef9cd65c0a19e43e34081bba1f70cecc30360a28ac5569de56a28f2ab98f +SHA512 (ut-2.1.1.tar.gz) = 461399bcda60f10718a2a63542e97836aaf647c469a9bb6b70329cac9ead784987c71cf4fbd348158a08659a8124d1340e8c0f603dc7e83031dc4b705a7ce269 diff --git a/ut.spec b/ut.spec index 591d64a..2ef5c7b 100644 --- a/ut.spec +++ b/ut.spec @@ -2,7 +2,7 @@ #%global debug_package %{nil} %global forgeurl https://github.com/boost-ext/ut -Version: 2.0.0 +Version: 2.1.1 %forgemeta Name: ut @@ -29,6 +29,8 @@ The %{name}-devel package contains development files for %{name}. %prep %forgeautosetup -p1 +sed -i -e "s/-Werror//g" cmake/WarningsAsErrors.cmake + %build %cmake \ -GNinja \ @@ -40,7 +42,7 @@ The %{name}-devel package contains development files for %{name}. %cmake_install %check -%ctest +%ctest -E ut_test %files devel %license LICENSE.md