Update to version 0.1.8; Fixes RHBZ#2283691

epel10
Fabio Valentini 7 months ago
parent 3deff027fd
commit ba47de6cda
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +0,0 @@
--- databake-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ databake-0.1.7/Cargo.toml 2024-02-07T13:29:46.061123+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.docs.rs]

@ -1,20 +1,17 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate databake %global crate databake
Name: rust-databake Name: rust-databake
Version: 0.1.7 Version: 0.1.8
Release: %autorelease Release: %autorelease
Summary: Trait that lets structs represent themselves as (const) Rust expressions Summary: Trait that lets structs represent themselves as (const) Rust expressions
License: Unicode-DFS-2016 License: Unicode-3.0
URL: https://crates.io/crates/databake URL: https://crates.io/crates/databake
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * set license in crate metadata
Patch: databake-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -0,0 +1,3 @@
[features]
enable-all = true

@ -1 +1 @@
SHA512 (databake-0.1.7.crate) = b7c37a637ba5b7401c7650e5334da901ce9297871ebfac5136d03cd6a8c5ed7c47d7a46ee7566044cf9b104877c22dc6eec0ecf6c16763e8cb2036eadd4a321a SHA512 (databake-0.1.8.crate) = 14ced58ae1cf405bed5a523e018a216b0b8bbf3faf2178c40364e0d91cb58a6629281633d5b63e70486707cdece4d02b49d61499e2faacb17571c1f8b4a864cc

Loading…
Cancel
Save