Accepting request 795370 from graphics
OBS-URL: https://build.opensuse.org/request/show/795370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/potrace?expand=0&rev=32
This commit is contained in:
commit
f9242dbf6c
@ -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
BIN
potrace-1.16.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Fri Aug 16 12:41:48 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
13
potrace.spec
13
potrace.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package potrace
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: potrace
|
Name: potrace
|
||||||
Version: 1.15
|
Version: 1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility for Tracing a Bitmap to Scalable Outline Image
|
Summary: Utility for Tracing a Bitmap to Scalable Outline Image
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Graphics/Convertors
|
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
|
Source: http://potrace.sourceforge.net/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
Patch1: potrace_configure_chg_for_lto.patch
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Patch1: potrace_configure_chg_for_lto.patch
|
|
||||||
Provides: bitmap_tracing
|
Provides: bitmap_tracing
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -85,7 +85,7 @@ autoreconf -fvi
|
|||||||
--docdir=%{_docdir}/%{name}\
|
--docdir=%{_docdir}/%{name}\
|
||||||
--with-libpotrace\
|
--with-libpotrace\
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
@ -96,6 +96,9 @@ make %{?_smp_mflags}
|
|||||||
cp -a AUTHORS ChangeLog COPYING NEWS README %{buildroot}%{_docdir}/%{name}/
|
cp -a AUTHORS ChangeLog COPYING NEWS README %{buildroot}%{_docdir}/%{name}/
|
||||||
rm %{buildroot}%{_libdir}/*.*a
|
rm %{buildroot}%{_libdir}/*.*a
|
||||||
|
|
||||||
|
%check
|
||||||
|
%make_build check
|
||||||
|
|
||||||
%post -n libpotrace0 -p /sbin/ldconfig
|
%post -n libpotrace0 -p /sbin/ldconfig
|
||||||
%postun -n libpotrace0 -p /sbin/ldconfig
|
%postun -n libpotrace0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user