SHA256
1
0
forked from pool/libspiro

2 Commits

Author SHA256 Message Date
f267ab1f3c Accepting request 1265508 from devel:libraries:c_c++
- 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).

OBS-URL: https://build.opensuse.org/request/show/1265508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspiro?expand=0&rev=11
2025-04-02 15:05:16 +00:00
6f96921f61 - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libspiro?expand=0&rev=18
2025-03-30 10:46:55 +00:00
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