public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-typenum] rawhide: Update to version 1.20.1; Fixes RHBZ#2459492
@ 2026-05-29 18:36 Fabio Valentini
2026-05-29 18:36 ` [rpms/rust-typenum] f44: " Fabio Valentini
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Fabio Valentini @ 2026-05-29 18:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-typenum
Branch : rawhide
Commit : 11acb9b8b6e80d27141e62c2974202b79a8751f9
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-29T20:32:19+02:00
Stats : +4/-27 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-typenum/c/11acb9b8b6e80d27141e62c2974202b79a8751f9?branch=rawhide
Log:
Update to version 1.20.1; Fixes RHBZ#2459492
---
diff --git a/.gitignore b/.gitignore
index b708589..0622da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/typenum-1.17.0.crate
/typenum-1.18.0.crate
/typenum-1.19.0.crate
+/typenum-1.20.1.crate
diff --git a/rust-typenum.spec b/rust-typenum.spec
index 9dab2ce..60a8dba 100644
--- a/rust-typenum.spec
+++ b/rust-typenum.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate typenum
Name: rust-typenum
-Version: 1.19.0
+Version: 1.20.1
Release: %autorelease
Summary: Type-level numbers evaluated at compile time
@@ -64,18 +64,6 @@ use the "const-generics" feature of the "%{crate}" crate.
%files -n %{name}+const-generics-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+force_unix_path_separator-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+force_unix_path_separator-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force_unix_path_separator" feature of the "%{crate}" crate.
-
-%files -n %{name}+force_unix_path_separator-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
@@ -88,18 +76,6 @@ use the "i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+no_std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+no_std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "no_std" feature of the "%{crate}" crate.
-
-%files -n %{name}+no_std-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 8fd1e07..578fb5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (typenum-1.19.0.crate) = 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4
+SHA512 (typenum-1.20.1.crate) = ad4768b49dc06808e3135411ffaf21453572d152f71d73c34b7fe5d00e276d3e121dc78ebed57d620cf46b5ab24b5b5e0787f38ad9ce8bd12330b499cbbde5e1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/rust-typenum] f44: Update to version 1.20.1; Fixes RHBZ#2459492
2026-05-29 18:36 [rpms/rust-typenum] rawhide: Update to version 1.20.1; Fixes RHBZ#2459492 Fabio Valentini
@ 2026-05-29 18:36 ` Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] f43: " Fabio Valentini
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Fabio Valentini @ 2026-05-29 18:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-typenum
Branch : f44
Commit : 11acb9b8b6e80d27141e62c2974202b79a8751f9
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-29T20:32:19+02:00
Stats : +4/-27 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-typenum/c/11acb9b8b6e80d27141e62c2974202b79a8751f9?branch=f44
Log:
Update to version 1.20.1; Fixes RHBZ#2459492
---
diff --git a/.gitignore b/.gitignore
index b708589..0622da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/typenum-1.17.0.crate
/typenum-1.18.0.crate
/typenum-1.19.0.crate
+/typenum-1.20.1.crate
diff --git a/rust-typenum.spec b/rust-typenum.spec
index 9dab2ce..60a8dba 100644
--- a/rust-typenum.spec
+++ b/rust-typenum.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate typenum
Name: rust-typenum
-Version: 1.19.0
+Version: 1.20.1
Release: %autorelease
Summary: Type-level numbers evaluated at compile time
@@ -64,18 +64,6 @@ use the "const-generics" feature of the "%{crate}" crate.
%files -n %{name}+const-generics-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+force_unix_path_separator-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+force_unix_path_separator-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force_unix_path_separator" feature of the "%{crate}" crate.
-
-%files -n %{name}+force_unix_path_separator-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
@@ -88,18 +76,6 @@ use the "i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+no_std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+no_std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "no_std" feature of the "%{crate}" crate.
-
-%files -n %{name}+no_std-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 8fd1e07..578fb5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (typenum-1.19.0.crate) = 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4
+SHA512 (typenum-1.20.1.crate) = ad4768b49dc06808e3135411ffaf21453572d152f71d73c34b7fe5d00e276d3e121dc78ebed57d620cf46b5ab24b5b5e0787f38ad9ce8bd12330b499cbbde5e1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/rust-typenum] f43: Update to version 1.20.1; Fixes RHBZ#2459492
2026-05-29 18:36 [rpms/rust-typenum] rawhide: Update to version 1.20.1; Fixes RHBZ#2459492 Fabio Valentini
2026-05-29 18:36 ` [rpms/rust-typenum] f44: " Fabio Valentini
@ 2026-05-29 18:37 ` Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] epel10: " Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] epel9: " Fabio Valentini
3 siblings, 0 replies; 5+ messages in thread
From: Fabio Valentini @ 2026-05-29 18:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-typenum
Branch : f43
Commit : 11acb9b8b6e80d27141e62c2974202b79a8751f9
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-29T20:32:19+02:00
Stats : +4/-27 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-typenum/c/11acb9b8b6e80d27141e62c2974202b79a8751f9?branch=f43
Log:
Update to version 1.20.1; Fixes RHBZ#2459492
---
diff --git a/.gitignore b/.gitignore
index b708589..0622da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/typenum-1.17.0.crate
/typenum-1.18.0.crate
/typenum-1.19.0.crate
+/typenum-1.20.1.crate
diff --git a/rust-typenum.spec b/rust-typenum.spec
index 9dab2ce..60a8dba 100644
--- a/rust-typenum.spec
+++ b/rust-typenum.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate typenum
Name: rust-typenum
-Version: 1.19.0
+Version: 1.20.1
Release: %autorelease
Summary: Type-level numbers evaluated at compile time
@@ -64,18 +64,6 @@ use the "const-generics" feature of the "%{crate}" crate.
%files -n %{name}+const-generics-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+force_unix_path_separator-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+force_unix_path_separator-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force_unix_path_separator" feature of the "%{crate}" crate.
-
-%files -n %{name}+force_unix_path_separator-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
@@ -88,18 +76,6 @@ use the "i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+no_std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+no_std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "no_std" feature of the "%{crate}" crate.
-
-%files -n %{name}+no_std-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 8fd1e07..578fb5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (typenum-1.19.0.crate) = 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4
+SHA512 (typenum-1.20.1.crate) = ad4768b49dc06808e3135411ffaf21453572d152f71d73c34b7fe5d00e276d3e121dc78ebed57d620cf46b5ab24b5b5e0787f38ad9ce8bd12330b499cbbde5e1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/rust-typenum] epel10: Update to version 1.20.1; Fixes RHBZ#2459492
2026-05-29 18:36 [rpms/rust-typenum] rawhide: Update to version 1.20.1; Fixes RHBZ#2459492 Fabio Valentini
2026-05-29 18:36 ` [rpms/rust-typenum] f44: " Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] f43: " Fabio Valentini
@ 2026-05-29 18:37 ` Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] epel9: " Fabio Valentini
3 siblings, 0 replies; 5+ messages in thread
From: Fabio Valentini @ 2026-05-29 18:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-typenum
Branch : epel10
Commit : 11acb9b8b6e80d27141e62c2974202b79a8751f9
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-29T20:32:19+02:00
Stats : +4/-27 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-typenum/c/11acb9b8b6e80d27141e62c2974202b79a8751f9?branch=epel10
Log:
Update to version 1.20.1; Fixes RHBZ#2459492
---
diff --git a/.gitignore b/.gitignore
index b708589..0622da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/typenum-1.17.0.crate
/typenum-1.18.0.crate
/typenum-1.19.0.crate
+/typenum-1.20.1.crate
diff --git a/rust-typenum.spec b/rust-typenum.spec
index 9dab2ce..60a8dba 100644
--- a/rust-typenum.spec
+++ b/rust-typenum.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate typenum
Name: rust-typenum
-Version: 1.19.0
+Version: 1.20.1
Release: %autorelease
Summary: Type-level numbers evaluated at compile time
@@ -64,18 +64,6 @@ use the "const-generics" feature of the "%{crate}" crate.
%files -n %{name}+const-generics-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+force_unix_path_separator-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+force_unix_path_separator-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force_unix_path_separator" feature of the "%{crate}" crate.
-
-%files -n %{name}+force_unix_path_separator-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
@@ -88,18 +76,6 @@ use the "i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+no_std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+no_std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "no_std" feature of the "%{crate}" crate.
-
-%files -n %{name}+no_std-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 8fd1e07..578fb5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (typenum-1.19.0.crate) = 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4
+SHA512 (typenum-1.20.1.crate) = ad4768b49dc06808e3135411ffaf21453572d152f71d73c34b7fe5d00e276d3e121dc78ebed57d620cf46b5ab24b5b5e0787f38ad9ce8bd12330b499cbbde5e1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [rpms/rust-typenum] epel9: Update to version 1.20.1; Fixes RHBZ#2459492
2026-05-29 18:36 [rpms/rust-typenum] rawhide: Update to version 1.20.1; Fixes RHBZ#2459492 Fabio Valentini
` (2 preceding siblings ...)
2026-05-29 18:37 ` [rpms/rust-typenum] epel10: " Fabio Valentini
@ 2026-05-29 18:37 ` Fabio Valentini
3 siblings, 0 replies; 5+ messages in thread
From: Fabio Valentini @ 2026-05-29 18:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-typenum
Branch : epel9
Commit : 11acb9b8b6e80d27141e62c2974202b79a8751f9
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-29T20:32:19+02:00
Stats : +4/-27 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-typenum/c/11acb9b8b6e80d27141e62c2974202b79a8751f9?branch=epel9
Log:
Update to version 1.20.1; Fixes RHBZ#2459492
---
diff --git a/.gitignore b/.gitignore
index b708589..0622da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/typenum-1.17.0.crate
/typenum-1.18.0.crate
/typenum-1.19.0.crate
+/typenum-1.20.1.crate
diff --git a/rust-typenum.spec b/rust-typenum.spec
index 9dab2ce..60a8dba 100644
--- a/rust-typenum.spec
+++ b/rust-typenum.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate typenum
Name: rust-typenum
-Version: 1.19.0
+Version: 1.20.1
Release: %autorelease
Summary: Type-level numbers evaluated at compile time
@@ -64,18 +64,6 @@ use the "const-generics" feature of the "%{crate}" crate.
%files -n %{name}+const-generics-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+force_unix_path_separator-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+force_unix_path_separator-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force_unix_path_separator" feature of the "%{crate}" crate.
-
-%files -n %{name}+force_unix_path_separator-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
@@ -88,18 +76,6 @@ use the "i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+no_std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+no_std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "no_std" feature of the "%{crate}" crate.
-
-%files -n %{name}+no_std-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 8fd1e07..578fb5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (typenum-1.19.0.crate) = 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4
+SHA512 (typenum-1.20.1.crate) = ad4768b49dc06808e3135411ffaf21453572d152f71d73c34b7fe5d00e276d3e121dc78ebed57d620cf46b5ab24b5b5e0787f38ad9ce8bd12330b499cbbde5e1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-29 18:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 18:36 [rpms/rust-typenum] rawhide: Update to version 1.20.1; Fixes RHBZ#2459492 Fabio Valentini
2026-05-29 18:36 ` [rpms/rust-typenum] f44: " Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] f43: " Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] epel10: " Fabio Valentini
2026-05-29 18:37 ` [rpms/rust-typenum] epel9: " Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox