From a1bb90c9c4edbbbbe00cb9508c7a63c47cbb86f8318432496cf8e605a2ba85e6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 18 Apr 2020 15:48:04 +0000 Subject: [PATCH] Accepting request 794218 from home:pluskalm:branches:graphics - Update to version 1.16: * This release consists of bugfixes and minor portability improvements. * A potential arithmetic overflow was fixed. Rotation angles are now normalized to between -180 and 180. * The test suite tolerances were adjusted. * The configuration option --enable-local-getopt was renamed as --with-included-getopt. * Some build system improvements. - Modernise spec file with spec-cleaner - Run testsuite during build OBS-URL: https://build.opensuse.org/request/show/794218 OBS-URL: https://build.opensuse.org/package/show/graphics/potrace?expand=0&rev=27 --- potrace-1.15.tar.gz | 3 --- potrace-1.16.tar.gz | 3 +++ potrace.changes | 15 +++++++++++++++ potrace.spec | 13 ++++++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 potrace-1.15.tar.gz create mode 100644 potrace-1.16.tar.gz diff --git a/potrace-1.15.tar.gz b/potrace-1.15.tar.gz deleted file mode 100644 index 5588c1f..0000000 --- a/potrace-1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b33904ace328340c850a01458199e0064e03ccaaa731bc869a842b1b8d529d -size 650840 diff --git a/potrace-1.16.tar.gz b/potrace-1.16.tar.gz new file mode 100644 index 0000000..69229c1 --- /dev/null +++ b/potrace-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc +size 657314 diff --git a/potrace.changes b/potrace.changes index ff03912..1ef5030 100644 --- a/potrace.changes +++ b/potrace.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Apr 15 14:36:16 UTC 2020 - Martin Pluskal + +- Update to version 1.16: + * This release consists of bugfixes and minor portability + improvements. + * A potential arithmetic overflow was fixed. Rotation angles are + now normalized to between -180 and 180. + * The test suite tolerances were adjusted. + * The configuration option --enable-local-getopt was renamed as + --with-included-getopt. + * Some build system improvements. +- Modernise spec file with spec-cleaner +- Run testsuite during build + ------------------------------------------------------------------- Fri Aug 16 12:41:48 UTC 2019 - Michel Normand diff --git a/potrace.spec b/potrace.spec index 3cb85d4..3a45dd1 100644 --- a/potrace.spec +++ b/potrace.spec @@ -1,7 +1,7 @@ # # spec file for package potrace # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,16 +17,16 @@ Name: potrace -Version: 1.15 +Version: 1.16 Release: 0 Summary: Utility for Tracing a Bitmap to Scalable Outline Image License: GPL-2.0-or-later Group: Productivity/Graphics/Convertors -Url: http://potrace.sourceforge.net/ +URL: http://potrace.sourceforge.net/ Source: http://potrace.sourceforge.net/download/%{version}/%{name}-%{version}.tar.gz +Patch1: potrace_configure_chg_for_lto.patch BuildRequires: libtool BuildRequires: zlib-devel -Patch1: potrace_configure_chg_for_lto.patch Provides: bitmap_tracing %description @@ -85,7 +85,7 @@ autoreconf -fvi --docdir=%{_docdir}/%{name}\ --with-libpotrace\ --disable-static -make %{?_smp_mflags} +%make_build %install %if 0%{?suse_version} > 1110 @@ -96,6 +96,9 @@ make %{?_smp_mflags} cp -a AUTHORS ChangeLog COPYING NEWS README %{buildroot}%{_docdir}/%{name}/ rm %{buildroot}%{_libdir}/*.*a +%check +%make_build check + %post -n libpotrace0 -p /sbin/ldconfig %postun -n libpotrace0 -p /sbin/ldconfig