Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8abfcd78a4 | |||
|
|
467090235b | ||
|
|
bd250eb85f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8411c84830864604bb685dc8f2e3c0dbdc40b95b2f6726092f7dcc85e75209
|
||||
size 654638
|
||||
3
immer-0.9.1.tar.gz
Normal file
3
immer-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b18b92ba60ec3186dc36ef671d3c2ae542cbb63eb6dc0e258476c6111a67c971
|
||||
size 747070
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:37:03 UTC 2026 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.9.1
|
||||
* Add Nix flakes support
|
||||
* Fix warnings with GCC #307
|
||||
* Fix issues with immer::box in collections
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 10:08:47 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package immer
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,7 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# Some tests fail on 32bit archs and TW's aarch64
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%ifarch aarch64
|
||||
%define skip_tests 1
|
||||
@@ -28,7 +28,7 @@
|
||||
%bcond_without tests
|
||||
%endif
|
||||
Name: immer
|
||||
Version: 0.8.1
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: Persistent and immutable data structures written in C++
|
||||
License: BSL-1.0
|
||||
@@ -39,7 +39,7 @@ BuildRequires: cmake
|
||||
BuildRequires: gc-devel
|
||||
BuildRequires: gcc-c++
|
||||
# includes catch2/catch.hpp
|
||||
BuildRequires: cmake(Catch2) < 3.0
|
||||
BuildRequires: cmake(Catch2)
|
||||
%if %{with tests}
|
||||
BuildRequires: cmake(fmt)
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user