public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-serdect] f43: Update to version 0.4.3; Fixes RHBZ#2335943
@ 2026-08-05  6:27 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-05  6:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-serdect
Branch : f43
Commit : 0e2d8b5130b531f90e8ab885231b46068c853038
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-04T08:02:35+01:00
Stats  : +22/-10 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-serdect/c/0e2d8b5130b531f90e8ab885231b46068c853038?branch=f43

Log:
Update to version 0.4.3; Fixes RHBZ#2335943

---
diff --git a/.gitignore b/.gitignore
index 6544bc6..3354d09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /serdect-0.2.0.crate
+/serdect-0.4.3.crate

diff --git a/rust-serdect.spec b/rust-serdect.spec
index 9a8c63f..5475b4a 100644
--- a/rust-serdect.spec
+++ b/rust-serdect.spec
@@ -1,20 +1,19 @@
-# Generated by rust2rpm 24
-# * missing dev-dependencies: serde-json-core ^0.5
-%bcond_with check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate serdect
 
 Name:           rust-serdect
-Version:        0.2.0
+Version:        0.4.3
 Release:        %autorelease
-Summary:        Constant-time serde serializer/deserializer helpers for data that potentially contains secrets
+Summary:        Constant-time serializer/deserializer helpers for serde
 
 License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/serdect
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Constant-time serde serializer/deserializer helpers for data that
@@ -62,6 +61,18 @@ use the "alloc" feature of the "%{crate}" crate.
 %files       -n %{name}+alloc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+derive-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+derive-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "derive" feature of the "%{crate}" crate.
+
+%files       -n %{name}+derive-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+zeroize-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -75,7 +86,7 @@ use the "zeroize" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires

diff --git a/rust2rpm.conf b/rust2rpm.conf
deleted file mode 100644
index 48ce7fe..0000000
--- a/rust2rpm.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-summary = Constant-time serializer/deserializer helpers for serde

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..74a1a0b
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,2 @@
+[package]
+summary = "Constant-time serializer/deserializer helpers for serde"

diff --git a/sources b/sources
index 5a79625..1206a00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (serdect-0.2.0.crate) = b96d631dae093e9852c2c71efd4fcf6f183e72817cb60944bfe7c90281e8e25b4167c3c71c7184bf8a42c23fade704b28c30d03d429cfd028d8a75eed4e2e0e6
+SHA512 (serdect-0.4.3.crate) = 7c4c347ad6054444e26235f820587a77e190999f882f17b500f9ab1c63945896bc4d25d07bda8e91a1ee9b95e2177dee33f8cf01f62e5feff3aa56d9f19dead6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05  6:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05  6:27 [rpms/rust-serdect] f43: Update to version 0.4.3; Fixes RHBZ#2335943 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