rpms/cmake/devel .cvsignore, 1.31, 1.32 cmake.spec, 1.64, 1.65 sources, 1.31, 1.32

Orion Poplawski orion at fedoraproject.org
Thu Oct 29 21:46:11 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/cmake/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3676

Modified Files:
	.cvsignore cmake.spec sources 
Log Message:
* Tue Oct 29 2009 Orion Poplawski <orion at cora.nwra.com> - 2.8.0-0.4.rc4
- Update to 2.8.0 RC 4
- Add FindJNI patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	13 Oct 2009 22:17:42 -0000	1.31
+++ .cvsignore	29 Oct 2009 21:46:11 -0000	1.32
@@ -1 +1 @@
-cmake-2.8.0-rc3.tar.gz
+cmake-2.8.0-rc4.tar.gz


Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- cmake.spec	13 Oct 2009 22:17:43 -0000	1.64
+++ cmake.spec	29 Oct 2009 21:46:11 -0000	1.65
@@ -4,11 +4,11 @@
 # Set to bcond_with or use --without gui to disable qt4 gui build
 %bcond_without gui
 # Set to RC version if building RC, else %{nil}
-%define rcver -rc3
+%define rcver -rc4
 
 Name:           cmake
 Version:        2.8.0
-Release:        0.4.rc3%{?dist}
+Release:        0.5.rc4%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -16,6 +16,7 @@ License:        BSD
 URL:            http://www.cmake.org
 Source0:        http://www.cmake.org/files/v2.8/cmake-%{version}%{?rcver}.tar.gz
 Source2:        macros.cmake
+Patch0:         jni_include_path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel, libX11-devel
@@ -50,6 +51,7 @@ The %{name}-gui package contains the Qt 
 
 %prep
 %setup -q -n %{name}-%{version}%{?rcver}
+%patch0 -p0
 # Fixup permissions
 find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
 
@@ -133,6 +135,10 @@ update-mime-database %{_datadir}/mime &>
 
 
 %changelog
+* Tue Oct 29 2009 Orion Poplawski <orion at cora.nwra.com> - 2.8.0-0.4.rc4
+- Update to 2.8.0 RC 4
+- Add FindJNI patch
+
 * Tue Oct 13 2009 Orion Poplawski <orion at cora.nwra.com> - 2.8.0-0.4.rc3
 - Update to 2.8.0 RC 3
 - Drop vtk64 patch fixed upstream


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- sources	13 Oct 2009 22:17:43 -0000	1.31
+++ sources	29 Oct 2009 21:46:11 -0000	1.32
@@ -1 +1 @@
-7cc121a0199affa0697e11fbeefd00c3  cmake-2.8.0-rc3.tar.gz
+b7c1bc4d1c8ff5b23a228bbd1e0c5739  cmake-2.8.0-rc4.tar.gz




More information about the scm-commits mailing list