Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2023-10-08 12:18:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and      /work/SRC/openSUSE:Factory/.libgovirt.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgovirt"

Sun Oct  8 12:18:07 2023 rev:17 rq:1116095 version:0.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes      2022-09-21 
14:39:44.517307259 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new.28202/libgovirt.changes   
2023-10-08 12:21:15.432497074 +0200
@@ -1,0 +2,6 @@
+Fri Oct  6 07:39:04 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Add bae26c0033d649722b5a3fc48df3adf2172490f1.patch: Suppress
+  error 'cast increases required alignment of target type'.
+
+-------------------------------------------------------------------

New:
----
  bae26c0033d649722b5a3fc48df3adf2172490f1.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgovirt.spec ++++++
--- /var/tmp/diff_new_pack.5OxsHC/_old  2023-10-08 12:21:16.376531015 +0200
+++ /var/tmp/diff_new_pack.5OxsHC/_new  2023-10-08 12:21:16.376531015 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Development/Libraries/GNOME
 URL:            https://gitlab.gnome.org/GNOME/libgovirt
 Source0:        
https://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM bae26c0033d649722b5a3fc48df3adf2172490f1.patch -- 
Suppress error 'cast increases required alignment of target type'
+Patch0:         
https://gitlab.gnome.org/GNOME/libgovirt/-/commit/bae26c0033d649722b5a3fc48df3adf2172490f1.patch
 
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  intltool

++++++ bae26c0033d649722b5a3fc48df3adf2172490f1.patch ++++++
>From bae26c0033d649722b5a3fc48df3adf2172490f1 Mon Sep 17 00:00:00 2001
From: Sprite <[email protected]>
Date: Tue, 6 Sep 2022 18:17:35 +0800
Subject: [PATCH] Suppress error 'cast increases required alignment of target
 type'

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index d5c3627..43139af 100644
--- a/meson.build
+++ b/meson.build
@@ -61,9 +61,9 @@ govirt_global_cflags = ['-std=c99',
                         '-Wextra',
                         '-Werror',
                         '-Wcast-align',
+                        '-Wno-error=cast-align',
                         '-Wmissing-declarations',
                         '-Wpointer-arith',
-                        '-Wcast-align',
                         '-Wwrite-strings',
                         '-Winit-self',
                         '-Wreturn-type',
-- 
GitLab

Reply via email to