public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-der_derive] rawhide: Update to version 0.8.0; Fixes RHBZ#2439215
@ 2026-07-01 10:29 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01 10:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-der_derive
Branch : rawhide
Commit : 654d783179f6d6397b8fa91cdef49cec88411f19
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-01T11:28:15+01:00
Stats : +15/-5 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-der_derive/c/654d783179f6d6397b8fa91cdef49cec88411f19?branch=rawhide
Log:
Update to version 0.8.0; Fixes RHBZ#2439215
---
diff --git a/.gitignore b/.gitignore
index 5760c95..78def1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/der_derive-0.7.1.crate
/der_derive-0.7.2.crate
/der_derive-0.7.3.crate
+/der_derive-0.8.0.crate
diff --git a/rust-der_derive.rpmlintrc b/rust-der_derive.rpmlintrc
new file mode 100644
index 0000000..44d04d6
--- /dev/null
+++ b/rust-der_derive.rpmlintrc
@@ -0,0 +1,2 @@
+# Not a real spelling error:
+addFilter(r" spelling-error \(\"[Cc]rate's\",")
diff --git a/rust-der_derive.spec b/rust-der_derive.spec
index 06ce095..1f77bbd 100644
--- a/rust-der_derive.spec
+++ b/rust-der_derive.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate der_derive
Name: rust-der_derive
-Version: 0.7.3
+Version: 0.8.0
Release: %autorelease
Summary: Custom derive support for the der crate's Choice and Sequence traits
@@ -34,7 +34,6 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..5db7c26
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,8 @@
+[package]
+doc-files.exclude = [
+ # This file is included as a documentation string in the library, so
+ # compilation fails if it is not present. It therefore must not be marked
+ # as documentation, because packages should be equally useful when their
+ # documentation is not installed.
+ "README.md",
+]
diff --git a/sources b/sources
index 8938b4c..45d0076 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (der_derive-0.7.3.crate) = 8923f2a0c0fa882b54eceb4cb4b51ade1a92e785e477fdca1fbc14138e42ef4d7f415d3c539b62b61cf57e15ac77048a2bfd623e03392de1a65fed819cf7ac73
+SHA512 (der_derive-0.8.0.crate) = 99b357b6d660ce040d12eac031fc7dc4deafa4315705724e9cc18e1ad55f8b4132e6a45488a975cb53a7ea53e9216428e90bb028833a88dbd5b3bdc15cd563eb
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 10:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 10:29 [rpms/rust-der_derive] rawhide: Update to version 0.8.0; Fixes RHBZ#2439215 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox