4 Commits

4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3f3976bdf2f49fec4dc3a0c62c489d8a50a2d26b62721298997a884e9344e03
size 2711857

3
Fr-8.48.4.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99d6a4b0b458032d75c0610544e55e6bac0ce272a8385a6065a43c8c50bb11cc
size 2710795

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 10 14:38:51 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Pass CMAKE_C_STANDARD=17 to cmake to fix builds with GCC 15.
-------------------------------------------------------------------
Thu Jan 23 06:10:15 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 8.48.4:
* No release notes.
-------------------------------------------------------------------
Sat Apr 6 11:09:55 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package framel
#
# 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
@@ -20,7 +20,7 @@
%define python_subpackage_only 1
%define shlib lib%{name}8
Name: framel
Version: 8.47.3
Version: 8.48.4
Release: 0
Summary: Library to manipulate Gravitational Wave Detector data in frame format
License: LGPL-2.1-or-later
@@ -81,6 +81,7 @@ mkdir ../$python
cp -pr ./ ../$python
pushd ../$python
%cmake \
-DCMAKE_C_STANDARD=17 \
-DENABLE_C:BOOL=ON \
-DENABLE_PYTHON:BOOL=ON \
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}/%{name} \