SHA256
1
0
forked from pool/gegl
OBS User unknown
2008-11-03 13:08:45 +00:00
committed by Git OBS Bridge
parent df15ee01f4
commit 59b806de2a
5 changed files with 39 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gegl (Version 0.0.18)
# spec file for package gegl (Version 0.0.20)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -40,14 +40,12 @@ Provides: patched_subset
%endif
Requires: glib2 >= 2.14.0
Url: http://gegl.org/
Version: 0.0.18
Release: 4
Version: 0.0.20
Release: 1
License: GPL v3 or later; LGPL v3 or later
Group: System/Libraries
Summary: Generic Graphics Library
Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gegl-strict-compile-fix.diff - hfiguiere@novell.com
Patch0: gegl-strict-compile-fix.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libgegl-0_0-0 = %{version}-%{release}
@@ -353,7 +351,6 @@ Authors:
%prep
%setup -q
%patch0 -p1
%build
autoreconf -f -i
@@ -415,6 +412,21 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gegl
%changelog
* Mon Nov 03 2008 sbrabec@suse.cz
- Updated to version 0.0.20:
* Build and code cleanups and fixes.
* RAW loader using libopenraw.
* GeglBuffer
* Linear buffer support, amongst other things enabling
GeglBuffer API access to external linear buffers in memory.
* Reworked samplers using a shared caching neighbourhood
infrastructure.
* YAFR - a new resampler.
* GeglVector
* Added SVG parsing capability (no serialisation yet).
* GeglOperations
* Marked user visible strings for translation.
* Added a fill operation that renders a path.
* Wed Oct 01 2008 hfiguiere@suse.de
- Add patch gegl-strict-compile-fix.diff:
*Fix header for stricter compilation