2 Commits

3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Nov 6 20:16:14 UTC 2025 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Package cannot work on big-endian architectures, see
https://github.com/prusa3d/libbgcode/issues/47.
Claims to be a little-endian format but there is no code
for either writting or reading files correctly on big-endian systems.
-------------------------------------------------------------------
Thu Aug 29 16:12:03 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libbgcode
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -36,6 +36,8 @@ BuildRequires: libboost_nowide-devel >= 1.78
BuildRequires: zlib-devel
BuildRequires: (cmake(Catch2) >= 2.9 with cmake(Catch2) < 3)
BuildRequires: cmake(heatshrink)
# See https://github.com/prusa3d/libbgcode/issues/47
ExcludeArch: s390x %mipseb %sparc ppc64 ppc
%description
A new G-code file format featuring the following improvements over the legacy G-code:

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pybgcode
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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