Browse Source

freetype2-2.8.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11322 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
e6d92bd31d
1 changed files with 7 additions and 5 deletions
  1. 7 5
      f/freetype2/freetype2-vl.spec

+ 7 - 5
f/freetype2/freetype2-vl.spec

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 %bcond_with subpixel_rendering
-%define ver_majar 2.6.5
+%define ver_majar 2.8.1
 
 Summary: FreeType 2 library
 Summary(ja): FreeType 2 ライブラリ
@@ -19,9 +19,7 @@ Source2: ft2demos-%{ver_majar}.tar.bz2
 # enable subpixel rendering
 Patch21: freetype-2.3.0-enable-spr.patch
 # Enable otvalid and gxvalid modules
-Patch46:  freetype-2.2.1-enable-valid.patch
-# Fix multilib conflicts
-Patch88:  freetype-multilib.patch
+Patch46:  freetype-2.8.1-enable-valid.patch
 # Fix crash https://bugs.freedesktop.org/show_bug.cgi?id=6841
 Patch89:  freetype-2.2.1-memcpy-fix.patch
 #Patch90:  freetype-2.5.4-pkgconfig.patch
@@ -207,7 +205,6 @@ This package contains the static library for %{name}
 %endif
 
 %patch46 -p1 -b .enable-valid
-%patch88 -p1 -b .multilib
 %patch89 -p1 -b .memcpy
 #%patch90 -p1 -b .pkgconfig
 
@@ -295,6 +292,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %endif
 
 %changelog
+* Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.1-1
+- new upstream release.
+- updated Patch46.
+- dropped Patch88.
+
 * Sun Jul 17 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1
 - new upstream release