Compare commits

..

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

23
.gitignore vendored

@ -1,22 +1 @@
/ignore-0.3.1.crate
/ignore-0.4.0.crate
/ignore-0.4.1.crate
/ignore-0.4.2.crate
/ignore-0.4.3.crate
/ignore-0.4.4.crate
/ignore-0.4.5.crate
/ignore-0.4.6.crate
/ignore-0.4.7.crate
/ignore-0.4.9.crate
/ignore-0.4.10.crate
/ignore-0.4.11.crate
/ignore-0.4.12.crate
/ignore-0.4.13.crate
/ignore-0.4.14.crate
/ignore-0.4.15.crate
/ignore-0.4.16.crate
/ignore-0.4.17.crate
/ignore-0.4.18.crate
/ignore-0.4.20.crate
/ignore-0.4.21.crate
/ignore-0.4.22.crate
SOURCES/ignore-0.4.23.crate

@ -0,0 +1 @@
ba9005dd24a5ebf44539e514fc7fd3903e1617ed SOURCES/ignore-0.4.23.crate

@ -0,0 +1,8 @@
--- ignore-0.4.23/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ignore-0.4.23/Cargo.toml 2024-09-28T11:30:39.681952+00:00
@@ -91,5 +91,3 @@
[features]
simd-accel = []
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2"

@ -1,3 +1,122 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%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 26
%bcond_without check
%global debug_package %{nil}
%global crate ignore
Name: rust-ignore
Version: 0.4.23
Release: %autorelease
Summary: Fast library for efficiently matching ignore files
License: Unlicense OR MIT
URL: https://crates.io/crates/ignore
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: ignore-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast library for efficiently matching ignore files such as
`.gitignore` against file paths.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%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}
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.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-accel-devel %{_description}
This package contains library source intended for building other packages which
use the "simd-accel" feature of the "%{crate}" crate.
%files -n %{name}+simd-accel-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.23-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Sep 28 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.23-1
- Update to verson 0.4.23; Fixes RHBZ#2310777
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.22-1
- Update to version 0.4.22; Fixes RHBZ#2257090
* Sat Dec 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.21-1
- Update to version 0.4.21; Fixes RHBZ#2251601
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Apr 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.20-1
- Update to version 0.4.20; Fixes RHBZ#2158506
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
@ -129,3 +248,5 @@
* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Initial package
## END: Generated by rpmautospec

@ -1,8 +0,0 @@
--- ignore-0.4.22/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ignore-0.4.22/Cargo.toml 2024-01-07T20:57:14.095380+00:00
@@ -77,5 +77,3 @@
[features]
simd-accel = []
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2"

@ -1,85 +0,0 @@
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate ignore
Name: rust-ignore
Version: 0.4.22
Release: %autorelease
Summary: Fast library for efficiently matching ignore files
License: Unlicense OR MIT
URL: https://crates.io/crates/ignore
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: ignore-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast library for efficiently matching ignore files such as
`.gitignore` against file paths.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%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}
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.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-accel-devel %{_description}
This package contains library source intended for building other packages which
use the "simd-accel" feature of the "%{crate}" crate.
%files -n %{name}+simd-accel-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (ignore-0.4.22.crate) = 9647a4887258dd970c87798dee32a16c1cda75ce3e352829f78d97e1b786d67f74d89b2fd76d48a607fe795213965c04c9dfb47713f8fa80561f87ac465956d9
Loading…
Cancel
Save