public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-der_derive] epel10: Update to version 0.8.0; Fixes RHBZ#2439215
Date: Wed, 01 Jul 2026 10:30:42 GMT [thread overview]
Message-ID: <178290184232.1.3179135154065911254.rpms-rust-der_derive-654d783179f6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-der_derive
Branch : epel10
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=epel10
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
reply other threads:[~2026-07-01 10:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178290184232.1.3179135154065911254.rpms-rust-der_derive-654d783179f6@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox