Accepting request 57928 from graphics

Accepted submit request 57928 from user mrdocs

OBS-URL: https://build.opensuse.org/request/show/57928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/potrace?expand=0&rev=10
This commit is contained in:
Berthold Gunreben
2011-01-12 10:39:14 +00:00
committed by Git OBS Bridge
parent 4ddbd9fb5e
commit dd25114b20
5 changed files with 25 additions and 155 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package potrace (Version 1.8)
# spec file for package potrace (Version 1.9)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,8 +20,8 @@
Name: potrace
Summary: Utility for Tracing a Bitmap to Scalable Outline Image
Version: 1.8
Release: 82
Version: 1.9
Release: 0
License: GPL v2 or later
Group: Productivity/Graphics/Convertors
BuildRequires: licenses zlib-devel
@@ -29,7 +29,6 @@ Requires: licenses
Provides: bitmap_tracing
Url: http://potrace.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}-xfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -49,12 +48,12 @@ Authors:
%prep
%setup
%patch
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
@@ -70,35 +69,4 @@ rm -fr $RPM_BUILD_ROOT
%doc %{_mandir}/man?/*.*
%changelog
* Thu Jul 26 2007 sbrabec@suse.cz
- Updated to version 1.8:
* minor bugfixes and portability improvements
* rotation is now implemented in the PDF backend
* Thu Mar 29 2007 rguenther@suse.de
- add zlib-devel BuildRequires.
* Wed Nov 15 2006 jw@suse.de
- replaced wrong_allocation.patch by official
io.patch -- more bugs fixed.
* Wed Jul 19 2006 pnemec@suse.cz
- fixed wrong memory allocation in potracelib.c
(added potrace-wrong_allocation.patch)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Mar 09 2005 nadvornik@suse.cz
- Updated to version 1.7:
* A bug in the progress bar code, which caused arithmetic
exceptions on some 64-bit architectures, has been fixed.
* Mon Feb 28 2005 sbrabec@suse.cz
- Updated to version 1.6.
* Thu Jan 06 2005 sbrabec@suse.cz
- Provide bitmap_tracing virtual.
* Fri Aug 27 2004 sbrabec@suse.cz
- Updated to version 1.5 (with LZW support).
* Mon Mar 08 2004 sbrabec@suse.cz
- Updated to version 1.4.
* Thu Feb 05 2004 sbrabec@suse.cz
- Added speed optimization patch from author.
* Thu Jan 15 2004 sbrabec@suse.cz
- Updated to version 1.3.
* Wed Aug 13 2003 sbrabec@suse.cz
- Initial version 1.0.