summaryrefslogtreecommitdiffstats
path: root/gd.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-22 15:32:34 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-22 15:32:34 +0200
commit0feb9fbfaa74dc2dcfcfcf66380579e0cfa973bc (patch)
treee185f87d0c31cb2a846ef5a962820024e2a5bce6 /gd.spec
parent672e26c94fbdf39a342eecebf50c5749d8df374e (diff)
gd: pull latest changes, all tests ok
Diffstat (limited to 'gd.spec')
-rw-r--r--gd.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/gd.spec b/gd.spec
index 9c4cdf7..078520a 100644
--- a/gd.spec
+++ b/gd.spec
@@ -1,11 +1,11 @@
#global prever -preview
-%global commit 69aaf712d58f0304bb3498f1803abbd20c08c7f5
+%global commit 8f475527ece74a82ac503bbc3e11aaaa7ff1c57e
%global short %(c=%{commit}; echo ${c:0:7})
Summary: A graphics library for quick creation of PNG or JPEG images
Name: gd-last
Version: 2.1.0
-Release: 0.2.%{short}%{?dist}
+Release: 0.3.%{short}%{?dist}
Group: System Environment/Libraries
License: MIT
URL: http://libgd.bitbucket.org/
@@ -17,6 +17,7 @@ Source0: https://bitbucket.org/libgd/gd-libgd/downloads/gd-%{version}-%{co
Source0: https://bitbucket.org/libgd/gd-libgd/downloads/gd-%{version}%{?prever}.tar.xz
%endif
Patch1: gd-2.1.0-multilib.patch
+
# Need work:
Patch4: gd-loop.patch
Patch7: gd-2.0.35-AALineThick.patch
@@ -79,6 +80,7 @@ files for gd, a graphics library for creating PNG and JPEG graphics.
%prep
%setup -q -n gd-%{version}
%patch1 -p1 -b .mlib
+
#patch4 -p1 -b .loop
#patch7 -p1 -b .AALineThick
#patch8 -p1 -b .bb
@@ -116,10 +118,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a
top=$(pwd)
pushd tests
-# Disable failed tests
-sed -e '/bmp_im2im/d' -i bmp/CMakeLists.txt
-sed -e '/gdimageline_aa/d' -i gdimageline/CMakeLists.txt
-
cmake -DBUILD_TEST=1 \
-DGD_INCLUDE_DIR="$top/src" \
-DGD_LIBS_DIR="$top/src/.libs" \
@@ -155,6 +153,10 @@ popd
%changelog
+* Mon Apr 22 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.3.8f47552
+- pull latest upstream changes
+- all tests ok
+
* Mon Apr 22 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.2.69aaf71
- pull latest upstream changes