2 Commits

Author SHA256 Message Date
0f158e56f3 Accepting request 1325071 from devel:libraries:c_c++
- update to 0.8.1:
  * Lower the minimum CMake version to 3.16
  * fix: update xhalf_float_impl.hpp for modern clang and gcc to
    avoid -Wdeprecated-literal-operator warning on Clang 16 that
    will soon become a hard error.

OBS-URL: https://build.opensuse.org/request/show/1325071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtl?expand=0&rev=12
2026-01-02 14:11:22 +00:00
cc462b241b - update to 0.8.1:
* Lower the minimum CMake version to 3.16
  * fix: update xhalf_float_impl.hpp for modern clang and gcc to
    avoid -Wdeprecated-literal-operator warning on Clang 16 that
    will soon become a hard error.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xtl?expand=0&rev=26
2026-01-02 09:10:56 +00:00
4 changed files with 14 additions and 5 deletions

View File

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

3
xtl-0.8.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 2 09:10:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
* Lower the minimum CMake version to 3.16
* fix: update xhalf_float_impl.hpp for modern clang and gcc to
avoid -Wdeprecated-literal-operator warning on Clang 16 that
will soon become a hard error.
-------------------------------------------------------------------
Sun Mar 30 07:42:54 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xtl
#
# Copyright (c) 2025 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: xtl
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: The x template library
License: BSD-3-Clause