Accepting request 830130 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/830130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspiro?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-09-02 23:12:05 +00:00 committed by Git OBS Bridge
commit 8bc20d4e44
4 changed files with 26 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25678f69416115c9d5f909de4013f7a5a44a3f7ca901f912bb6de566cbb70e89
size 96096

3
20200505.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00be530b5c0ea9274baadf6c05521f0b192d4c3c1db636ac8b08efd44aaea8f5
size 98636

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Aug 15 21:50:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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

View File

@ -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