Browse Source

blender: new upstream release
others: rebuild with gcc-5.4.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10406 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 7 years ago
parent
commit
2bfa94ed2f

+ 4 - 1
F/Field3D/Field3D-vl.spec

@@ -1,6 +1,6 @@
 Name:           Field3D
 Version:        1.6.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Library for storing voxel data
 Summary(ja):    ボクセルデータを蓄積するためのライブラリ
 
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-2
+- rebuild with gcc-5.4.0
+
 * Mon Jun 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-1
 - new upstream release
 - add BuildRequires: libboost-{atomic,chrono,date-time}

+ 4 - 1
I/ImageMagick/ImageMagick-vl.spec

@@ -13,7 +13,7 @@ Version: %{VER}.%{Patchlevel}
 %else
 Version: %{VER}
 %endif
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: freeware
 Group: Applications/Graphics
@@ -334,6 +334,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4.8-2
+- rebuild with gcc-5.4.0
+
 * Thu Jun  9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.4.8-1
 - new upstream release.
 

+ 4 - 1
O/OpenColorIO/OpenColorIO-vl.spec

@@ -6,7 +6,7 @@
 
 Name:           OpenColorIO
 Version:        1.0.8
-Release:        7%{?_dist_release}
+Release:        8%{?_dist_release}
 Summary:        Enables color transforms and image display across graphics apps
 Summary(ja):    アプリケーション間での色変換と画像表示を行うためのライブラリ
 
@@ -161,6 +161,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.8-8
+- rebuild with gcc-5.4.0
+
 * Tue Jan 13 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.8-7
 - Initial build for Vine Linux
 - used bundled yaml-cpp

+ 4 - 1
O/OpenEXR/OpenEXR-vl.spec

@@ -2,7 +2,7 @@ Name:	 OpenEXR
 Summary: A high dynamic-range (HDR) image file format
 Summary(ja): 高ダイナミックレンジ(HDR)画像ファイルフォーマット
 Version: 2.2.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: BSD
 Group:	 Applications/Graphics
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-2
+- rebuild with gcc-5.4.0
+
 * Thu Dec 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.2.0-1
 - new upstream release
 - removed Patch100 and 101

+ 4 - 1
O/OpenImageIO/OpenImageIO-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           OpenImageIO
 Version:        1.6.14
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Library for reading and writing images
 
 Group:          System Environment/Libraries
@@ -168,6 +168,9 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.14-2
+- rebuild with gcc-5.4.0
+
 * Mon Jun 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.14-1
 - new upstream release
 

+ 7 - 4
b/blender/blender-vl.spec

@@ -1,4 +1,4 @@
-%global blender_api 2.76
+%global blender_api 2.77
 %global blender_fontdir %{_datadir}/fonts/blender
 %global blenderlib  %{_datadir}/blender/%{blender_api}
 %global blenderarch %{_libdir}/blender/%{blender_api}
@@ -8,8 +8,8 @@
 Summary:       3D modeling, animation, rendering and post-production.
 Summary(ja):   3D モデリング、アニメーション、レンダリング、ポストプロダクション
 Name:           blender
-Version:        %{blender_api}b
-Release:        3%{?_dist_release}
+Version:        %{blender_api}a
+Release:        1%{?_dist_release}
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.blender.org/
@@ -112,7 +112,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DWITH_FFTW3:BOOL=ON \
   -DWITH_MOD_OCEANSIM:BOOL=ON \
   -DWITH_PYTHON:BOOL=ON \
-  -DPYTHON_VERSION:STRING=3.4 \
+  -DPYTHON_VERSION:STRING=3.5 \
   -DWITH_PYTHON_INSTALL:BOOL=OFF \
   -DWITH_CODEC_FFMPEG:BOOL=OFF \
   -DWITH_GAMEENGINE:BOOL=ON \
@@ -231,6 +231,9 @@ update-mime-database %{_datadir}/mime > /dev/null || :
 
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.77a-1
+- new upstream release
+
 * Mon Jun 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.76b-3
 - rebuild with libboost-1.60.0
 

+ 4 - 1
i/ilmbase/ilmbase-vl.spec

@@ -1,7 +1,7 @@
 Summary: Abraction/convenience libraries 
 Name:	 ilmbase 
 Version: 2.2.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group:	 System Environment/Libraries
 License: BSD
@@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-2
+- rebuild with gcc-5.4.0
+
 * Wed Dec 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.2.0-1
 - update to 2.2.0
 - added Patch51 and 53 from Fedora