Compare commits

1 Commits
1.1 ... main

4 changed files with 20 additions and 5 deletions

BIN
20221101.tar.gz LFS

Binary file not shown.

BIN
20240903.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 30 10:45:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 20240903:
* Downgraded ./configure AC_PREREQ(2.70) to 2.69 to allow
libspiro to be built for ELN distros.
- update to 20240902:
* Removed bug introduced during 20221101 which caused libspiro
to exit early without results. This was seen in Fontforge as
straight lines (closes issue (see bug).
* Updated configure.ac to also display $libdir since 64bit
needs to run './configure --prefix=/usr --libdir=/usr/lib64'
for distro installs (32bit ./configure --prefix=/usr' is
enough).
-------------------------------------------------------------------
Thu Dec 8 20:28:06 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libspiro
#
# Copyright (c) 2022 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
@@ -18,7 +18,7 @@
%define sonum 1
Name: libspiro
Version: 20221101
Version: 20240903
Release: 0
Summary: A clothoid to bezier spline converter
License: GPL-3.0-or-later