Skip to content

Commit a2f38e1

Browse files
committed
LibSpiro 20240903 - Version 1.5.0
AC_PREREQ(2.70) downgraded to 2.69 for ELN distros, as explained here: fontforge/fontforge#5404 (comment)
1 parent da2d627 commit a2f38e1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 2024-Sep-03
2+
* Libspiro Version 20240902 (1.5.0)
3+
* Downgraded configure.ac AC_PREREQ(2.70) to 2.69 for ELN distros.
4+
15
- 2024-Sep-02
26
* Libspiro Version 20240902 (1.4.0)
37
* Bugfix - seen in fontforge issue 5209. Reverted code to remove

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ EXTRA_DIST = bezctx.md README-RaphLevien README.md README-GeorgeWilliams \
3434
java/SpiroCanvas.java java/SpiroCP.java java/SpiroGeneralPath.java \
3535
java/SpiroPointType.java m4/ax_check_compile_flag.m4 path5.png \
3636
path6.png libspiro.3
37+
nodist_EXTRA_DATA = .git .github
3738

3839
include_HEADERS = bezctx.h spiro.h spiroentrypoints.h
3940
man_MANS = libspiro.3

configure.ac

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# -*- Autoconf -*-
22
dnl Process this file with autoconf to produce a configure script.
33

4-
# Copyright (C) 2013...2020 by Joe Da Silva
4+
# Copyright (C) 2013...2024 by Joe Da Silva
55

6-
AC_PREREQ([2.70])
6+
AC_PREREQ([2.69])
77
#-------------------------------------------
88
# PackageTimestamp version
9-
m4_define([spiro_package_stamp], [20240902])
9+
m4_define([spiro_package_stamp], [20240903])
1010
#-------------------------------------------
1111
# Making point releases:
1212
# spiro_major_version += 0;
@@ -21,7 +21,7 @@ m4_define([spiro_package_stamp], [20240902])
2121
# spiro_minor_version = 0;
2222
#
2323
m4_define([spiro_major_version], [1])
24-
m4_define([spiro_minor_version], [4])
24+
m4_define([spiro_minor_version], [5])
2525
m4_define([spiro_version],[spiro_major_version.spiro_minor_version])
2626

2727
#-------------------------------------------
@@ -45,7 +45,7 @@ m4_define([spiro_version],[spiro_major_version.spiro_minor_version])
4545
# spiro_age = 0
4646
#
4747
m4_define([spiro_current], [1])
48-
m4_define([spiro_revision],[4])
48+
m4_define([spiro_revision],[5])
4949
m4_define([spiro_age], [0])
5050
m4_define([spiro_libver],[spiro_current:spiro_revision:spiro_age])
5151

0 commit comments

Comments
 (0)