Compare commits

..

No commits in common. "c10" and "c10s" have entirely different histories.
c10 ... c10s

3 changed files with 10 additions and 21 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
libspelling-0.4.8.tar.xz
/libspelling-0.4.5.tar.xz
/libspelling-0.4.6.tar.xz
/libspelling-0.4.8.tar.xz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,13 +1,3 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: libspelling
Version: 0.4.8
Release: %autorelease
@ -82,13 +72,4 @@ applications that use %{name}.
%changelog
## START: Generated by rpmautospec
* Thu Apr 17 2025 Christian Hergert <chergert@redhat.com> - 0.4.8-1
- Update libspelling 0.4.8
* Tue Jan 28 2025 Tomas Popela <tpopela@redhat.com> - 0.4.6-1
- Update to 0.4.6
* Thu Jan 23 2025 Tomas Popela <tpopela@redhat.com> - 0.4.5-1
- Initial import based on Fedora 42
## END: Generated by rpmautospec
%autochangelog