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-base16ct] f43: Update to version 1.0.0; Fixes RHBZ#2389985
Date: Wed, 05 Aug 2026 06:25:39 GMT	[thread overview]
Message-ID: <178591113993.1.3278153150374820605.rpms-rust-base16ct-e422118adf8b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-base16ct
Branch : f43
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=f43

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

                 reply	other threads:[~2026-08-05  6:25 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=178591113993.1.3278153150374820605.rpms-rust-base16ct-e422118adf8b@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