## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 22 %bcond_without check %global crate cargo-insta Name: rust-cargo-insta Version: 1.18.2 Release: %autorelease Summary: Review tool for the insta snapshot testing library for Rust License: Apache-2.0 URL: https://crates.io/crates/cargo-insta Source0: %{crates_source} Source1: LICENSE.dependencies ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 %global _description %{expand: Review tool for the insta snapshot testing library for Rust.} %description %{_description} %package -n %{crate} Summary: %{summary} # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 # Apache-2.0 OR BSL-1.0 # Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # Unlicense OR MIT License: Apache-2.0 AND MIT AND Unicode-DFS-2016 # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc README.md %{_bindir}/cargo-insta %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 cp %{SOURCE1} . %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sat Aug 20 2022 Fabio Valentini 1.18.2-1 - Update to version 1.18.2; Fixes RHBZ#2111565 * Sun Jul 24 2022 Fabio Valentini 1.16.0-1 - Update to version 1.16.0; Fixes RHBZ#2109730 * Sat Jul 23 2022 Fedora Release Engineering 1.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 04 2022 Fabio Valentini 1.15.0-1 - Update to version 1.15.0; Fixes RHBZ#2047392 * Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek 1.11.0-2 - Rebuild with package notes * Thu Jan 27 2022 Fabio Valentini 1.11.0-1 - Update to version 1.11.0; Fixes RHBZ#2035491 * Tue Jan 25 2022 Fabio Valentini 1.8.0-3 - Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006 * Fri Jan 21 2022 Fedora Release Engineering 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Nov 12 2021 Fabio Valentini 1.8.0-1 - Update to version 1.8.0; Fixes RHBZ#2003296 * Thu Aug 26 2021 Fabio Valentini 1.7.2-1 - Update to version 1.7.2; Fixes RHBZ#1884288 * Fri Jul 23 2021 Fedora Release Engineering - 0.16.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.16.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Dec 28 13:28:05 CET 2020 Igor Raits - 0.16.0-3 - Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 17 23:56:08 EEST 2020 Artem Polishchuk - 0.16.0-1 - Initial package