|
|
@ -1,5 +1,5 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
## 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,14 +8,14 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate similar-asserts
|
|
|
|
%global crate similar-asserts
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-similar-asserts
|
|
|
|
Name: rust-similar-asserts
|
|
|
|
Version: 1.5.0
|
|
|
|
Version: 1.6.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Assert_eq! like macros with colorized diff output
|
|
|
|
Summary: Assert_eq! like macros with colorized diff output
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ License: Apache-2.0
|
|
|
|
URL: https://crates.io/crates/similar-asserts
|
|
|
|
URL: https://crates.io/crates/similar-asserts
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Provides assert_eq! like macros with colorized diff output.}
|
|
|
|
Provides assert_eq! like macros with colorized diff output.}
|
|
|
@ -82,7 +82,7 @@ use the "unicode" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -100,8 +100,18 @@ use the "unicode" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.0-1
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.6.0-1
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Mon Sep 16 2024 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
|
|
|
|
|
|
|
|
- Update to version 1.6.0; Fixes RHBZ#2310327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
|
|
|
|
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
|
|
|
|
- Update to version 1.5.0; Fixes RHBZ#2232987
|
|
|
|
- Update to version 1.5.0; Fixes RHBZ#2232987
|
|
|
@ -129,3 +139,4 @@ use the "unicode" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
|
|
|
* Thu Aug 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
|
|
|
- Initial import (#1991696)
|
|
|
|
- Initial import (#1991696)
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|