Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
5882030fce Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:58:11 +00:00
František Zatloukal
a79eaaef5f Rebuilt for icu 78.3 2026-06-08 15:15:59 +02:00
Fedora Release Engineering
7d04a4ade5 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:24:32 +00:00
topazus
423931364c update 2025-12-26 01:00:29 +08:00
Fedora Release Engineering
21a1408801 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:34:58 +00:00
Fedora Release Engineering
8c5de0f522 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:20:11 +00:00
Fedora Release Engineering
2484e3e2eb Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:37:31 +00:00
topazus
879673bbbd fix packit 2024-05-04 22:45:50 +08:00
4 changed files with 11 additions and 13 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/wxMEdit-3.2.tar.gz
/wxMEdit-18d14b12bf5f2a17d9e46f8450789d3ef56bfa70.tar.gz

View file

@ -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

View file

@ -1 +1 @@
SHA512 (wxMEdit-3.2.tar.gz) = f101206f88d969155d6b28201dfb0320517f24f59256153cb6e42d2c6cf9ea48ed2413909a9444f07fa22d4540005b2a687bdb65543f018f062787ee8db66e5a
SHA512 (wxMEdit-18d14b12bf5f2a17d9e46f8450789d3ef56bfa70.tar.gz) = 7716c530696cc5cb6d752030981a6c5b70b26974d4f32e70bddd19d0eff7abc769cdcb3f45ce6f4370a32a4db0a854f2e053c376b181bdd9813b9158ffc95dad

View file

@ -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