Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Bear for openSUSE:Factory checked in 
at 2024-08-08 10:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Bear (Old)
 and      /work/SRC/openSUSE:Factory/.Bear.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Bear"

Thu Aug  8 10:58:51 2024 rev:12 rq:1192525 version:3.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/Bear/Bear.changes        2024-05-21 
18:35:26.552192720 +0200
+++ /work/SRC/openSUSE:Factory/.Bear.new.7232/Bear.changes      2024-08-08 
10:59:21.990008051 +0200
@@ -1,0 +2,5 @@
+Wed Aug  7 20:24:48 UTC 2024 - Laszlo <[email protected]>
+
+- Added not-yet tagged patch 0001-Fix-FMT11-Build.patch from upstream to fix 
build on FMT11 
+
+-------------------------------------------------------------------

New:
----
  0001-Fix-FMT11-Build.patch

BETA DEBUG BEGIN:
  New:
- Added not-yet tagged patch 0001-Fix-FMT11-Build.patch from upstream to fix 
build on FMT11 
BETA DEBUG END:

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

Other differences:
------------------
++++++ Bear.spec ++++++
--- /var/tmp/diff_new_pack.Jczg22/_old  2024-08-08 10:59:22.402024989 +0200
+++ /var/tmp/diff_new_pack.Jczg22/_new  2024-08-08 10:59:22.402024989 +0200
@@ -24,6 +24,7 @@
 License:        GPL-3.0-or-later
 URL:            https://github.com/rizsotto/Bear
 Source:         %{URL}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch1:         0001-Fix-FMT11-Build.patch
 BuildRequires:  bash-completion
 BuildRequires:  cmake
 BuildRequires:  pkgconfig

++++++ 0001-Fix-FMT11-Build.patch ++++++
Index: Bear-3.1.4/source/citnames/source/semantic/Parsers.h
===================================================================
--- Bear-3.1.4.orig/source/citnames/source/semantic/Parsers.h
+++ Bear-3.1.4/source/citnames/source/semantic/Parsers.h
@@ -30,6 +30,7 @@
 #include <optional>
 
 #include <fmt/format.h>
+#include <fmt/ranges.h>
 
 namespace cs::semantic {
 
Index: Bear-3.1.4/source/citnames/source/semantic/Semantic.cc
===================================================================
--- Bear-3.1.4.orig/source/citnames/source/semantic/Semantic.cc
+++ Bear-3.1.4/source/citnames/source/semantic/Semantic.cc
@@ -21,6 +21,7 @@
 #include "semantic/Semantic.h"
 
 #include <fmt/format.h>
+#include <fmt/ranges.h>
 #ifdef HAVE_FMT_STD_H
 #include <fmt/std.h>
 #else
@@ -133,4 +134,4 @@ namespace cs::semantic {
         }
         return results;
     }
-}
\ No newline at end of file
+}

Reply via email to