Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ip2unix for openSUSE:Factory checked 
in at 2023-03-29 23:27:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ip2unix (Old)
 and      /work/SRC/openSUSE:Factory/.ip2unix.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ip2unix"

Wed Mar 29 23:27:12 2023 rev:4 rq:1075067 version:2.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ip2unix/ip2unix.changes  2023-01-24 
20:23:16.165415519 +0100
+++ /work/SRC/openSUSE:Factory/.ip2unix.new.31432/ip2unix.changes       
2023-03-29 23:27:30.175554126 +0200
@@ -1,0 +2,5 @@
+Tue Mar 28 19:22:38 UTC 2023 - Adam Mizerski <a...@mizerski.pl>
+
+- added patch gcc-13.patch
+
+-------------------------------------------------------------------

New:
----
  gcc-13.patch

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

Other differences:
------------------
++++++ ip2unix.spec ++++++
--- /var/tmp/diff_new_pack.IrlmWk/_old  2023-03-29 23:27:31.087559000 +0200
+++ /var/tmp/diff_new_pack.IrlmWk/_new  2023-03-29 23:27:31.091559021 +0200
@@ -24,6 +24,7 @@
 URL:            https://github.com/nixcloud/ip2unix/
 Source0:        
https://github.com/nixcloud/ip2unix/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         gcc-12.patch
+Patch1:         gcc-13.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  meson >= 0.46.0

++++++ gcc-13.patch ++++++
From: Adam Mizerski <a...@mizerski.pl>
Date: 2023-03-28 21:20:44 +0200
Subject: fix building with gcc-13
References: https://github.com/nixcloud/ip2unix/issues/31
Upstream: submitted

Index: ip2unix-2.1.4/src/sockaddr.hh
===================================================================
--- ip2unix-2.1.4.orig/src/sockaddr.hh
+++ ip2unix-2.1.4/src/sockaddr.hh
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: LGPL-3.0-only
 #ifndef IP2UNIX_SOCKETADDR_HH
 #define IP2UNIX_SOCKETADDR_HH
+#include <optional>
+#include <string>
 #include <variant>
 
 #include <netinet/in.h>

Reply via email to