public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bear] epel10: Update to 3.1.3 (close RHBZ#2235568)
@ 2026-07-11  2:31 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-11  2:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/bear
Branch : epel10
Commit : 19b6d99e0530635b65aa40da969f20b625f05d0d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2023-08-30T14:14:48-04:00
Stats  : +3/-28 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/bear/c/19b6d99e0530635b65aa40da969f20b625f05d0d?branch=epel10

Log:
Update to 3.1.3 (close RHBZ#2235568)

---
diff --git a/.gitignore b/.gitignore
index ad8a172..e7f5a16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /bear-3.0.21.tar.gz
 /bear-3.1.1.tar.gz
 /bear-3.1.2.tar.gz
+/bear-3.1.3.tar.gz

diff --git a/bear-fmt10-fixes.patch b/bear-fmt10-fixes.patch
deleted file mode 100644
index bd75b2a..0000000
--- a/bear-fmt10-fixes.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 46a032fa0fc8131779ece13f26735ec84be891e8 Mon Sep 17 00:00:00 2001
-From: jinqiang zhang <peeweep@0x0.ee>
-Date: Thu, 11 May 2023 03:33:17 +0800
-Subject: [PATCH] dependency: fix fmt 10.0.0 incompatibilities (#526)
-
-Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
----
- source/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
-index 6da1131f..fe6b710b 100644
---- a/source/CMakeLists.txt
-+++ b/source/CMakeLists.txt
-@@ -29,7 +29,7 @@ find_package(spdlog REQUIRED)
- find_package(PkgConfig REQUIRED)
- pkg_check_modules(gRPC REQUIRED IMPORTED_TARGET protobuf grpc++)
- 
--if (fmt_VERSION_MAJOR EQUAL 9)
-+if (fmt_VERSION_MAJOR GREATER_EQUAL 9)
-     set(FMT_NEEDS_OSTREAM_FORMATTER 1)
-     set(HAVE_FMT_STD_H 1) # FIXME: this should be done with `check_include_file`
- endif ()

diff --git a/bear.spec b/bear.spec
index fb4141c..309751e 100644
--- a/bear.spec
+++ b/bear.spec
@@ -1,5 +1,5 @@
 Name:           bear
-Version:        3.1.2
+Version:        3.1.3
 Release:        %autorelease
 Summary:        Tool that generates a compilation database for clang tooling
 
@@ -7,9 +7,6 @@ License:        GPL-3.0-or-later
 URL:            https://github.com/rizsotto/%{name}
 Source:         %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 
-# https://github.com/rizsotto/Bear/commit/46a032fa0fc8131779ece13f26735ec84be891e8
-Patch:          %{name}-fmt10-fixes.patch
-
 BuildRequires:  cmake
 BuildRequires:  cmake(fmt)
 BuildRequires:  cmake(gtest)

diff --git a/sources b/sources
index 30b1fad..78c7b6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bear-3.1.2.tar.gz) = 02701e8a53b9d776ca838248f5b5d149d7ded6e024ce65bd1ca3b440ab1bf95691dc3d36bb28f043ce24bc1da6e666fb022ff92fa9df7c3142451742de16ca3e
+SHA512 (bear-3.1.3.tar.gz) = 34039b51a7cd636bdb7fb716f69d6c70de3e7bfc5e2c83a3040942010fb7effe49b0afa0d29be182eb550d57b024fbe5bea779a7fda5f86201865bf491ba1672

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  2:31 [rpms/bear] epel10: Update to 3.1.3 (close RHBZ#2235568) Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox