Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e2f733474 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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}
|
||||
@ -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 <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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user