Compare commits

..

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

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/similar-asserts-1.6.0.crate

@ -0,0 +1 @@
28dc8cc23d7a96e6829feb62ac8379de6e941bf8 SOURCES/similar-asserts-1.6.0.crate

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate similar-asserts
Name: rust-similar-asserts
Version: 1.5.0
Version: 1.6.0
Release: %autorelease
Summary: Assert_eq! like macros with colorized diff output
@ -23,7 +23,7 @@ License: Apache-2.0
URL: https://crates.io/crates/similar-asserts
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -100,8 +100,18 @@ use the "unicode" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.0-1
- Rebuilt for MSVSphere 9.3
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.6.0-1
- 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
- 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
- Initial import (#1991696)
## END: Generated by rpmautospec

Loading…
Cancel
Save