diff --git a/packit.yaml b/packit.yaml index cd152a4..22ad3ef 100644 --- a/packit.yaml +++ b/packit.yaml @@ -1,17 +1,25 @@ +upstream_package_name: yyjson upstream_project_url: https://github.com/ibireme/yyjson +downstream_package_name: yyjson + +specfile_path: yyjson.spec + jobs: - job: pull_from_upstream trigger: release dist_git_branches: - rawhide + - epel-9 - job: koji_build trigger: commit dist_git_branches: - rawhide + - epel-9 - job: bodhi_update trigger: commit dist_git_branches: - rawhide + - epel-9 \ No newline at end of file diff --git a/sources b/sources index 2003520..b8c207c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yyjson-0.12.0.tar.gz) = a468477544f40a13595eb0afa74857b669b0cf0bf3258678541368863cc3a27fa6f43cc2ef1f4c6103c81b798cea2f67cc14268789de3965e1315a44972c713f +SHA512 (yyjson-0.10.0.tar.gz) = d0274bfdae6291cc54d7c306f7f9064333d3e0fd8d235428148fa5695e151e0fdd0982247a5e82fe60b27e9182ba27d5704aca4546a8dc9545117bd3a017bfb5 diff --git a/yyjson.spec b/yyjson.spec index 01122bd..d3da1f0 100644 --- a/yyjson.spec +++ b/yyjson.spec @@ -1,5 +1,5 @@ %global forgeurl https://github.com/ibireme/yyjson -Version: 0.12.0 +Version: 0.10.0 %global tag %{version} %forgemeta @@ -47,6 +47,7 @@ sed -i '/-Werror/d' CMakeLists.txt %build %cmake \ -GNinja \ + -DCMAKE_BUILD_TYPE=Release \ -DYYJSON_BUILD_TESTS=ON \ %cmake_build