Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f907f04bbc | |||
| 6c1c0b7707 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 00:02:12 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 02:18:11 UTC 2024 - jun wang <jgwang@suse.com>
|
||||
|
||||
@@ -15,7 +20,7 @@ Mon Sep 4 19:04:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 19:02:49 UTC 2023 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Update to 1.21.4
|
||||
- Update to 1.21.4
|
||||
* Upgrade internal-complib zstd from 1.5.2 to 1.5.5.
|
||||
* Zlib updated to 1.2.13.
|
||||
- remove fix of moving pkgconfig file to correct location, it have been fixed upstrem
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package blosc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@ License: BSD-2-Clause AND BSD-3-Clause AND MIT
|
||||
Group: Productivity/Archiving/Compression
|
||||
URL: https://www.blosc.org/
|
||||
Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz#/c-blosc-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: snappy-devel
|
||||
@@ -77,7 +77,8 @@ for %{libname}.
|
||||
-DPREFER_EXTERNAL_ZLIB:BOOL=ON \
|
||||
-DPREFER_EXTERNAL_ZSTD:BOOL=ON \
|
||||
-DPREFER_EXTERNAL_LZ4:BOOL=ON \
|
||||
-DBUILD_STATIC:BOOL=OFF
|
||||
-DBUILD_STATIC:BOOL=OFF \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user