diff --git a/.gitignore b/.gitignore index ed74489..bc0e9f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/libspelling-0.4.5.tar.xz -/libspelling-0.4.6.tar.xz -/libspelling-0.4.8.tar.xz +libspelling-0.4.8.tar.xz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index d353613..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/libspelling.spec b/libspelling.spec index 58cd160..ef5aa22 100644 --- a/libspelling.spec +++ b/libspelling.spec @@ -1,3 +1,13 @@ +## 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 @@ -72,4 +82,13 @@ applications that use %{name}. %changelog -%autochangelog +## START: Generated by rpmautospec +* Thu Apr 17 2025 Christian Hergert - 0.4.8-1 +- Update libspelling 0.4.8 + +* Tue Jan 28 2025 Tomas Popela - 0.4.6-1 +- Update to 0.4.6 + +* Thu Jan 23 2025 Tomas Popela - 0.4.5-1 +- Initial import based on Fedora 42 +## END: Generated by rpmautospec