Accepting request 758168 from devel:libraries:c_c++

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

OBS-URL: https://build.opensuse.org/request/show/758168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspiro?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-01-01 13:56:27 +00:00 committed by Git OBS Bridge
commit 7cc02f89c8
4 changed files with 25 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14f761d83c7fa6be31c4e0317251ed1201b367dc5b2a8678e2da179d74938fc7
size 82909

3
20190731.tar.gz Normal file
View File

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

View File

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

View File

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