Update to version 0.1.7; Fixes RHBZ#2240278

epel10
Fabio Valentini 12 months ago
parent 355e516c4b
commit 90227d1a6d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/databake-derive-0.1.5.crate /databake-derive-0.1.5.crate
/databake-derive-0.1.7.crate

@ -0,0 +1,11 @@
--- databake-derive-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ databake-derive-0.1.7/Cargo.toml 2024-02-07T13:30:56.110390+00:00
@@ -39,7 +39,7 @@
"development-tools::procedural-macro-helpers",
"development-tools::build-utils",
]
-license-file = "LICENSE"
+license = "Unicode-DFS-2016"
repository = "https://github.com/unicode-org/icu4x"
[package.metadata.workspaces]

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,15 +6,18 @@
%global crate databake-derive %global crate databake-derive
Name: rust-databake-derive Name: rust-databake-derive
Version: 0.1.5 Version: 0.1.7
Release: %autorelease Release: %autorelease
Summary: Custom derive for the databake crate Summary: Custom derive for the databake crate
License: Unicode-DFS-2016 License: Unicode-DFS-2016
URL: https://crates.io/crates/databake-derive URL: https://crates.io/crates/databake-derive
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * set license in crate metadata
Patch: databake-derive-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Custom derive for the databake crate.} Custom derive for the databake crate.}
@ -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 +1 @@
SHA512 (databake-derive-0.1.5.crate) = 3a75615f97d41e4b78d0a5fb9e752485f680391411b9bd1db369a3752214d4353b67ef7b3144228c0f0b274938005ba38c32f94ac38792388c180f4fe71e6add SHA512 (databake-derive-0.1.7.crate) = de8dc7c0f3b4df0fe7b3e2ba45d11521e7506bab5a6c128acf85991c27b37019cb62d2891c9b3f30f34228f89d48712ef6e9a2b0d483aad3a518589f2a6ad917

Loading…
Cancel
Save