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

A new commit has been pushed.

Repo   : rpms/rust-base16ct
Branch : rawhide
Commit : e422118adf8b34a6a8e44c61cbd2959f7a5223aa
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-04T08:14:59+01:00
Stats  : +9/-18 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-base16ct/c/e422118adf8b34a6a8e44c61cbd2959f7a5223aa?branch=rawhide

Log:
Update to version 1.0.0; Fixes RHBZ#2389985

---
diff --git a/.gitignore b/.gitignore
index 375b73a..f093286 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /base16ct-0.2.0.crate
+/base16ct-1.0.0.crate

diff --git a/rust-base16ct.spec b/rust-base16ct.spec
index 6964035..071d9b4 100644
--- a/rust-base16ct.spec
+++ b/rust-base16ct.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate base16ct
 
 Name:           rust-base16ct
-Version:        0.2.0
+Version:        1.0.0
 Release:        %autorelease
 Summary:        Pure Rust, constant-time implementation of Base16 (RFC 4648)
 
@@ -13,7 +13,7 @@ License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/base16ct
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which
@@ -63,20 +63,8 @@ use the "alloc" feature of the "%{crate}" crate.
 %files       -n %{name}+alloc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+std-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
-
-%files       -n %{name}+std-devel
-%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.toml b/rust2rpm.toml
new file mode 100644
index 0000000..e047584
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,2 @@
+[package]
+summary = "Pure Rust, constant-time implementation of Base16 (RFC 4648)"

diff --git a/sources b/sources
index b22af00..acd7fa7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (base16ct-0.2.0.crate) = efe7c810102646733cb24c5cab62bd58d797e77b117d0fa5d651c34630f77de4d768fb99c981af5968393734bc32a2c1944a719f9f1a192b5062c0af8bb3413a
+SHA512 (base16ct-1.0.0.crate) = b1b4d8470252bb1e185dbe3643a714d543a53809649f133359b1da19de05f84184f905502e350131872e8497ebe9d6b0b376eecb9e836c1deb775331c9389586

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

only message in thread, other threads:[~2026-08-05  6:22 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:22 [rpms/rust-base16ct] rawhide: Update to version 1.0.0; Fixes RHBZ#2389985 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