Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ed47f97ae1 | |||
| d3b9b6dd14 |
@@ -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>
|
Thu Aug 29 16:12:03 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbgcode
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -36,6 +36,8 @@ BuildRequires: libboost_nowide-devel >= 1.78
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: (cmake(Catch2) >= 2.9 with cmake(Catch2) < 3)
|
BuildRequires: (cmake(Catch2) >= 2.9 with cmake(Catch2) < 3)
|
||||||
BuildRequires: cmake(heatshrink)
|
BuildRequires: cmake(heatshrink)
|
||||||
|
# See https://github.com/prusa3d/libbgcode/issues/47
|
||||||
|
ExcludeArch: s390x %mipseb %sparc ppc64 ppc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A new G-code file format featuring the following improvements over the legacy G-code:
|
A new G-code file format featuring the following improvements over the legacy G-code:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pybgcode
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
|||||||
Reference in New Issue
Block a user