Browse Source

gd-2.1.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9428 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
010193f4a3
1 changed files with 11 additions and 8 deletions
  1. 11 8
      g/gd/gd-vl.spec

+ 11 - 8
g/gd/gd-vl.spec

@@ -4,11 +4,11 @@
 Summary: A graphics library for drawing .png files.
 Summary(ja): PNGイメージファイルを描写するためのグラフィックライブラリ
 Name: gd
-Version: 2.1.0
-Release: 3%{_dist_release}
+Version: 2.1.1
+Release: 1%{_dist_release}
 Source0: https://bitbucket.org/libgd/gd-libgd/downloads/libgd-%{version}.tar.xz
 Patch0: gd-2.1.0-multilib.patch
-Patch1: gd-fixautoconf.patch
+#Patch1: gd-fixautoconf.patch
 Patch100: gd-2.1.0-fonts-vine.patch
 License: BSD-style
 URL: http://www.libgd.org/
@@ -145,14 +145,14 @@ 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 .automake
+#%patch1 -p1 -b .automake
 %patch100 -p1 -b .fonts-vine
 
 # https://bitbucket.org/libgd/gd-libgd/issue/77
-sed -e '/GD_VERSION_STRING/s/-alpha//' \
-    -e '/GD_EXTRA_VERSION/s/alpha//' \
-    -i src/gd.h
-grep VERSION src/gd.h
+#sed -e '/GD_VERSION_STRING/s/-alpha//' \
+#    -e '/GD_EXTRA_VERSION/s/alpha//' \
+#    -i src/gd.h
+#grep VERSION src/gd.h
 
 : regenerate autotool stuff
 if [ -f configure ]; then
@@ -225,6 +225,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 %endif
 
 %changelog
+* Wed Mar 11 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.1-1
+- new upstream release.
+
 * Wed Oct 29 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1.0-3
 - BR: freetype2-devel instead of freetype-devel on devel package