Compare commits

...

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

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/regex-lite-0.1.6.crate

@ -0,0 +1 @@
d6b715f0b756ea8481a76fd58f3a9c42f08242f4 SOURCES/regex-lite-0.1.6.crate

Binary file not shown.

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

@ -1,21 +1,21 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (rpmautospec version 0.7.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
release_number = 2;
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
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate regex-lite
Name: rust-regex-lite
Version: 0.1.5
Version: 0.1.6
Release: %autorelease
Summary: Lightweight regex engine that optimizes for binary size and compilation time
@ -103,8 +103,18 @@ use the "string" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.5-1
- Rebuilt for MSVSphere 9.2
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.6-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.6-1
- Update to version 0.1.6; Fixes RHBZ#2291083
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Oct 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
- Update to version 0.1.5; Fixes RHBZ#2244295
@ -123,3 +133,4 @@ use the "string" feature of the "%{crate}" crate.
* Tue Jul 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
- Initial import (#2221221)
## END: Generated by rpmautospec

Loading…
Cancel
Save