Compare commits

..

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

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/anstyle-parse-0.2.6.crate

@ -0,0 +1 @@
5d3fd631e008ef6c24742877388237f5f25af7d6 SOURCES/anstyle-parse-0.2.6.crate

Binary file not shown.

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: codegenrs"]

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -8,7 +8,7 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * missing dev-dependencies: codegenrs
%bcond_with check
%global debug_package %{nil}
@ -16,7 +16,7 @@
%global crate anstyle-parse
Name: rust-anstyle-parse
Version: 0.2.3
Version: 0.2.6
Release: %autorelease
Summary: Parse ANSI Style Escapes
@ -101,8 +101,24 @@ use the "utf8" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.3-1
- Rebuilt for MSVSphere 9.3
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.6-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Wed Oct 30 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.6-1
- Update to version 0.2.6; Fixes RHBZ#2321636
* Sun Jul 28 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-1
- Update to version 0.2.5; Fixes RHBZ#2299842
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-1
- Update to version 0.2.4; Fixes RHBZ#2278698
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-1
- Update to version 0.2.3; Fixes RHBZ#2252783
@ -121,3 +137,4 @@ use the "utf8" feature of the "%{crate}" crate.
* Sat Apr 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
- Initial import (#2183202)
## END: Generated by rpmautospec

Loading…
Cancel
Save