Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xournalpp for openSUSE:Factory 
checked in at 2023-04-27 20:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xournalpp (Old)
 and      /work/SRC/openSUSE:Factory/.xournalpp.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xournalpp"

Thu Apr 27 20:01:07 2023 rev:19 rq:1083132 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xournalpp/xournalpp.changes      2022-12-07 
17:36:32.289055956 +0100
+++ /work/SRC/openSUSE:Factory/.xournalpp.new.1533/xournalpp.changes    
2023-04-27 20:01:34.246149953 +0200
@@ -1,0 +2,6 @@
+Wed Apr 26 13:24:19 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add xournalpp-include.patch: Add missing include exposed by
+  gcc-13.
+
+-------------------------------------------------------------------

New:
----
  xournalpp-include.patch

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

Other differences:
------------------
++++++ xournalpp.spec ++++++
--- /var/tmp/diff_new_pack.nrTSoC/_old  2023-04-27 20:01:34.994154350 +0200
+++ /var/tmp/diff_new_pack.nrTSoC/_new  2023-04-27 20:01:35.002154397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xournalpp
 #
-# 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:          Productivity/Office/Other
 URL:            https://github.com/xournalpp/xournalpp
 Source0:        
https://github.com/xournalpp/xournalpp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM xournalpp-include.patch -- Add missing include
+Patch0:         xournalpp-include.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -70,7 +72,6 @@
 %install
 %cmake_install
 %find_lang xournalpp %{no_lang_C}
-
 %fdupes %{buildroot}%{_datadir}
 
 %files

++++++ xournalpp-include.patch ++++++
Index: xournalpp-1.1.3/src/view/background/BackgroundConfig.h
===================================================================
--- xournalpp-1.1.3.orig/src/view/background/BackgroundConfig.h
+++ xournalpp-1.1.3/src/view/background/BackgroundConfig.h
@@ -11,6 +11,7 @@
 
 #pragma once
 
+#include <cinttypes>
 #include <map>
 #include <string>
 

Reply via email to