]> git.pld-linux.org Git - packages/bear.git/commitdiff
up to 3.1.3 auto/th/bear-3.1.3-1
authorJan Palus <atler@pld-linux.org>
Tue, 29 Aug 2023 07:47:12 +0000 (09:47 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 29 Aug 2023 07:47:12 +0000 (09:47 +0200)
bear-libfmt.patch [deleted file]
bear.spec

diff --git a/bear-libfmt.patch b/bear-libfmt.patch
deleted file mode 100644 (file)
index a752ee5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Bear-3.1.2/source/CMakeLists.txt.orig      2023-04-21 14:49:25.000000000 +0200
-+++ Bear-3.1.2/source/CMakeLists.txt   2023-07-25 17:07:10.705516409 +0200
-@@ -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 ()
index 4441eb39b036426227a06104e6f457fffe06f58f..7a3c17c89c43b6f5822268509c57c17bf10abef9 100644 (file)
--- a/bear.spec
+++ b/bear.spec
@@ -1,13 +1,12 @@
 Summary:       Tool that generates a compilation database for clang tooling
 Summary(pl.UTF-8):     Narzędzie generujące bazę danych kompilacji do obróbki clanga
 Name:          bear
-Version:       3.1.2
-Release:       2
+Version:       3.1.3
+Release:       1
 License:       GPL v3+
 Group:         Development/Building
 Source0:       https://github.com/rizsotto/Bear/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 00dff45a771dcf3dcef1491b2a8c475f
-Patch0:                %{name}-libfmt.patch
+# Source0-md5: 95dd52be536907a672df211de22fa15c
 URL:           https://github.com/rizsotto/Bear
 BuildRequires: cmake >= 3.13
 BuildRequires: gmock-devel >= 1.10
@@ -48,7 +47,6 @@ trakcie procesu budowania.
 
 %prep
 %setup -q -n Bear-%{version}
-%patch0 -p1
 
 %build
 export CC="%{__cc}"
This page took 0.18431 seconds and 4 git commands to generate.