Compare commits

...

8 Commits

6
.gitignore vendored

@ -2,3 +2,9 @@
/gix-path-0.8.3.crate /gix-path-0.8.3.crate
/gix-path-0.8.4.crate /gix-path-0.8.4.crate
/gix-path-0.10.0.crate /gix-path-0.10.0.crate
/gix-path-0.10.5.crate
/gix-path-0.10.7.crate
/gix-path-0.10.8.crate
/gix-path-0.10.9.crate
/gix-path-0.10.11.crate
/gix-path-0.10.13.crate

@ -0,0 +1,24 @@
--- gix-path-0.10.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-path-0.10.13/Cargo.toml 2024-11-26T19:26:56.087266+00:00
@@ -54,16 +54,6 @@
[target.'cfg(not(target_family = "wasm"))'.dependencies.home]
version = "0.5.5"
-
-[target."cfg(windows)".dev-dependencies.known-folders]
-version = "1.1.0"
-
-[target."cfg(windows)".dev-dependencies.windows]
-version = "0.58.0"
-features = ["Win32_System_Threading"]
-
-[target."cfg(windows)".dev-dependencies.winreg]
-version = "0.52.0"
[lints.clippy]
bool_to_int_with_if = "allow"
@@ -139,3 +129,4 @@
priority = -1
[lints.rust]
+

@ -1,19 +1,23 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 27
%bcond_without check # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-path %global crate gix-path
Name: rust-gix-path Name: rust-gix-path
Version: 0.10.0 Version: 0.10.13
Release: %autorelease Release: %autorelease
Summary: Utility crate for handling paths in gix Summary: Utility crate for handling paths in gix
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-path URL: https://crates.io/crates/gix-path
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: gix-path-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A crate of the gitoxide project dealing paths and their conversions.} A crate of the gitoxide project dealing paths and their conversions.}
@ -32,7 +36,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -48,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Utility crate for handling paths in gix

@ -0,0 +1,9 @@
[package]
summary = "Utility crate for handling paths in gix"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

@ -1 +1 @@
SHA512 (gix-path-0.10.0.crate) = d6bee153099bd542388f7ea26d388d3f478f7c8dd94a7b1c815daa70c57181f62dce6382036a4058e243ee65ba287e9fd0aa83fb655e537ae502a6b67223b181 SHA512 (gix-path-0.10.13.crate) = 7bbe2ff099523869fb8c3d3522988919798ae2ae77188876ef1aa86f2ad484f15ab8f7563eacbee9787c88dd23695601982b9574474f9c1258be2a271c737dad

Loading…
Cancel
Save