Compare commits

..

No commits in common. 'epel10' and 'i9ce' have entirely different histories.
epel10 ... i9ce

5
.gitignore vendored

@ -1,5 +0,0 @@
/regex-lite-0.1.0.crate
/regex-lite-0.1.2.crate
/regex-lite-0.1.4.crate
/regex-lite-0.1.5.crate
/regex-lite-0.1.6.crate

Binary file not shown.

@ -1,11 +1,21 @@
# Generated by rust2rpm 26
## START: Set by rpmautospec
## (rpmautospec version 0.3.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
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate regex-lite
Name: rust-regex-lite
Version: 0.1.6
Version: 0.1.5
Release: %autorelease
Summary: Lightweight regex engine that optimizes for binary size and compilation time
@ -93,4 +103,23 @@ use the "string" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.5-1
- Rebuilt for MSVSphere 9.2
* Tue Oct 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
- Update to version 0.1.5; Fixes RHBZ#2244295
* Sun Oct 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.4-1
- Update to version 0.1.4; Fixes RHBZ#2243072
* Tue Oct 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-1
- Update to version 0.1.2; Fixes RHBZ#2242956
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-2
- Ignore harmless test failures on 32-bit architectures
* Tue Jul 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
- Initial import (#2221221)

@ -1,3 +0,0 @@
[tests]
run = ["lib", "doc"]
comments = ["integration tests can only be run in-tree"]

@ -1 +0,0 @@
SHA512 (regex-lite-0.1.6.crate) = 98b5224ae530c78ce9f1981f31d8d9ab5ffceaa2e391ee33d74e7fd21650bc5f40eaa8e627c596772cedf084f37f0463c57c9bb1b7180473c6d0c5f95906aa9d
Loading…
Cancel
Save