Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -1,14 +0,0 @@
* 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

@ -1,11 +0,0 @@
--- 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,23 +1,25 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quickcheck %global crate quickcheck
Name: rust-quickcheck0.9 Name: rust-%{crate}0.9
Version: 0.9.2 Version: 0.9.2
Release: %autorelease Release: 4%{?dist}
Summary: Automatic property based testing with shrinking Summary: Automatic property based testing with shrinking
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense OR MIT License: Unlicense or MIT
URL: https://crates.io/crates/quickcheck URL: https://crates.io/crates/quickcheck
Source: %{crates_source} 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
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Automatic property based testing with shrinking.} Automatic property based testing with shrinking.}
@ -30,15 +32,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/COPYING %license UNLICENSE LICENSE-MIT COPYING
%license %{crate_instdir}/LICENSE-MIT %doc README.md
%license %{crate_instdir}/UNLICENSE %{cargo_registry}/%{crate}-%{version_no_tilde}/
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,11 +46,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "default" feature of the "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+env_logger-devel %package -n %{name}+env_logger-devel
Summary: %{summary} Summary: %{summary}
@ -58,11 +58,11 @@ BuildArch: noarch
%description -n %{name}+env_logger-devel %{_description} %description -n %{name}+env_logger-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "env_logger" feature of the "%{crate}" crate. which use "env_logger" feature of "%{crate}" crate.
%files -n %{name}+env_logger-devel %files -n %{name}+env_logger-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
@ -70,11 +70,11 @@ BuildArch: noarch
%description -n %{name}+log-devel %{_description} %description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "log" feature of the "%{crate}" crate. which use "log" feature of "%{crate}" crate.
%files -n %{name}+log-devel %files -n %{name}+log-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-devel %package -n %{name}+regex-devel
Summary: %{summary} Summary: %{summary}
@ -82,11 +82,11 @@ BuildArch: noarch
%description -n %{name}+regex-devel %{_description} %description -n %{name}+regex-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "regex" feature of the "%{crate}" crate. which use "regex" feature of "%{crate}" crate.
%files -n %{name}+regex-devel %files -n %{name}+regex-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel %package -n %{name}+unstable-devel
Summary: %{summary} Summary: %{summary}
@ -94,11 +94,11 @@ BuildArch: noarch
%description -n %{name}+unstable-devel %{_description} %description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "unstable" feature of the "%{crate}" crate. which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel %files -n %{name}+unstable-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+use_logging-devel %package -n %{name}+use_logging-devel
Summary: %{summary} Summary: %{summary}
@ -106,14 +106,14 @@ BuildArch: noarch
%description -n %{name}+use_logging-devel %{_description} %description -n %{name}+use_logging-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "use_logging" feature of the "%{crate}" crate. which use "use_logging" feature of "%{crate}" crate.
%files -n %{name}+use_logging-devel %files -n %{name}+use_logging-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -131,4 +131,14 @@ use the "use_logging" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * 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

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