diff --git a/.gitignore b/.gitignore index 5cd6620..ad818da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wxMEdit-3.2.tar.gz +/wxMEdit-18d14b12bf5f2a17d9e46f8450789d3ef56bfa70.tar.gz diff --git a/packit.yaml b/packit.yaml index dce158e..846453e 100644 --- a/packit.yaml +++ b/packit.yaml @@ -1,20 +1,20 @@ upstream_project_url: https://github.com/wxMEdit/wxMEdit -upstream_tag_template: {version} jobs: - job: pull_from_upstream trigger: release dist_git_branches: - - fedora-all + - fedora-rawhide - job: koji_build trigger: commit - allowed_pr_authors: ["packit", "topazus"] - allowed_committers: ["packit", "topazus"] + allowed_pr_authors: ["packit", "all_admins", "all_committers"] + allowed_committers: ["packit", "all_admins", "all_committers"] dist_git_branches: - fedora-all - job: bodhi_update trigger: commit + allowed_builders: ["packit", "all_admins", "all_committers"] dist_git_branches: - - fedora-all + - fedora-branched diff --git a/sources b/sources index 0b5fdc6..dabf3da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxMEdit-3.2.tar.gz) = f101206f88d969155d6b28201dfb0320517f24f59256153cb6e42d2c6cf9ea48ed2413909a9444f07fa22d4540005b2a687bdb65543f018f062787ee8db66e5a +SHA512 (wxMEdit-18d14b12bf5f2a17d9e46f8450789d3ef56bfa70.tar.gz) = 7716c530696cc5cb6d752030981a6c5b70b26974d4f32e70bddd19d0eff7abc769cdcb3f45ce6f4370a32a4db0a854f2e053c376b181bdd9813b9158ffc95dad diff --git a/wxmedit.spec b/wxmedit.spec index 6c752f8..38aa9ca 100644 --- a/wxmedit.spec +++ b/wxmedit.spec @@ -1,13 +1,15 @@ %global forgeurl https://github.com/wxMEdit/wxMEdit Version: 3.2 -%global tag %{version} +%global date 20251010 +%global commit 18d14b12bf5f2a17d9e46f8450789d3ef56bfa70 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) %forgemeta Name: wxmedit Release: %autorelease Summary: a Cross-platform Text/Hex Editor, an improved version of MadEdit License: GPL-3.0-only -URL: https://wxmedit.github.io/ +URL: %{forgeurl} Source0: %{forgesource} BuildRequires: gcc-c++ @@ -43,11 +45,6 @@ rm -r %{buildroot}%{_datadir}/doc/wxmedit %find_lang %{name} %check -# https://koji.fedoraproject.org/koji/taskinfo?taskID=113678779 -# https://kojipkgs.fedoraproject.org/work/tasks/8820/113678820/build.log -# test/encoding/test_gb18030_conv.cpp(73): error: in "wxmedit_test/encoding_test/test_gb18030_conv": check t == u has failed -# the tests may pass in future new release -sed -i '/test_gb18030_conv/d' test/test.cpp make check || (cat ./test-suite.log && exit 1) desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop