public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-glycin] f45: Update to version 4.0.0; Fixes RHBZ#2530772
@ 2026-09-14 11:58 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-14 11:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-glycin
Branch : f45
Commit : 1c9c48a97f4d0b5bd58c5cef821dfefd8e116007
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-11T18:32:05+02:00
Stats : +16/-10 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-glycin/c/1c9c48a97f4d0b5bd58c5cef821dfefd8e116007?branch=f45
Log:
Update to version 4.0.0; Fixes RHBZ#2530772
---
diff --git a/.gitignore b/.gitignore
index 32564df..86ba43b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
/glycin-3.1.0.crate
/glycin-4.0.0-alpha.crate
/glycin-4.0.0-beta.crate
+/glycin-4.0.0.crate
diff --git a/glycin-fix-metadata-auto.diff b/glycin-fix-metadata-auto.diff
index ddf3aaf..a7f84c7 100644
--- a/glycin-fix-metadata-auto.diff
+++ b/glycin-fix-metadata-auto.diff
@@ -1,15 +1,15 @@
---- glycin-4.0.0-beta/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ glycin-4.0.0-beta/Cargo.toml 2026-08-11T12:26:10.390855+00:00
+--- glycin-4.0.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ glycin-4.0.0/Cargo.toml 2026-09-11T16:28:39.697196+00:00
@@ -61,10 +61,6 @@
optional = true
default-features = false
-[target.'cfg(not(target_os = "linux"))'.dependencies.glycin-builtin]
--version = "4.0.0-alpha.7"
+-version = "4.0.0"
-default-features = false
-
[target.'cfg(target_os = "linux")'.dependencies.glycin-external]
- version = "4.0.0-alpha.7"
+ version = "4.0.0"
default-features = false
@@ -72,3 +68,4 @@
[lints.clippy]
diff --git a/rust-glycin.spec b/rust-glycin.spec
index 5ce41e6..6153692 100644
--- a/rust-glycin.spec
+++ b/rust-glycin.spec
@@ -1,18 +1,18 @@
# Generated by rust2rpm 28
-%bcond check 1
+# * crate contains no compilable or runnable tests
+%bcond check 0
%global debug_package %{nil}
%global crate glycin
-%global crate_version 4.0.0-beta
Name: rust-glycin
-Version: 4.0.0~beta
+Version: 4.0.0
Release: %autorelease
Summary: Sandboxed image decoding
License: MPL-2.0 OR LGPL-2.1-or-later
URL: https://crates.io/crates/glycin
-Source: %{crates_source %{crate} %{crate_version}}
+Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: glycin-fix-metadata-auto.diff
@@ -33,6 +33,7 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
+%license %{crate_instdir}/LICENSE
%license %{crate_instdir}/LICENSE-LGPL-2.1
%license %{crate_instdir}/LICENSE-MPL-2.0
%doc %{crate_instdir}/README.md
@@ -135,7 +136,7 @@ use the "tokio" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{crate_version} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..2039d4d
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[tests]
+run = false
+comments = ["crate contains no compilable or runnable tests"]
+
diff --git a/sources b/sources
index 69478e7..3ca9396 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glycin-4.0.0-beta.crate) = 6d9c198d259479f2748051ce69860dc7720c1985ff9e1a13af4f4adf69ef835b7fae2a708546a59da9c86490ed61bf12753d7889585ad4717205a89c30d4f970
+SHA512 (glycin-4.0.0.crate) = 4fe69b6095b0aeefce6e73eb45905be694d65c44d28c1852d163033b8c5344d1eabf713a0a70d43c8f3f4337ede8f4e74caaaefcf0569013ccbf7f238e7c71b4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 11:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 11:58 [rpms/rust-glycin] f45: Update to version 4.0.0; Fixes RHBZ#2530772 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox