2 Commits

Author SHA256 Message Date
f907f04bbc Accepting request 1254941 from Archiving
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4

- Update to 1.21.4 (forwarded request 1254877 from sfalken)

OBS-URL: https://build.opensuse.org/request/show/1254941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/blosc?expand=0&rev=26
2025-03-21 19:22:50 +00:00
6c1c0b7707 - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Update to 1.21.4

OBS-URL: https://build.opensuse.org/package/show/Archiving/blosc?expand=0&rev=36
2025-03-21 08:15:35 +00:00
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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