public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Daiki Ueno <dueno@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-crypto-auditing] f44: Update to 0.3.0
Date: Sun, 06 Sep 2026 19:36:57 GMT	[thread overview]
Message-ID: <178872341751.1.18064624240102987499.rpms-rust-crypto-auditing-54569540d80d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-crypto-auditing
            Branch : f44
            Commit : 54569540d80df9289415a52e6cf5966d78566109
            Author : Daiki Ueno <dueno@redhat.com>
            Date   : 2026-03-04T14:32:49+09:00
            Stats  : +17/-30 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-crypto-auditing/c/54569540d80df9289415a52e6cf5966d78566109?branch=f44

            Log:
            Update to 0.3.0

Signed-off-by: Daiki Ueno <dueno@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index 0c7e69c..152be8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /crypto-auditing-0.2.2.crate
 /crypto-auditing-0.2.3.crate
 /crypto-auditing-0.2.4.crate
+/crypto-auditing-0.3.0.crate

diff --git a/crypto-auditing-fix-metadata.diff b/crypto-auditing-fix-metadata.diff
index 4a426c7..8905a27 100644
--- a/crypto-auditing-fix-metadata.diff
+++ b/crypto-auditing-fix-metadata.diff
@@ -1,8 +1,11 @@
---- crypto-auditing-0.2.3/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ crypto-auditing-0.2.3/Cargo.toml	2025-10-14T10:05:28.020234+00:00
-@@ -88,4 +88,4 @@
- ]
+--- crypto-auditing-0.3.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ crypto-auditing-0.3.0/Cargo.toml	2026-03-04T02:58:39.286567+00:00
+@@ -54,7 +54,7 @@
+ features = ["hex"]
  
- [build-dependencies.bindgen]
--version = "0.63"
-+version = "0.72"
+ [dependencies.sysinfo]
+-version = "0.38"
++version = "0.37"
+ 
+ [dependencies.thiserror]
+ version = "1.0"

diff --git a/rust-crypto-auditing.spec b/rust-crypto-auditing.spec
index dcdf39a..bbd0816 100644
--- a/rust-crypto-auditing.spec
+++ b/rust-crypto-auditing.spec
@@ -1,18 +1,19 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate crypto-auditing
 
 Name:           rust-crypto-auditing
-Version:        0.2.4
+Version:        0.3.0
 Release:        %autorelease
 Summary:        Client library for crypto-auditing project
 
 License:        GPL-3.0-or-later
 URL:            https://crates.io/crates/crypto-auditing
 Source:         %{crates_source}
-Patch:          rust-crypto-auditing-0.2.4-types32.patch
+# Manually created patch for downstream crate metadata changes
+Patch:          crypto-auditing-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -48,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version} -p2
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires

diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 8b50fa8..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
-    """\
-    Update bindgen from 0.63 to 0.72: \
-    https://github.com/latchset/crypto-auditing/pull/182\
-    """,
-]
-
-[[package.extra-patches]]
-number = 10
-file = "0001-Avoid-deprecated-CargoCallbacks-constant.patch"
-comments = [
-    """\
-    Stop using the deprecated CargoCallbacks constant in build.rs; associated \
-    with the update to bindgen 0.72; part of \
-    https://github.com/latchset/crypto-auditing/pull/182.\
-    """,
-]

diff --git a/sources b/sources
index 402ecd5..81f0ef2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (crypto-auditing-0.2.4.crate) = e004d2e6cd55e8efcf7fe219534ceb0991ed4837c0f2a9ac6dc4ac3d54dfd60c1ef1573a5202e5952c94a4c862a2ba31ac716d4a95d5ce673effd945cc64f968
+SHA512 (crypto-auditing-0.3.0.crate) = 3a3f4bded71013a7c7f1db4a304b444bc2abc3b99542a0dca545f348216ffd7c2416300d46de0311b4e6447b162fdcd77d9cee9ed7da0655e21b7aa4aeeb9af5

                 reply	other threads:[~2026-09-06 19:36 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=178872341751.1.18064624240102987499.rpms-rust-crypto-auditing-54569540d80d@fedoraproject.org \
    --to=dueno@redhat.com \
    --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