Accepting request 460990 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/460990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/potrace?expand=0&rev=27
This commit is contained in:
commit
e4d26feb26
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6252438b6b6644b9b6298056b4c5de3690a1d4e862b66889abe21eecdf16b784
|
|
||||||
size 605931
|
|
3
potrace-1.14.tar.gz
Normal file
3
potrace-1.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e
|
||||||
|
size 649685
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 28 14:18:04 CET 2017 - sbrabec@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.14:
|
||||||
|
* Bugs triggered by malformed BMP files have been fixed,
|
||||||
|
including CVE-2016-8685 (bsc#1005026) and CVE-2016-8686.
|
||||||
|
* Error reporting has been improved.
|
||||||
|
* The image size is now truncated when the bitmap data ends
|
||||||
|
prematurely.
|
||||||
|
* It is now possible to use negative dy in bitmap data.
|
||||||
|
- Upstream prefers clang to compile potrace. Use clang if possible.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 14:26:39 CEST 2015 - sbrabec@suse.com
|
Fri Oct 23 14:26:39 CEST 2015 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package potrace
|
# spec file for package potrace
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: potrace
|
Name: potrace
|
||||||
Version: 1.13
|
Version: 1.14
|
||||||
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+
|
License: GPL-2.0+
|
||||||
@ -25,6 +25,10 @@ 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
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
%ifnarch ppc s390
|
||||||
|
# gcc is supported as well, but clang is preferred by the upstream.
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
Provides: bitmap_tracing
|
Provides: bitmap_tracing
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user