rpms/gnome-shell-extension-weather/F-17 gnome-shell-extension-weather.spec, 1.7, 1.8
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32080
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
- Update to latest upstream version
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-17/gnome-shell-extension-weather.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-shell-extension-weather.spec 13 Oct 2012 07:41:34 -0000 1.7
+++ gnome-shell-extension-weather.spec 22 Oct 2012 20:14:35 -0000 1.8
@@ -1,11 +1,11 @@
-%global git 734987b
+%global git 6c1d6ab
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.7.%{checkout}%{?dist}
+Release: 0.8.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -51,6 +51,9 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
+- Update to latest upstream version
+
* Sat Oct 13 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.7.git734987b
- Update to latest upstream version
12 years, 1 month
rpms/smesh/EL-6 smesh-5.1.2.2-rm_f2c.patch,NONE,1.1
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/smesh/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31910
Added Files:
smesh-5.1.2.2-rm_f2c.patch
Log Message:
Add patch.
smesh-5.1.2.2-rm_f2c.patch:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE smesh-5.1.2.2-rm_f2c.patch ---
diff -Naur smesh-5.1.2.2.orig/CMakeLists.txt smesh-5.1.2.2/CMakeLists.txt
--- smesh-5.1.2.2.orig/CMakeLists.txt 2012-07-05 10:03:58.241643809 -0500
+++ smesh-5.1.2.2/CMakeLists.txt 2012-07-05 10:04:37.340404971 -0500
@@ -160,7 +160,7 @@
INCLUDE_DIRECTORIES(src/StdMeshers)
ADD_LIBRARY(StdMeshers SHARED ${StdMeshers_source_files})
-TARGET_LINK_LIBRARIES(StdMeshers SMESH TKernel TKMath TKAdvTools f2c)
+TARGET_LINK_LIBRARIES(StdMeshers SMESH TKernel TKMath TKAdvTools)
###########
# INSTALL #
12 years, 1 month
rpms/smesh/EL-6 smesh.spec,1.3,1.4
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/smesh/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31822
Modified Files:
smesh.spec
Log Message:
* Mon Oct 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-5.svn54
- Remove build requirement for fortran (f2c).
- Initial packaging for EPEL 6.
Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/EL-6/smesh.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smesh.spec 22 Oct 2012 01:27:10 -0000 1.3
+++ smesh.spec 22 Oct 2012 20:13:33 -0000 1.4
@@ -1,11 +1,11 @@
-# Use newer cmake on EL builds
+# Use a newer version of cmake on EL.
%if 0%{?rhel}
%global cmake %cmake28
%endif
Name: smesh
Version: 5.1.2.2
-Release: 3.svn54%{?dist}
+Release: 5.svn54%{?dist}
Summary: OpenCascade based MESH framework
# This library is LGPLv2+ but links against the non-free library OCE.
@@ -20,6 +20,7 @@
# on 12/21/11.
Patch0: smesh.patch
Patch1: smesh-cmake_fixes.patch
+Patch2: smesh-5.1.2.2-rm_f2c.patch
%if 0%{?rhel}
BuildRequires: cmake28
@@ -30,13 +31,17 @@
BuildRequires: OCE-devel
BuildRequires: boost-devel
BuildRequires: gcc-gfortran
-BuildRequires: f2c
+# Do we need this?
+#BuildRequires: f2c f2c-devel
BuildRequires: dos2unix
%description
A complete OpenCascade based MESH framework.
+NOTE: Fortran support (f2c) has been disabled. If it is needed please open a
+bug against the smesh component at: http://bugzilla.rpmfusion.org
+
%package doc
Summary: Development documentation for %{name}
@@ -59,6 +64,7 @@
%setup -q -c %{name}-%{version}
%patch0 -p1
%patch1 -p1 -b .cmakefix
+%patch2 -p1 -b .f2c
dos2unix -k LICENCE.lgpl.txt
@@ -102,6 +108,13 @@
%changelog
+* Mon Oct 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-5.svn54
+- Remove build requirement for fortran (f2c).
+- Initial packaging for EPEL 6.
+
+* Wed Sep 26 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-4.svn54
+- Rebuild due to package not being signed in F-18 repo.
+
* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.2.2-3.svn54
- Rebuilt for c++ ABI breakage
12 years, 1 month
rpms/gnome-shell-extension-weather/F-16 gnome-shell-extension-weather.spec, 1.7, 1.8
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31732
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
- Update to latest upstream version
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-16/gnome-shell-extension-weather.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-shell-extension-weather.spec 13 Oct 2012 07:39:50 -0000 1.7
+++ gnome-shell-extension-weather.spec 22 Oct 2012 20:13:17 -0000 1.8
@@ -1,11 +1,11 @@
-%global git 734987b
+%global git 6c1d6ab
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.7.%{checkout}%{?dist}
+Release: 0.8.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -51,6 +51,9 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
+- Update to latest upstream version
+
* Sat Oct 13 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.7.git734987b
- Update to latest upstream version
12 years, 1 month
rpms/gnome-shell-extension-weather/devel gnome-shell-extension-weather.spec, 1.7, 1.8
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31499
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
- Update to latest upstream version
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/gnome-shell-extension-weather.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-shell-extension-weather.spec 13 Oct 2012 07:37:38 -0000 1.7
+++ gnome-shell-extension-weather.spec 22 Oct 2012 20:11:40 -0000 1.8
@@ -1,11 +1,11 @@
-%global git 734987b
+%global git 6c1d6ab
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.7.%{checkout}%{?dist}
+Release: 0.8.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -51,6 +51,9 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
+- Update to latest upstream version
+
* Sat Oct 13 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.7.git734987b
- Update to latest upstream version
12 years, 1 month
rpms/smesh/devel smesh-5.1.2.2-rm_f2c.patch, NONE, 1.1 smesh.spec, 1.4, 1.5
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/smesh/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30314
Modified Files:
smesh.spec
Added Files:
smesh-5.1.2.2-rm_f2c.patch
Log Message:
* Mon Oct 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-5.svn54
- Remove build requirement for fortran (f2c).
- Initial packaging for EPEL 6.
smesh-5.1.2.2-rm_f2c.patch:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE smesh-5.1.2.2-rm_f2c.patch ---
diff -Naur smesh-5.1.2.2.orig/CMakeLists.txt smesh-5.1.2.2/CMakeLists.txt
--- smesh-5.1.2.2.orig/CMakeLists.txt 2012-07-05 10:03:58.241643809 -0500
+++ smesh-5.1.2.2/CMakeLists.txt 2012-07-05 10:04:37.340404971 -0500
@@ -160,7 +160,7 @@
INCLUDE_DIRECTORIES(src/StdMeshers)
ADD_LIBRARY(StdMeshers SHARED ${StdMeshers_source_files})
-TARGET_LINK_LIBRARIES(StdMeshers SMESH TKernel TKMath TKAdvTools f2c)
+TARGET_LINK_LIBRARIES(StdMeshers SMESH TKernel TKMath TKAdvTools)
###########
# INSTALL #
Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/devel/smesh.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smesh.spec 26 Sep 2012 13:41:28 -0000 1.4
+++ smesh.spec 22 Oct 2012 19:48:37 -0000 1.5
@@ -1,6 +1,11 @@
+# Use a newer version of cmake on EL.
+%if 0%{?rhel}
+%global cmake %cmake28
+%endif
+
Name: smesh
Version: 5.1.2.2
-Release: 4.svn54%{?dist}
+Release: 5.svn54%{?dist}
Summary: OpenCascade based MESH framework
# This library is LGPLv2+ but links against the non-free library OCE.
@@ -15,18 +20,28 @@
# on 12/21/11.
Patch0: smesh.patch
Patch1: smesh-cmake_fixes.patch
+Patch2: smesh-5.1.2.2-rm_f2c.patch
-BuildRequires: cmake doxygen
+%if 0%{?rhel}
+BuildRequires: cmake28
+%else
+BuildRequires: cmake
+%endif
+BuildRequires: doxygen graphviz
BuildRequires: OCE-devel
BuildRequires: boost-devel
BuildRequires: gcc-gfortran
-BuildRequires: f2c
+# Do we need this?
+#BuildRequires: f2c f2c-devel
BuildRequires: dos2unix
%description
A complete OpenCascade based MESH framework.
+NOTE: Fortran support (f2c) has been disabled. If it is needed please open a
+bug against the smesh component at: http://bugzilla.rpmfusion.org
+
%package doc
Summary: Development documentation for %{name}
@@ -49,6 +64,7 @@
%setup -q -c %{name}-%{version}
%patch0 -p1
%patch1 -p1 -b .cmakefix
+%patch2 -p1 -b .f2c
dos2unix -k LICENCE.lgpl.txt
@@ -92,6 +108,10 @@
%changelog
+* Mon Oct 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-5.svn54
+- Remove build requirement for fortran (f2c).
+- Initial packaging for EPEL 6.
+
* Wed Sep 26 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-4.svn54
- Rebuild due to package not being signed in F-18 repo.
12 years, 1 month
rpms/kmediafactory/F-18 kmediafactory-0.8.1-ffmpeg.patch, NONE, 1.1 kmediafactory.spec, 1.16, 1.17
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/kmediafactory/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11209
Modified Files:
kmediafactory.spec
Added Files:
kmediafactory-0.8.1-ffmpeg.patch
Log Message:
* Mon Oct 22 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.1-2
- fix for newer ffmpeg
- BR: libkexiv2-devel
kmediafactory-0.8.1-ffmpeg.patch:
videofile.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--- NEW FILE kmediafactory-0.8.1-ffmpeg.patch ---
diff -up kmediafactory-0.8.1/lib/videofile.cpp.ffmpeg kmediafactory-0.8.1/lib/videofile.cpp
--- kmediafactory-0.8.1/lib/videofile.cpp.ffmpeg 2011-08-01 02:47:08.000000000 -0500
+++ kmediafactory-0.8.1/lib/videofile.cpp 2012-10-22 06:29:32.797016215 -0500
@@ -58,7 +58,7 @@ bool VideoFile::open(const QString& file
static bool init=false;
if(!init) {
av_register_all();
- avcodec_init();
+ // avcodec_init(); // avodec_init has been deprecated since at least ffmpeg-0.10.x
avcodec_register_all();
av_log_set_level(0);
init=true;
@@ -66,7 +66,11 @@ bool VideoFile::open(const QString& file
close();
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53,2,0)
+ if ( avformat_open_input(&avFromatContext, QFile::encodeName(filename).constData(), 0L, 0) != 0 ||
+#else
if ( av_open_input_file(&avFromatContext, QFile::encodeName(filename).constData(), 0L, 0, 0L) != 0 ||
+#endif
av_find_stream_info(avFromatContext) < 0) {
close();
}
Index: kmediafactory.spec
===================================================================
RCS file: /cvs/free/rpms/kmediafactory/F-18/kmediafactory.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kmediafactory.spec 26 Jun 2012 09:08:00 -0000 1.16
+++ kmediafactory.spec 22 Oct 2012 11:48:29 -0000 1.17
@@ -1,6 +1,6 @@
Name: kmediafactory
Version: 0.8.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A template based DVD authoring tool
Group: User Interface/Desktops
@@ -17,6 +17,8 @@
Patch50: kmediafactory-0.8.1-gcc47.patch
# http://code.google.com/p/kmediafactory/issues/detail?id=18
Patch51: kmediafactory-0.8.0-dso.patch
+# fix for newer ffmpeg
+Patch52: kmediafactory-0.8.1-ffmpeg.patch
BuildRequires: kdelibs4-devel
BuildRequires: dvdauthor
@@ -29,6 +31,7 @@
BuildRequires: mlt
BuildRequires: mjpegtools
BuildRequires: pcre-devel
+BuildRequires: pkgconfig(libkexiv2)
BuildRequires: zip
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -70,6 +73,7 @@
%patch1 -p1 -b .mlt-melt
%patch50 -p1 -b .gcc47
%patch51 -p1 -b .dso
+%patch52 -p1 -b .ffmpeg
%build
@@ -157,6 +161,10 @@
%changelog
+* Mon Oct 22 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.1-2
+- fix for newer ffmpeg
+- BR: libkexiv2-devel
+
* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.1-2
- Rebuilt for FFmpeg
12 years, 1 month
rpms/kmediafactory/devel kmediafactory-0.8.1-ffmpeg.patch, NONE, 1.1 kmediafactory.spec, 1.16, 1.17
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/kmediafactory/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11012
Modified Files:
kmediafactory.spec
Added Files:
kmediafactory-0.8.1-ffmpeg.patch
Log Message:
* Mon Oct 22 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.1-2
- fix for newer ffmpeg
- BR: libkexiv2-devel
kmediafactory-0.8.1-ffmpeg.patch:
videofile.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--- NEW FILE kmediafactory-0.8.1-ffmpeg.patch ---
diff -up kmediafactory-0.8.1/lib/videofile.cpp.ffmpeg kmediafactory-0.8.1/lib/videofile.cpp
--- kmediafactory-0.8.1/lib/videofile.cpp.ffmpeg 2011-08-01 02:47:08.000000000 -0500
+++ kmediafactory-0.8.1/lib/videofile.cpp 2012-10-22 06:29:32.797016215 -0500
@@ -58,7 +58,7 @@ bool VideoFile::open(const QString& file
static bool init=false;
if(!init) {
av_register_all();
- avcodec_init();
+ // avcodec_init(); // avodec_init has been deprecated since at least ffmpeg-0.10.x
avcodec_register_all();
av_log_set_level(0);
init=true;
@@ -66,7 +66,11 @@ bool VideoFile::open(const QString& file
close();
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53,2,0)
+ if ( avformat_open_input(&avFromatContext, QFile::encodeName(filename).constData(), 0L, 0) != 0 ||
+#else
if ( av_open_input_file(&avFromatContext, QFile::encodeName(filename).constData(), 0L, 0, 0L) != 0 ||
+#endif
av_find_stream_info(avFromatContext) < 0) {
close();
}
Index: kmediafactory.spec
===================================================================
RCS file: /cvs/free/rpms/kmediafactory/devel/kmediafactory.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kmediafactory.spec 26 Jun 2012 09:08:00 -0000 1.16
+++ kmediafactory.spec 22 Oct 2012 11:47:13 -0000 1.17
@@ -1,6 +1,6 @@
Name: kmediafactory
Version: 0.8.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A template based DVD authoring tool
Group: User Interface/Desktops
@@ -17,6 +17,8 @@
Patch50: kmediafactory-0.8.1-gcc47.patch
# http://code.google.com/p/kmediafactory/issues/detail?id=18
Patch51: kmediafactory-0.8.0-dso.patch
+# fix for newer ffmpeg
+Patch52: kmediafactory-0.8.1-ffmpeg.patch
BuildRequires: kdelibs4-devel
BuildRequires: dvdauthor
@@ -29,6 +31,7 @@
BuildRequires: mlt
BuildRequires: mjpegtools
BuildRequires: pcre-devel
+BuildRequires: pkgconfig(libkexiv2)
BuildRequires: zip
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -70,6 +73,7 @@
%patch1 -p1 -b .mlt-melt
%patch50 -p1 -b .gcc47
%patch51 -p1 -b .dso
+%patch52 -p1 -b .ffmpeg
%build
@@ -157,6 +161,10 @@
%changelog
+* Mon Oct 22 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.1-2
+- fix for newer ffmpeg
+- BR: libkexiv2-devel
+
* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.1-2
- Rebuilt for FFmpeg
12 years, 1 month
rpms/smesh/EL-6 smesh.spec,1.2,1.3
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/smesh/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32634
Modified Files:
smesh.spec
Log Message:
Initial EL-6 build.
Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/EL-6/smesh.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smesh.spec 7 Mar 2012 23:16:30 -0000 1.2
+++ smesh.spec 22 Oct 2012 01:27:10 -0000 1.3
@@ -1,3 +1,8 @@
+# Use newer cmake on EL builds
+%if 0%{?rhel}
+%global cmake %cmake28
+%endif
+
Name: smesh
Version: 5.1.2.2
Release: 3.svn54%{?dist}
@@ -16,7 +21,12 @@
Patch0: smesh.patch
Patch1: smesh-cmake_fixes.patch
-BuildRequires: cmake doxygen
+%if 0%{?rhel}
+BuildRequires: cmake28
+%else
+BuildRequires: cmake
+%endif
+BuildRequires: doxygen graphviz
BuildRequires: OCE-devel
BuildRequires: boost-devel
BuildRequires: gcc-gfortran
12 years, 1 month
rpms/freecad/EL-6 freecad.spec,1.2,1.3
by John Morris
Author: zultron
Update of /cvs/nonfree/rpms/freecad/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12759
Modified Files:
freecad.spec
Log Message:
EL-6 specfile: update release to be consistent with devel tree
Index: freecad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/freecad/EL-6/freecad.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freecad.spec 21 Oct 2012 18:44:35 -0000 1.2
+++ freecad.spec 21 Oct 2012 19:09:48 -0000 1.3
@@ -23,7 +23,7 @@
Name: freecad
Version: 0.12
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: A general purpose 3D CAD modeler
Group: Applications/Engineering
@@ -175,7 +175,7 @@
-DDOCDIR=%{_docdir}/%{name} \
-DCOIN3D_INCLUDE_DIR=%{_includedir}/Coin2 \
-DCOIN3D_DOC_PATH=%{_datadir}/Coin2/Coin \
- %if %{occ}
+%if %{occ}
-DUSE_OCC=TRUE \
%endif
%if ! %{bundled_smesh}
@@ -287,14 +287,17 @@
%changelog
-* Sat Oct 20 2012 John Morris <john(a)zultron.com> - 0.12-8
+* Sat Oct 20 2012 John Morris <john(a)zultron.com> - 0.12-9
- Use cmake28 package on el6
- Remove COIN3D_DOC_PATH cmake def (one less warning during build)
+* Wed Sep 26 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-8
+- Rebuild for boost 1.50.
+
* Thu Jul 05 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-7
- Remove BuildRequires: tbb-devel and gts-devel
- Add missing license files to %%doc.
-- Add missing build requirement for hicolor-icon-theme.
+- Add missing requirement for hicolor-icon-theme.
- Fix excessive linking issue.
- Other minor spec updates.
12 years, 1 month