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