From: Jan Palus Date: Tue, 29 Aug 2023 07:47:12 +0000 (+0200) Subject: up to 3.1.3 X-Git-Tag: auto/th/bear-3.1.3-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=cba18056dcc32b31ac330f97e660d24ed845f414;p=packages%2Fbear.git up to 3.1.3 --- diff --git a/bear-libfmt.patch b/bear-libfmt.patch deleted file mode 100644 index a752ee5..0000000 --- a/bear-libfmt.patch +++ /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 () diff --git a/bear.spec b/bear.spec index 4441eb3..7a3c17c 100644 --- 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}"