|
@@ -4,12 +4,10 @@
|
|
|
Summary: A graphics library for drawing .png files.
|
|
|
Summary(ja): PNGイメージファイルを描写するためのグラフィックライブラリ
|
|
|
Name: gd
|
|
|
-Version: 2.2.4
|
|
|
+Version: 2.2.5
|
|
|
Release: 1%{_dist_release}
|
|
|
Source0: https://bitbucket.org/libgd/gd-libgd/downloads/libgd-%{version}.tar.xz
|
|
|
Patch0: gd-2.1.0-multilib.patch
|
|
|
-Patch1: issue357.patch
|
|
|
-Patch2: issue364.patch
|
|
|
License: BSD-style
|
|
|
URL: http://www.libgd.org/
|
|
|
Group: System Environment/Libraries
|
|
@@ -147,8 +145,6 @@ If you're installing the gd graphics library, you must install gd-devel.
|
|
|
%prep
|
|
|
%setup -q -n libgd-%{version}
|
|
|
%patch0 -p1 -b .mlib
|
|
|
-%patch1 -p1 -b .issue357
|
|
|
-%patch2 -p1 -b .issue364
|
|
|
|
|
|
: regenerate autotool stuff
|
|
|
if [ -f configure ]; then
|
|
@@ -231,6 +227,10 @@ make %{?_smp_mflags} check
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Dec 15 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.5-1
|
|
|
+- new upstream release.
|
|
|
+- dropped %%patch1 and 2: fixed in upstream.
|
|
|
+
|
|
|
* Sun Mar 19 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.4-1
|
|
|
- new upstream release.
|
|
|
- made to skip %%check on i686.
|