Compare commits

..

7 Commits

Author SHA1 Message Date
Fabio Valentini c06b9d8790
Update to version 0.2.3; Fixes RHBZ#2339436
5 days ago
Fedora Release Engineering 714e47377d Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
2 weeks ago
Fedora Release Engineering 647b81af22 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering ab2710e177 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 247a5d8c98 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 26ce85108f
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 043911c278 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/crunchy-0.2.2.crate
/crunchy-0.2.3.crate

@ -1,26 +1,19 @@
# Generated by rust2rpm 19
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate crunchy
Name: rust-%{crate}
Version: 0.2.2
Name: rust-crunchy
Version: 0.2.3
Release: %autorelease
Summary: Crunchy unroller: deterministically unroll constant loops
# Upstream license specification: MIT
# https://github.com/Vurich/crunchy/issues/6
License: MIT
URL: https://crates.io/crates/crunchy
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Crunchy unroller: deterministically unroll constant loops.}
@ -34,11 +27,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,10 +41,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate.
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+limit_1024-devel
Summary: %{summary}
@ -59,10 +53,10 @@ BuildArch: noarch
%description -n %{name}+limit_1024-devel %{_description}
This package contains library source intended for building other packages which
use "the limit_1024" feature of the "%{crate}" crate.
use the "limit_1024" feature of the "%{crate}" crate.
%files -n %{name}+limit_1024-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+limit_128-devel
Summary: %{summary}
@ -71,10 +65,10 @@ BuildArch: noarch
%description -n %{name}+limit_128-devel %{_description}
This package contains library source intended for building other packages which
use "the limit_128" feature of the "%{crate}" crate.
use the "limit_128" feature of the "%{crate}" crate.
%files -n %{name}+limit_128-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+limit_2048-devel
Summary: %{summary}
@ -83,10 +77,10 @@ BuildArch: noarch
%description -n %{name}+limit_2048-devel %{_description}
This package contains library source intended for building other packages which
use "the limit_2048" feature of the "%{crate}" crate.
use the "limit_2048" feature of the "%{crate}" crate.
%files -n %{name}+limit_2048-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+limit_256-devel
Summary: %{summary}
@ -95,10 +89,10 @@ BuildArch: noarch
%description -n %{name}+limit_256-devel %{_description}
This package contains library source intended for building other packages which
use "the limit_256" feature of the "%{crate}" crate.
use the "limit_256" feature of the "%{crate}" crate.
%files -n %{name}+limit_256-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+limit_512-devel
Summary: %{summary}
@ -107,10 +101,10 @@ BuildArch: noarch
%description -n %{name}+limit_512-devel %{_description}
This package contains library source intended for building other packages which
use "the limit_512" feature of the "%{crate}" crate.
use the "limit_512" feature of the "%{crate}" crate.
%files -n %{name}+limit_512-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+limit_64-devel
Summary: %{summary}
@ -119,10 +113,10 @@ BuildArch: noarch
%description -n %{name}+limit_64-devel %{_description}
This package contains library source intended for building other packages which
use "the limit_64" feature of the "%{crate}" crate.
use the "limit_64" feature of the "%{crate}" crate.
%files -n %{name}+limit_64-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -131,13 +125,13 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use "the std" feature of the "%{crate}" crate.
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,3 @@
[package]
summary = "Crunchy unroller: deterministically unroll constant loops"

@ -1 +1 @@
SHA512 (crunchy-0.2.2.crate) = 36dc0aebc41a3aac5f1b178a7e61b65bcd9bb5c8539b2024f79428200f7c62daa7098af55c6ab0765febd2f8969bd6c0ac8096f73cdc0958e5c4e4eb6a4f7025
SHA512 (crunchy-0.2.3.crate) = f97919ee077981da8a14d0cf4a1622b08059710918d97fbbd1f7a5aeb92d51ae5452934c2c45c1f9f79b320aeac6eca41f2a54b35d0710e077069d8841be52ca

Loading…
Cancel
Save