Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini ec3f3b1f0f
Bump env_logger dependency from 0.7 to 0.8
5 months ago
Fedora Release Engineering 5c393b0339 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 25c404ab78 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 0996f4c175 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini d1b3bd1e1c
Regenerate with rust2rpm v24
2 years ago
Fabio Valentini d2c4719a7f Convert to %autorelease and %autochangelog
2 years ago
Fedora Release Engineering 605cedcad2 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -0,0 +1,14 @@
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.2-1
- Initial compat package for quickcheck 0.9

@ -0,0 +1,11 @@
--- quickcheck-0.9.2/Cargo.toml 2020-01-14T14:10:18+00:00
+++ quickcheck-0.9.2/Cargo.toml 2024-08-29T11:54:30.331748+00:00
@@ -28,7 +28,7 @@
[lib]
name = "quickcheck"
[dependencies.env_logger]
-version = "0.7.0"
+version = "0.8.0"
optional = true
default-features = false

@ -1,25 +1,23 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate quickcheck
Name: rust-%{crate}0.9
Name: rust-quickcheck0.9
Version: 0.9.2
Release: 4%{?dist}
Release: %autorelease
Summary: Automatic property based testing with shrinking
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/quickcheck
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump env_logger dependency from 0.7 to 0.8
Patch: quickcheck-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Automatic property based testing with shrinking.}
@ -32,13 +30,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license UNLICENSE LICENSE-MIT COPYING
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/COPYING
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/UNLICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,11 +46,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
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}+env_logger-devel
Summary: %{summary}
@ -58,11 +58,11 @@ BuildArch: noarch
%description -n %{name}+env_logger-devel %{_description}
This package contains library source intended for building other packages
which use "env_logger" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "env_logger" feature of the "%{crate}" crate.
%files -n %{name}+env_logger-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel
Summary: %{summary}
@ -70,11 +70,11 @@ BuildArch: noarch
%description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages
which use "log" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "log" feature of the "%{crate}" crate.
%files -n %{name}+log-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
@ -82,11 +82,11 @@ BuildArch: noarch
%description -n %{name}+regex-devel %{_description}
This package contains library source intended for building other packages
which use "regex" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
@ -94,11 +94,11 @@ BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+use_logging-devel
Summary: %{summary}
@ -106,14 +106,14 @@ BuildArch: noarch
%description -n %{name}+use_logging-devel %{_description}
This package contains library source intended for building other packages
which use "use_logging" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "use_logging" feature of the "%{crate}" crate.
%files -n %{name}+use_logging-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
@ -131,14 +131,4 @@ which use "use_logging" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.2-1
- Initial compat package for quickcheck 0.9
%autochangelog

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"bump env_logger dependency from 0.7 to 0.8",
]
Loading…
Cancel
Save