Browse Source

OpenImageIO,cmake: new upstream release
others: rebuild

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

Takemikaduchi 8 years ago
parent
commit
f1af50ac8e

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

@@ -5,7 +5,7 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Summary(ja): IPMI (Intelligent Platform Management Interface) ライブラリおよびツール
 Name: OpenIPMI
 Version: 2.0.21
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: LGPLv2+ and GPLv2+ or BSD
 Group: System Environment/Base
 URL: http://sourceforge.net/projects/openipmi/
@@ -199,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Fri May 06 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.21-3
+- rebuild with openssl-1.0.2
+
 * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.21-2
 - remove *.la files
 

+ 18 - 5
O/OpenImageIO/OpenImageIO-vl.spec

@@ -1,8 +1,8 @@
 %global subname oiio
 
 Name:           OpenImageIO
-Version:        1.4.15
-Release:        2%{?_dist_release}
+Version:        1.6.13
+Release:        1%{?_dist_release}
 Summary:        Library for reading and writing images
 
 Group:          System Environment/Libraries
@@ -13,8 +13,6 @@ Source0:        https://github.com/%{name}/%{subname}/archive/Release-%{version}
 # Images for test suite
 #Source1:        oiio-images.tar.gz
 
-Patch0:			oiio-Release-1.4.15-sign-compare.patch
-
 BuildRequires:  cmake
 BuildRequires:  txt2man
 BuildRequires:  qt4-devel
@@ -58,6 +56,14 @@ classes, utilities, and applications. Main features include:
   truly vast amounts of image data.
 
 
+%package -n python-%{name}
+Summary:        Python 2 bindings for %{name}
+Requires:       %{name} = %{version}-%{release}
+
+%description -n python-%{name}
+Python bindings for %{name}.
+
+
 %package utils
 Summary:        Command line utilities for %{name}
 Requires:       %{name} = %{version}-%{release}
@@ -87,7 +93,6 @@ Development files for package %{name}
 
 %prep
 %setup -q -n oiio-Release-%{version}
-%patch0 -p1
 
 # Remove bundled pugixml
 rm -f src/include/pugixml.hpp \
@@ -111,6 +116,7 @@ rm -rf build/linux && mkdir -p build/linux && pushd build/linux
        -DINCLUDE_INSTALL_DIR:PATH=/usr/include/%{name} \
        -DPYLIB_INSTALL_DIR:PATH=%{python_sitearch} \
        -DINSTALL_DOCS:BOOL=FALSE \
+       -DINSTALL_FONTS:BOOL=FALSE \
        -DUSE_EXTERNAL_PUGIXML:BOOL=TRUE \
        -DUSE_TBB:BOOL=FALSE \
 %ifarch ppc ppc64
@@ -140,6 +146,8 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
 %doc CHANGES LICENSE
 %{_libdir}/libOpenImageIO.so.*
 %{_libdir}/libOpenImageIO_Util.so.*
+
+%files -n python-%{name}
 %{python_sitearch}/OpenImageIO.so
 
 %files utils
@@ -160,6 +168,11 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Fri May 06 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.13-1
+- new upstream release
+- remove Patch0
+- create python-%%{name} subpackage
+
 * Thu Oct 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.15-2
 - rebuild with glew-1.13.0
 

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

@@ -9,7 +9,7 @@ Summary:       3D modeling, animation, rendering and post-production.
 Summary(ja):   3D モデリング、アニメーション、レンダリング、ポストプロダクション
 Name:           blender
 Version:        %{blender_api}b
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.blender.org/
@@ -231,6 +231,9 @@ update-mime-database %{_datadir}/mime > /dev/null || :
 
 
 %changelog
+* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.77a-1
+- rebuild with openssl-1.0.2
+
 * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.76b-1
 - new upstream release
 

+ 13 - 15
c/cmake/cmake-vl.spec

@@ -7,24 +7,16 @@
 Name: cmake
 Summary: Cross-platform make system
 Summary(ja): クロスプラットフォームな Make システム
-Version: 2.8.12.2
+Version: 3.5.2
 Release: 1%{?_dist_release}
 
 Group: Development/Tools
 License: BSD
 URL: http://www.cmake.org/
 
-Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
+Source0: http://www.cmake.org/files/v3.5/%{name}-%{version}.tar.gz
 Source1: macros.cmake
 
-# Patch to find DCMTK in Fedora (bug #720140)
-Patch0:         cmake-dcmtk.patch
-
-Patch1:			cmake-2.8.12.1-FindFreetype.patch
-
-# http://public.kitware.com/pipermail/cmake-developers/2014-December/024044.html
-Patch2:			cmake-2.8.12.2-ruby-2.2.x.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: curl-devel
 BuildRequires: expat-devel
