Author: hobbes1069
Update of /cvs/nonfree/rpms/OCE/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24954
Modified Files:
.cvsignore OCE.spec sources
Removed Files:
OCE-0.11-freeimage.patch
Log Message:
* Thu Oct 10 2013 Richard Shaw <hobbes1069(a)gmail.com. - 0.13-1
- Update to latest upstream release.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 15 Jul 2013 16:06:03 -0000 1.4
+++ .cvsignore 10 Oct 2013 15:05:02 -0000 1.5
@@ -1 +1 @@
-oce-OCE-0.12.tar.gz
+OCE-0.13.tar.gz
Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/OCE.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- OCE.spec 15 Jul 2013 16:06:04 -0000 1.7
+++ OCE.spec 10 Oct 2013 15:05:03 -0000 1.8
@@ -6,17 +6,15 @@
%endif
Name: OCE
-Version: 0.12
+Version: 0.13
Release: 1%{?relcan:.rc%{relcan}}%{?dist}
Summary: OpenCASCADE Community Edition
License: Open CASCADE Technology Public License
URL:
https://github.com/tpaviot/oce
# Github source! Archive was generated on the fly with the following URL:
-#
https://github.com/tpaviot/oce/archive/OCE-0.11.tar.gz
-Source0: oce-%{name}-%{version}%{?relcan:-rc%{relcan}}.tar.gz
-
-Patch0: OCE-0.11-freeimage.patch
+#
https://github.com/tpaviot/oce/archive/OCE-0.13.tar.gz
+Source0:
https://github.com/tpaviot/oce/archive/%{name}-%{version}%{?relcan:-rc%{r...
Source1: DRAWEXE.1
Source2: opencascade-draw.desktop
@@ -133,7 +131,6 @@
%prep
%setup -q -n oce-%{name}-%{version}
-#patch0 -p1 -b .cmake_freeimage
# Convert files to utf8
iconv --from=ISO-8859-1 --to=UTF-8 LICENSE.txt > LICENSE.txt.new && \
@@ -151,7 +148,8 @@
-DOCE_WITH_FREEIMAGE=ON \
-DOCE_WITH_GL2PS=ON \
-DOCE_MULTITHREAD_LIBRARY:STRING=TBB \
- -DOCE_DRAW=on \
+ -DOCE_DRAW=ON \
+ -DOCE_TESTING=ON \
../
make %{?_smp_mflags}
@@ -160,6 +158,7 @@
%install
pushd build
make install DESTDIR=%{buildroot}
+popd
# Remove empty .gxx files
find %{buildroot}%{_includedir} -name "*.gxx" -exec rm -f {} \;
@@ -180,6 +179,11 @@
done
+%check
+pushd build/test
+make test
+
+
%post foundation -p /sbin/ldconfig
%postun foundation -p /sbin/ldconfig
@@ -251,7 +255,6 @@
%files visualization
# Visualization Dependents
%{_libdir}/libTKService.so.*
-%{_libdir}/libTKV2d.so.*
%{_libdir}/libTKV3d.so.*
# Visualization
%{_libdir}/libTKOpenGl.so.*
@@ -305,7 +308,10 @@
%changelog
-* Tue Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-1
+* Thu Oct 10 2013 Richard Shaw <hobbes1069(a)gmail.com. - 0.13-1
+- Update to latest upstream release.
+
+* Mon Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-1
- Update to latest upstream release as it adds some performance enhancements.
* Mon Feb 18 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.11-2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 15 Jul 2013 16:06:04 -0000 1.4
+++ sources 10 Oct 2013 15:05:03 -0000 1.5
@@ -1 +1 @@
-a49be79576ef421de28a28d51e60a009 oce-OCE-0.12.tar.gz
+31d384f7b302e14f09fc08f5d6fae080 OCE-0.13.tar.gz
--- OCE-0.11-freeimage.patch DELETED ---