Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9196 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
d0eafc3d7b

+ 4 - 1
T/TrueType-umefont/TrueType-umefont-vl.spec

@@ -1,6 +1,6 @@
 %define archivename umefont
 %define _fontdir %{_datadir}/fonts/TrueType-umefont
-%define package_ver 467
+%define package_ver 468
 
 Name: TrueType-umefont
 Summary: Ume Fonts are Japanese fonts that the license restriction is a little
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.html
 
 %changelog
+* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 468-1
+- new upstream release
+
 * Sat Nov 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 467-1
 - new upstream release
 

+ 8 - 4
f/freetype2/freetype2-vl.spec

@@ -1,13 +1,13 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 %bcond_with subpixel_rendering
-%define ver_majar 2.5.3
+%define ver_majar 2.5.4
 
 Summary: FreeType 2 library
 Summary(ja): FreeType 2 ライブラリ
 Name: freetype2
 Version: %{ver_majar}
-Release: 2%{?_dist_release}
+Release: 1%{?_dist_release}
 License: GPL/FTL dual license
 URL: http://www.freetype.org/
 Group: System Environment/Libraries
@@ -24,7 +24,7 @@ Patch46:  freetype-2.2.1-enable-valid.patch
 Patch88:  freetype-multilib.patch
 # Fix crash https://bugs.freedesktop.org/show_bug.cgi?id=6841
 Patch89:  freetype-2.2.1-memcpy-fix.patch
-Patch90:  freetype-2.5.3-pkgconfig.patch
+Patch90:  freetype-2.5.4-pkgconfig.patch
 
 Patch200: freetype-2.1.10-slight-embolden.patch
 Patch201: freetype-2.4.12-x86_64-invalid_outline.patch
@@ -295,12 +295,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %endif
 
 %changelog
+* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.4-1
+- new upstream release
+- remade Patch90
+
 * Fri Jun 27 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.3-2
 - rebuilt with libpng-1.6.
 
 * Sun Apr 20 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.3-1
 - new upstream release
-- remave Patch90
+- remade Patch90
 
 * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-5
 - add Requires: libpng-devel in %%{name}-devel

+ 11 - 2
p/python/python-vl.spec

@@ -11,8 +11,8 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向言語 Python インタプリタ
 Name: python
-Version: %{pybasever}.7
-Release: 2%{?_dist_release}
+Version: %{pybasever}.9
+Release: 1%{?_dist_release}
 License: PSF
 Group: Development/Languages
 URL: http://www.python.org/%{pybasever}/
@@ -40,6 +40,7 @@ Patch41: 00121-add-Modules-to-build-path.patch
 Patch42: 00125-less-verbose-COUNT_ALLOCS.patch
 Patch43: 00133-skip-test_dl.patch
 Patch44: 00137-skip-distutils-tests-that-fail-in-rpmbuild.patch
+Patch45: 00199-alter-tests-to-reflect-sslv3-disabled.patch
 
 ## for lib64
 Patch100: python-2.7-lib64-Makefile.patch
@@ -388,6 +389,7 @@ rm -fr $RPM_BUILD_ROOT
 %dir %{python_lib}
 %dir %{python_lib}/lib-dynload
 %dir %{python_lib}/site-packages
+%dir %{python_lib}/ensurepip
 %{python_lib}/*.py*
 %{python_lib}/*.doc
 %{python_lib}/bsddb
@@ -412,6 +414,8 @@ rm -fr $RPM_BUILD_ROOT
 %{python_lib}/wsgiref
 %{python_lib}/wsgiref.egg-info
 %{python_lib}/xml
+%exclude %{python_lib}/ensurepip/_bundled
+%{python_lib}/ensurepip/*
 
 %dir %{python_lib}/config
 %{python_lib}/config/Makefile
@@ -463,6 +467,11 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.9-1
+- new upstream release
+- included %%{python_lib}/ensurepip (ignore _bundled*)
+- added Patch45 fron fedora to disable SSLv3 in test_ssl.py
+
 * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-2
 - rebuild with libffi-3.0.13