SHA256
1
0
forked from pool/potrace

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
This commit is contained in:
Dirk Stoecker 2020-04-18 15:48:04 +00:00 committed by Git OBS Bridge
parent 8617c99e86
commit a1bb90c9c4
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:a9b33904ace328340c850a01458199e0064e03ccaaa731bc869a842b1b8d529d
size 650840

BIN
potrace-1.16.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Apr 15 14:36:16 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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 <normand@linux.vnet.ibm.com>

View File

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