Compare commits

..

7 Commits

Author SHA1 Message Date
Fabio Valentini 92392e0632
Update to version 0.2.3; Fixes RHBZ#2328741
2 months ago
Fabio Valentini 75e06ed522
Update to version 0.2.2; Fixes RHBZ#2318148
3 months ago
Fedora Release Engineering 4936112588 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 4f28738e46 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 7d7cf8386d
Regenerate with rust2rpm v24
1 year ago
Fedora Release Engineering 27a75fd26c Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 680b670789 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -1,3 +1,5 @@
/pathdiff-0.1.0.crate /pathdiff-0.1.0.crate
/pathdiff-0.2.0.crate /pathdiff-0.2.0.crate
/pathdiff-0.2.1.crate /pathdiff-0.2.1.crate
/pathdiff-0.2.2.crate
/pathdiff-0.2.3.crate

@ -1,3 +0,0 @@
# rust-pathdiff
The rust-pathdiff package

@ -1,22 +1,20 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate pathdiff %global crate pathdiff
Name: rust-%{crate} Name: rust-pathdiff
Version: 0.2.1 Version: 0.2.3
Release: %autorelease Release: %autorelease
Summary: Library for diffing paths to obtain relative paths Summary: Library for diffing paths to obtain relative paths
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/pathdiff URL: https://crates.io/crates/pathdiff
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Library for diffing paths to obtain relative paths.} Library for diffing paths to obtain relative paths.}
@ -33,8 +31,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,7 +45,7 @@ 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 %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+camino-devel %package -n %{name}+camino-devel
Summary: %{summary} Summary: %{summary}
@ -58,10 +57,10 @@ This package contains library source intended for building other packages which
use the "camino" feature of the "%{crate}" crate. use the "camino" feature of the "%{crate}" crate.
%files -n %{name}+camino-devel %files -n %{name}+camino-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 +1 @@
SHA512 (pathdiff-0.2.1.crate) = a646f271ce81d5f6d4a8e0d98a2c802a8796a961cf8fe8177911e7757bdaecd8b156ff22046f1663a9efcd5fef1e6f000e5509d3949dbaeb494126b7e8a546b7 SHA512 (pathdiff-0.2.3.crate) = 54938b311d4eeb49d1d7418d2ab7ffd19bd308c36419cf3ad3ae58785b971fbb2fd2d8f5907e0c47be7bf74ded98c62deeb90f509e6cb0edc6d3c1a69dce3bf7

Loading…
Cancel
Save