diff --git a/README.packit b/README.packit deleted file mode 100644 index 2499381..0000000 --- a/README.packit +++ /dev/null @@ -1,3 +0,0 @@ -This repository is maintained by packit. -https://packit.dev/ -The file was generated using packit 0.98.0. 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..02636dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yyjson-0.12.0.tar.gz) = a468477544f40a13595eb0afa74857b669b0cf0bf3258678541368863cc3a27fa6f43cc2ef1f4c6103c81b798cea2f67cc14268789de3965e1315a44972c713f +SHA512 (yyjson-0.9.0.tar.gz) = 4b9ca85096ccfe2f513a5869eb63b175f44c67785940e02414f6a586d7dd7b772fed77a1775d9416a5f1bf17f20e18a31f0dc4e65be263019d9b95bf95366219 diff --git a/yyjson.spec b/yyjson.spec index 01122bd..4cff69c 100644 --- a/yyjson.spec +++ b/yyjson.spec @@ -1,5 +1,5 @@ %global forgeurl https://github.com/ibireme/yyjson -Version: 0.12.0 +Version: 0.9.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