diff --git a/0.5.20150702.tar.gz b/0.5.20150702.tar.gz deleted file mode 100644 index 45d3854..0000000 --- a/0.5.20150702.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14f761d83c7fa6be31c4e0317251ed1201b367dc5b2a8678e2da179d74938fc7 -size 82909 diff --git a/20190731.tar.gz b/20190731.tar.gz new file mode 100644 index 0000000..b60240a --- /dev/null +++ b/20190731.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25678f69416115c9d5f909de4013f7a5a44a3f7ca901f912bb6de566cbb70e89 +size 96096 diff --git a/libspiro.changes b/libspiro.changes index a54149e..aaa71d7 100644 --- a/libspiro.changes +++ b/libspiro.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 19 12:46:12 UTC 2019 - pgajdos@suse.com + +- version update to 20190731 + * Scaling bug fixed. This allows libspiro to scale, and move spiro + paths, therefore allowing users and/or programs the ability of + using/making templates. + * Additional spiro controls 'anchor' and 'handle' added. + * Toggle switch ncq added, to allow further control of output results. + ------------------------------------------------------------------- Wed Dec 16 15:17:58 UTC 2015 - pgajdos@suse.com diff --git a/libspiro.spec b/libspiro.spec index 883c819..a8a4f88 100644 --- a/libspiro.spec +++ b/libspiro.spec @@ -1,7 +1,7 @@ # # spec file for package libspiro # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define sonum 1 Name: libspiro -Version: 0.5.20150702 +Version: 20190731 Release: 0 Summary: A clothoid to bezier spline converter -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries Source0: https://github.com/fontforge/libspiro/archive/%{version}.tar.gz -Url: https://github.com/fontforge/libspiro +URL: https://github.com/fontforge/libspiro BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -35,18 +36,18 @@ BuildRequires: pkg-config libspiro contains routines which will convert an array of clothoid spline control points into an equivalent set of bezier control points. -%package -n %{name}0 +%package -n %{name}%{sonum} Summary: A clothoid to bezier spline converter Group: System/Libraries -%description -n %{name}0 +%description -n %{name}%{sonum} libspiro contains routines which will convert an array of clothoid spline control points into an equivalent set of bezier control points. %package devel Summary: Development Files for %{name} Group: Development/Libraries/C and C++ -Requires: %{name}0 = %{version} glibc-devel +Requires: %{name}1 = %{version} glibc-devel %description devel This package contains all necessary include files and libraries needed @@ -67,11 +68,11 @@ make %{?smp_mflags} %makeinstall rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -n %{name}0 -p /sbin/ldconfig +%post -n %{name}%{sonum} -p /sbin/ldconfig -%postun -n %{name}0 -p /sbin/ldconfig +%postun -n %{name}%{sonum} -p /sbin/ldconfig -%files -n %{name}0 +%files -n %{name}%{sonum} %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README* %{_libdir}/lib*.so.*