From bd4dcee61a98106ad5536fa8114ff478b34930d487a34c2d83ae5ff4890be043 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Aug 2020 21:58:47 +0000 Subject: [PATCH] - update to 20200505: * Bugfix for CVE-2019-19847 affecting {call-test14 to call-test19}. * Fix a memory access bug/error created earlier by patch 2017oct28 Users using tagpoint libspiro20150702 are unaffected by this bug. Users using tagpoint libspiro20190731 are recommended to upgrade. Thanks to Frederic Cambus for calling attention to these faults. * Add optional 'end knot' for open curves (useful for displaying). * CRA Version also higher than so-bump 1.0.5 used on some distros; this maybe of interest to distros that bumped an earlier version. * Some garbage-in/garbage-out checks to verify we have 'ah' pairs, and we don't start with ']', or end with '['. Add libspiro.3 man. * Corrected set_di_to_x1y1() to use a constant bandwidth of 0.0005 * Code improvements and bug fixes for better tagged/spiro results. * Several improvements added to further increase libspiro's speed. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libspiro?expand=0&rev=14 --- 20190731.tar.gz | 3 --- 20200505.tar.gz | 3 +++ libspiro.changes | 18 ++++++++++++++++++ libspiro.spec | 10 +++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 20190731.tar.gz create mode 100644 20200505.tar.gz diff --git a/20190731.tar.gz b/20190731.tar.gz deleted file mode 100644 index b60240a..0000000 --- a/20190731.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25678f69416115c9d5f909de4013f7a5a44a3f7ca901f912bb6de566cbb70e89 -size 96096 diff --git a/20200505.tar.gz b/20200505.tar.gz new file mode 100644 index 0000000..c08b916 --- /dev/null +++ b/20200505.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00be530b5c0ea9274baadf6c05521f0b192d4c3c1db636ac8b08efd44aaea8f5 +size 98636 diff --git a/libspiro.changes b/libspiro.changes index aaa71d7..b7730fd 100644 --- a/libspiro.changes +++ b/libspiro.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Aug 15 21:50:34 UTC 2020 - Dirk Mueller + +- update to 20200505: + * Bugfix for CVE-2019-19847 affecting {call-test14 to call-test19}. + * Fix a memory access bug/error created earlier by patch 2017oct28 + Users using tagpoint libspiro20150702 are unaffected by this bug. + Users using tagpoint libspiro20190731 are recommended to upgrade. + Thanks to Frederic Cambus for calling attention to these faults. + * Add optional 'end knot' for open curves (useful for displaying). + * CRA Version also higher than so-bump 1.0.5 used on some distros; + this maybe of interest to distros that bumped an earlier version. + * Some garbage-in/garbage-out checks to verify we have 'ah' pairs, + and we don't start with ']', or end with '['. Add libspiro.3 man. + * Corrected set_di_to_x1y1() to use a constant bandwidth of 0.0005 + * Code improvements and bug fixes for better tagged/spiro results. + * Several improvements added to further increase libspiro's speed. + ------------------------------------------------------------------- Thu Dec 19 12:46:12 UTC 2019 - pgajdos@suse.com diff --git a/libspiro.spec b/libspiro.spec index a8a4f88..ecd718b 100644 --- a/libspiro.spec +++ b/libspiro.spec @@ -1,7 +1,7 @@ # # spec file for package libspiro # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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: 20190731 +Version: 20200505 Release: 0 Summary: A clothoid to bezier spline converter License: GPL-2.0-or-later @@ -73,14 +73,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -n %{name}%{sonum} -p /sbin/ldconfig %files -n %{name}%{sonum} -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README* +%license COPYING +%doc ChangeLog README* %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so +%{_mandir}/man3/libspiro.3* %{_libdir}/pkgconfig/*.pc %changelog