public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luigi Leonardi <leonardi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/igvm] f44: Bump bitfield-struct to 0.13.0
Date: Mon, 08 Jun 2026 11:33:46 GMT [thread overview]
Message-ID: <178091842649.1.5771296830548113776.rpms-igvm-7d871a8c5e8c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/igvm
Branch : f44
Commit : 7d871a8c5e8c93cd32003b5e21594d60b2aabb87
Author : Luigi Leonardi <leonardi@redhat.com>
Date : 2026-06-08T12:53:18+02:00
Stats : +36/-36 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/igvm/c/7d871a8c5e8c93cd32003b5e21594d60b2aabb87?branch=f44
Log:
Bump bitfield-struct to 0.13.0
Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
---
diff --git a/0001-Bump-bitfield-struct-to-0.12.1.patch b/0001-Bump-bitfield-struct-to-0.12.1.patch
deleted file mode 100644
index 97163af..0000000
--- a/0001-Bump-bitfield-struct-to-0.12.1.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 5b2345944aee2081f54875453f4b682761c9791a Mon Sep 17 00:00:00 2001
-From: Luigi Leonardi <leonardi@redhat.com>
-Date: Thu, 6 Nov 2025 12:47:30 +0100
-Subject: [PATCH 1/5] Bump bitfield-struct to 0.12.1
-
-Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 0687d83..cc50a57 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -13,7 +13,7 @@ igvm_defs = { path = "igvm_defs", version = "0.4.0" }
- igvm = { path = "igvm", version = "0.4.0" }
-
- anyhow = "1.0"
--bitfield-struct = "0.10"
-+bitfield-struct = "0.12.1"
- crc32fast = { version = "1.3.2", default-features = false }
- hex = { version = "0.4", default-features = false }
- open-enum = "0.5.2"
---
-2.53.0
-
diff --git a/0001-Bump-bitfield-struct-to-0.13.0.patch b/0001-Bump-bitfield-struct-to-0.13.0.patch
new file mode 100644
index 0000000..b5381c3
--- /dev/null
+++ b/0001-Bump-bitfield-struct-to-0.13.0.patch
@@ -0,0 +1,26 @@
+From 2e23f272b64db02810db9afdd08a38b8860c14d7 Mon Sep 17 00:00:00 2001
+From: Luigi Leonardi <leonardi@redhat.com>
+Date: Thu, 6 Nov 2025 12:47:30 +0100
+Subject: [PATCH 1/5] Bump bitfield-struct to 0.13.0
+
+Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 0687d83..be8ba35 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -13,7 +13,7 @@ igvm_defs = { path = "igvm_defs", version = "0.4.0" }
+ igvm = { path = "igvm", version = "0.4.0" }
+
+ anyhow = "1.0"
+-bitfield-struct = "0.10"
++bitfield-struct = "0.13.0"
+ crc32fast = { version = "1.3.2", default-features = false }
+ hex = { version = "0.4", default-features = false }
+ open-enum = "0.5.2"
+--
+2.54.0
+
diff --git a/0002-igvm_c-switch-Makefile-to-cargo-c-94.patch b/0002-igvm_c-switch-Makefile-to-cargo-c-94.patch
index d80997e..86f6b7f 100644
--- a/0002-igvm_c-switch-Makefile-to-cargo-c-94.patch
+++ b/0002-igvm_c-switch-Makefile-to-cargo-c-94.patch
@@ -1,4 +1,4 @@
-From 7f09851157f49ff491790ded0609c2483f28662b Mon Sep 17 00:00:00 2001
+From 696d1109cf1bff79339456def7aa489c90fdf323 Mon Sep 17 00:00:00 2001
From: Paolo Bonzini <bonzini@gnu.org>
Date: Wed, 13 Aug 2025 01:29:04 +0200
Subject: [PATCH 2/5] igvm_c: switch Makefile to cargo-c (#94)
@@ -181,5 +181,5 @@ index 2f92404..0000000
-Libs: -L${libdir} -L${sharedlibdir} -ligvm
-Cflags: -I${includedir}
--
-2.53.0
+2.54.0
diff --git a/0003-igvm_c-Makefile-fix-installation-with-empty-destdir-.patch b/0003-igvm_c-Makefile-fix-installation-with-empty-destdir-.patch
index b4c814f..1323587 100644
--- a/0003-igvm_c-Makefile-fix-installation-with-empty-destdir-.patch
+++ b/0003-igvm_c-Makefile-fix-installation-with-empty-destdir-.patch
@@ -1,4 +1,4 @@
-From dddffd2bd8f589ebc2a35237d82b1e7e16626f0f Mon Sep 17 00:00:00 2001
+From b325d5d82440126d0d59e608544bb284cc0ae399 Mon Sep 17 00:00:00 2001
From: Paolo Bonzini <pbonzini@redhat.com>
Date: Thu, 28 Aug 2025 18:35:56 +0200
Subject: [PATCH 3/5] igvm_c/Makefile: fix installation with empty destdir
@@ -34,5 +34,5 @@ index 1796e07..7f08c99 100644
mkdir -p $(DESTDIR)/$(PREFIX)/bin/
install -m 755 $(TARGET_PATH)/dump_igvm$(EXE) $(DESTDIR)/$(PREFIX)/bin/
--
-2.53.0
+2.54.0
diff --git a/0004-igvm_c-dump_igvm-add-missing-device-tree-directive-9.patch b/0004-igvm_c-dump_igvm-add-missing-device-tree-directive-9.patch
index bd0c1c4..67e1489 100644
--- a/0004-igvm_c-dump_igvm-add-missing-device-tree-directive-9.patch
+++ b/0004-igvm_c-dump_igvm-add-missing-device-tree-directive-9.patch
@@ -1,4 +1,4 @@
-From eaf6867369183bc2e567d5bba3276ce052f39fde Mon Sep 17 00:00:00 2001
+From 72b1a7fd1a4817d17abc373acffb11b045a9516c Mon Sep 17 00:00:00 2001
From: Luigi Leonardi <leonardi@redhat.com>
Date: Mon, 13 Oct 2025 16:30:01 +0200
Subject: [PATCH 4/5] igvm_c/dump_igvm: add missing device tree directive (#98)
@@ -26,5 +26,5 @@ index 8da6d27..7dd4748 100644
case IGVM_VHT_MEMORY_MAP:
case IGVM_VHT_COMMAND_LINE:
--
-2.53.0
+2.54.0
diff --git a/0005-igvm_c-fix-pkg-config-file-and-header-installation-1.patch b/0005-igvm_c-fix-pkg-config-file-and-header-installation-1.patch
index 30e2b81..36a3059 100644
--- a/0005-igvm_c-fix-pkg-config-file-and-header-installation-1.patch
+++ b/0005-igvm_c-fix-pkg-config-file-and-header-installation-1.patch
@@ -1,4 +1,4 @@
-From 3448a2e4bb905c1a4d38015ab2086072dab9f6a0 Mon Sep 17 00:00:00 2001
+From 8bcd258f00f444791a93a74737c407b70bdafc4c Mon Sep 17 00:00:00 2001
From: Stefano Garzarella <sgarzare@redhat.com>
Date: Mon, 23 Feb 2026 18:00:27 +0100
Subject: [PATCH 5/5] igvm_c: fix pkg-config file and header installation
@@ -66,5 +66,5 @@ index 7f08c99..ba98eb6 100644
mkdir -p $(DESTDIR)/$(PREFIX)/bin/
install -m 755 $(TARGET_PATH)/dump_igvm$(EXE) $(DESTDIR)/$(PREFIX)/bin/
--
-2.53.0
+2.54.0
diff --git a/igvm.spec b/igvm.spec
index c682d01..b1efb48 100644
--- a/igvm.spec
+++ b/igvm.spec
@@ -14,8 +14,8 @@ ExcludeArch: %{ix86}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: CUnit-devel cbindgen cargo-c make gcc
-# Bump bitfield struct to version 0.12.1
-Patch1: 0001-Bump-bitfield-struct-to-0.12.1.patch
+# Bump bitfield struct to version 0.13.0
+Patch1: 0001-Bump-bitfield-struct-to-0.13.0.patch
Patch2: 0002-igvm_c-switch-Makefile-to-cargo-c-94.patch
Patch3: 0003-igvm_c-Makefile-fix-installation-with-empty-destdir-.patch
Patch4: 0004-igvm_c-dump_igvm-add-missing-device-tree-directive-9.patch
reply other threads:[~2026-06-08 11:33 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=178091842649.1.5771296830548113776.rpms-igvm-7d871a8c5e8c@fedoraproject.org \
--to=leonardi@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