Hello community,

here is the log from the commit of package libspiro for openSUSE:Factory 
checked in at 2020-01-01 14:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libspiro (Old)
 and      /work/SRC/openSUSE:Factory/.libspiro.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libspiro"

Wed Jan  1 14:56:27 2020 rev:8 rq:758168 version:20190731

Changes:
--------
--- /work/SRC/openSUSE:Factory/libspiro/libspiro.changes        2015-12-20 
10:52:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libspiro.new.6675/libspiro.changes      
2020-01-01 14:56:37.401878602 +0100
@@ -1,0 +2,10 @@
+Thu Dec 19 12:46:12 UTC 2019 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  0.5.20150702.tar.gz

New:
----
  20190731.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libspiro.spec ++++++
--- /var/tmp/diff_new_pack.JrGQeO/_old  2020-01-01 14:56:37.869878846 +0100
+++ /var/tmp/diff_new_pack.JrGQeO/_new  2020-01-01 14:56:37.873878849 +0100
@@ -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 @@
 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 @@
 %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.*

++++++ 0.5.20150702.tar.gz -> 20190731.tar.gz ++++++
++++ 7359 lines of diff (skipped)


Reply via email to