]> git.pld-linux.org Git - packages/povray.git/commitdiff
Updated to RC6
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 09:58:59 +0000 (11:58 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 09:58:59 +0000 (11:58 +0200)
Fix building with boost 1.50

povray.spec

index fbdca1b6ebe3e0d8b2ede70d6e6da694974cd34b..c8fb49466258773e5963c664dbe759e849678943 100644 (file)
@@ -4,23 +4,25 @@
 %bcond_with    pvm     # - with PVM support
 %bcond_with    svga    # - with svgalib support (doesn't work on many platforms)
 #
-%define                _src_pov_ver    3.7.0.RC5
+%define                _rc             RC6
+%define                _src_pov_ver    3.7.0.%{_rc}
 
 Summary:       Persistence of Vision Ray Tracer
 Summary(pl.UTF-8):     Persistence of Vision Ray Tracer
 Name:          povray
 Version:       3.7.0
-Release:       0.RC5.3
+Release:       0.%{_rc}.1
 Epoch:         1
 License:       distributable
 Group:         Applications/Graphics
 #Source0:      http://www.povray.org/ftp/pub/povray/Official/Unix/%{name}-%{_src_pov_ver}.tar.bz2
 Source0:       http://www.povray.org/redirect/www.povray.org/beta/source/%{name}-%{_src_pov_ver}.tar.gz
-# Source0-md5: d272acba3c4116796b061703c0cfa97d
+# Source0-md5: e441015262acfa60949082dbc7995493
 # based on sources from CVS at http://pvmpov.sourceforge.net/
 # Source0:     %{name}-%{version}-%{snap}.tar.gz
 Source1:       %{name}-ax_boost_base.m4
 Patch0:                %{name}-nouserfiles.patch
+Patch1:                boost-1.50.patch
 URL:           http://www.povray.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -102,6 +104,7 @@ PVM/xwin.
 %setup -q -n %{name}-%{_src_pov_ver}
 cp %{SOURCE1} unix/config/ax_boost_base.m4
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
This page took 0.113443 seconds and 4 git commands to generate.