public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cargo-c] epel9: Update to version 0.10.19+cargo-0.93.0
Date: Sun, 31 May 2026 22:23:57 GMT	[thread overview]
Message-ID: <178026623784.1.8055250085330539208.rpms-rust-cargo-c-6d5a499a127d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cargo-c
Branch : epel9
Commit : 6d5a499a127d0853214f192022e77fef479bdd80
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-01T00:19:07+02:00
Stats  : +30/-29 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cargo-c/c/6d5a499a127d0853214f192022e77fef479bdd80?branch=epel9

Log:
Update to version 0.10.19+cargo-0.93.0

---
diff --git a/.gitignore b/.gitignore
index dd58725..6fc08c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /cargo-c-0.10.15+cargo-0.90.0.crate
 /cargo-c-0.10.16+cargo-0.91.0.crate
 /cargo-c-0.10.18+cargo-0.92.0.crate
+/cargo-c-0.10.19+cargo-0.93.0.crate

diff --git a/cargo-c-fix-metadata-auto.diff b/cargo-c-fix-metadata-auto.diff
index ebf79e3..2934784 100644
--- a/cargo-c-fix-metadata-auto.diff
+++ b/cargo-c-fix-metadata-auto.diff
@@ -1,11 +1,11 @@
---- cargo-c-0.10.18+cargo-0.92.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cargo-c-0.10.18+cargo-0.92.0/Cargo.toml	2026-01-05T19:26:03.017669+00:00
+--- cargo-c-0.10.19+cargo-0.93.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ cargo-c-0.10.19+cargo-0.93.0/Cargo.toml	2026-02-16T13:57:26.644017+00:00
 @@ -13,7 +13,7 @@
  edition = "2021"
- rust-version = "1.89"
+ rust-version = "1.90"
  name = "cargo-c"
--version = "0.10.18+cargo-0.92.0"
-+version = "0.10.18"
+-version = "0.10.19+cargo-0.93.0"
++version = "0.10.19"
  authors = ["Luca Barbato <lu_zero@gentoo.org>"]
  build = false
  autolib = false

diff --git a/cargo-c-fix-metadata.diff b/cargo-c-fix-metadata.diff
index a5d7ca1..d6ff506 100644
--- a/cargo-c-fix-metadata.diff
+++ b/cargo-c-fix-metadata.diff
@@ -1,5 +1,5 @@
---- cargo-c-0.10.18+cargo-0.92.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cargo-c-0.10.18+cargo-0.92.0/Cargo.toml	2026-01-05T19:26:03.018809+00:00
+--- cargo-c-0.10.19+cargo-0.93.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ cargo-c-0.10.19+cargo-0.93.0/Cargo.toml	2026-02-16T13:57:26.645255+00:00
 @@ -36,7 +36,6 @@
  
  [features]

diff --git a/rust-cargo-c.spec b/rust-cargo-c.spec
index d2fc57e..1596cff 100644
--- a/rust-cargo-c.spec
+++ b/rust-cargo-c.spec
@@ -7,10 +7,10 @@
 %endif
 
 %global crate cargo-c
-%global crate_version 0.10.18+cargo-0.92.0
+%global crate_version 0.10.19+cargo-0.93.0
 
 Name:           rust-cargo-c
-Version:        0.10.18
+Version:        0.10.19
 Release:        %autorelease
 Summary:        Helper program to build and install c-like libraries
 
@@ -57,25 +57,25 @@ Summary:        %{summary}
 # Zlib
 # Zlib OR Apache-2.0 OR MIT
 License:        %{shrink:
-    MIT AND
-    Apache-2.0 AND
-    BSD-2-Clause AND
-    BSD-3-Clause AND
-    GPL-2.0-only WITH GCC-exception-2.0 AND
-    ISC AND
-    MPL-2.0 AND
-    MPL-2.0+ AND
-    Unicode-3.0 AND
-    Unicode-DFS-2016 AND
-    Zlib AND
-    (Apache-2.0 OR MIT) AND
-    (Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND
-    (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
-    (BSD-2-Clause OR Apache-2.0 OR MIT) AND
-    (MIT OR Apache-2.0 OR BSD-1-Clause) AND
-    (MIT OR Apache-2.0 OR Zlib) AND
-    (MIT-0 OR Apache-2.0) AND
-    (Unlicense OR MIT)
+    MIT
+    AND Apache-2.0
+    AND BSD-2-Clause
+    AND BSD-3-Clause
+    AND GPL-2.0-only WITH GCC-exception-2.0
+    AND ISC
+    AND MPL-2.0
+    AND MPL-2.0+
+    AND Unicode-3.0
+    AND Unicode-DFS-2016
+    AND Zlib
+    AND (Apache-2.0 OR MIT)
+    AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception)
+    AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
+    AND (BSD-2-Clause OR Apache-2.0 OR MIT)
+    AND (MIT OR Apache-2.0 OR BSD-1-Clause)
+    AND (MIT OR Apache-2.0 OR Zlib)
+    AND (MIT-0 OR Apache-2.0)
+    AND (Unlicense OR MIT)
 }
 # LICENSE.dependencies contains a full license breakdown
 

diff --git a/sources b/sources
index a78f601..f0e4441 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-c-0.10.18+cargo-0.92.0.crate) = ecabcb31df236e585ebec01145ad5340f70c1b3f4bb8a566ce43b43d4972dbda722d1bcbac57bdf4f9723395d7aab8553b999ffded5945720c1736d122ddfd2b
+SHA512 (cargo-c-0.10.19+cargo-0.93.0.crate) = 6f76cb7e26e026c2d29845931c9d39cb16d910675cd672bf5f73d29c17f4317fcc039c3763dfac4f4475b7a4581a59a6a07bff0c2ae8d015d111c45a3cdf6ed4

                 reply	other threads:[~2026-05-31 22:23 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=178026623784.1.8055250085330539208.rpms-rust-cargo-c-6d5a499a127d@fedoraproject.org \
    --to=decathorpe@gmail.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