@@ -34,6 +26,8 @@ BuildRequires: libidn-devel
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel
 BuildRequires: zlib-devel
+BuildRequires: xz-devel
+BuildRequires: jsoncpp-devel
 %if %{with gui}
 BuildRequires: qt4-devel, desktop-file-utils
 %define qt_gui --qt-gui
@@ -65,9 +59,6 @@ The %{name}-gui package contains the Qt based GUI for CMake.
 
 %prep
 %setup -q
-%patch0 -p1 -b .dcmtk
-%patch1 -p1 -b .freetype2
-%patch2 -p1 -b .ruby
 
 # Fixup permissions
 #find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
@@ -136,7 +127,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_bindir}/ctest
 %{_datadir}/%{name}/
 %{_datadir}/aclocal/cmake.m4
-%{_mandir}/man1/*
 
 %if %{with gui}
 %files gui
@@ -144,11 +134,19 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_bindir}/cmake-gui
 %{_datadir}/applications/CMake.desktop
 %{_datadir}/mime/packages/cmakecache.xml
-%{_datadir}/pixmaps/CMakeSetup32.png
+%{_datadir}/icons/hicolor/*/*/*
 %endif
 
 
 %changelog
+* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.2-1
+- update to 3.5.2
+- add BuildRequires: xz-devel, jsoncpp-devel
+- remove old patches
+
+* Sat Sep 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.12.2-1
+- update to 2.8.12.2
+
 * Sat Sep 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.12.2-1
 - update to 2.8.12.2
 - add Patch2 (cmake-2.8.12.2-ruby-2.2.x.patch)

+ 4 - 1
c/cvs/cvs-vl.spec

@@ -4,7 +4,7 @@ Summary: A version control system.
 Summary(ja): バージョン管理システム
 Name: cvs
 Version: %{version}
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 License: GPL
 Group: Development/Tools
 URL: http://www.cvshome.org/
@@ -113,6 +113,9 @@ fi
 %{_datadir}/cvs
 
 %changelog
+* Fri May 06 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.13-7
+- rebuild with openssl-1.0.2
+
 * Fri Jan  3 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.12.13-6
 - build with current VineSeed
 

+ 4 - 1
g/gambas3/gambas3-vl.spec

@@ -2,7 +2,7 @@ Summary:	BASIC compiler, IDE and GUI builder
 Summary(ja): 	GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
 Name:		gambas3
 Version:	3.8.2
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 Source1:	gambas3.desktop
 #Source2:	gambas2-2.6.0-ja.po
@@ -1900,6 +1900,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-2
+- rebuild with openssl-1.0.2
+
 * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 - remove Patch100

+ 7 - 2
g/gnome-vfs2/gnome-vfs2-vl.spec

@@ -18,7 +18,7 @@ Summary: The GNOME virtual file-system libraries.
 Summary(ja): GNOME 仮想ファイルシステムライブラリ
 Name: gnome-vfs2
 Version: 2.24.4
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.24/gnome-vfs-%{version}.tar.bz2
@@ -49,7 +49,7 @@ BuildRequires: automake, autoconf
 
 Patch0: gnome-vfs-2.24.4-glib-2.36.x.patch
 Patch1: gnome-vfs-2.24.4-samba-4.0.patch
-
+Patch2: gnome-vfs-2.24.4-glib-2.40.x.patch
 Patch3: gnome-vfs-2.9.90-modules-conf.patch
 
 # CVE-2009-2473 neon, gnome-vfs2 embedded neon: billion laughs DoS attack
@@ -151,6 +151,7 @@ GNOME VFS modules and applications that use the GNOME VFS APIs.
   
 %patch0 -p1 -b .glib
 %patch1 -p1 -b .samba
+%patch2 -p1 -b .glib
 %patch3 -p1 -b .modules-conf
 %patch5 -p1 -b .CVE-2009-2473
 %patch6 -p1 -b .mailto-command
@@ -290,6 +291,10 @@ fi
 
 
 %changelog
+* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-5
+- rebuild with openssl-1.0.2
+- add Patch2 (gnome-vfs-2.24.4-glib-2.40.x.patch)
+
 * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-4
 - update Patch0 (gnome-vfs-2.24.4-glib-2.36.x.patch)
 

+ 4 - 1
o/opal/opal-vl.spec

@@ -1,7 +1,7 @@
 Summary: Open Phone Abstraction Library
 Name: opal
 Version: 3.10.10
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 URL: http://www.opalvoip.org/
 Source0: ftp://ftp.gnome.org/pub/gnome/sources/opal/3.10/%{name}-%{version}.tar.xz
 License: MPL
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-3
+- rebuild with openssl-1.0.2
+
 * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.10-2
 - rebuild with VineSeed environment