Update to version 1.9.0

epel9 imports/e9/rust-relative-path-1.9.0-1.el9
Fabio Valentini 1 year ago
parent 14ca901bb7
commit 4e264aaa55
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/relative-path-1.6.1.crate
/relative-path-1.7.0.crate
/relative-path-1.7.2.crate
/relative-path-1.9.0.crate

@ -1,3 +0,0 @@
# rust-relative-path
The rust-relative-path package

@ -1,3 +1,27 @@
* Wed Oct 04 2023 Fabio Valentini <decathorpe@gmail.com> 1.9.0-1
- Update to version 1.9.0
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 13 2022 Fabio Valentini <decathorpe@gmail.com> 1.7.2-1
- Update to version 1.7.2; Fixes RHBZ#2105764
* Tue Mar 29 2022 Fabio Valentini <decathorpe@gmail.com> 1.7.0-1
- Update to version 1.7.0; Fixes RHBZ#2066585
* Mon Feb 07 2022 Fabio Valentini <decathorpe@gmail.com> 1.6.1-1
- Update to version 1.6.1; Fixes RHBZ#2051448
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Dec 09 2021 Fabio Valentini <decathorpe@gmail.com> 1.6.0-1
- Update to version 1.6.0; Fixes RHBZ#2028977
* Thu Jul 29 2021 Fabio Valentini <decathorpe@gmail.com> 1.5.0-1
- Update to version 1.5.0; Fixes RHBZ#1987224
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1,21 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate relative-path
Name: rust-%{crate}
Version: 1.7.2
Name: rust-relative-path
Version: 1.9.0
Release: %autorelease
Summary: Portable, relative paths for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/relative-path
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -51,18 +49,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ci-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ci-devel %{_description}
This package contains library source intended for building other packages which
use the "ci" feature of the "%{crate}" crate.
%files -n %{name}+ci-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch

@ -0,0 +1,2 @@
[DEFAULT]
all-features = true

@ -1 +1 @@
SHA512 (relative-path-1.7.2.crate) = da77c10d93fdcc9cb93884121a0740f822a2e7ee3702c66472697f88fcee091f6a7bff514727cd346b36b380b1892e6d7760bf37eac6b5d70679c85a42c8ba5d
SHA512 (relative-path-1.9.0.crate) = 67bee40251f33bed1ea84e34dc3d356fa27e3c0578d447c2f1f144ccc6ec55d5124add0e691af403f15e82263a990418d9a8de5c3bebd4025481a1a59f21d425

Loading…
Cancel
Save