rpms/cmake/devel .cvsignore, 1.4, 1.5 cmake-2.4.2-fedora.patch, 1.2, 1.3 cmake.spec, 1.9, 1.10 sources, 1.4, 1.5 cmake-2.4.3-soname.patch, 1.1, NONE

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Nov 22 04:15:38 UTC 2006


Author: orion

Update of /cvs/extras/rpms/cmake/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276

Modified Files:
	.cvsignore cmake-2.4.2-fedora.patch cmake.spec sources 
Removed Files:
	cmake-2.4.3-soname.patch 
Log Message:
Update to 2.4.4



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Aug 2006 16:46:34 -0000	1.4
+++ .cvsignore	22 Nov 2006 04:15:08 -0000	1.5
@@ -1 +1 @@
-cmake-2.4.3.tar.gz
+cmake-2.4.4.tar.gz

cmake-2.4.2-fedora.patch:

Index: cmake-2.4.2-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/cmake-2.4.2-fedora.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cmake-2.4.2-fedora.patch	31 Oct 2006 23:11:16 -0000	1.2
+++ cmake-2.4.2-fedora.patch	22 Nov 2006 04:15:08 -0000	1.3
@@ -1,29 +1,3 @@
---- cmake-2.4.2/Modules/FindRuby.cmake.fedora	2006-07-11 10:20:14.000000000 -0600
-+++ cmake-2.4.2/Modules/FindRuby.cmake	2006-07-11 10:20:38.000000000 -0600
-@@ -9,6 +9,7 @@
- 
- SET(RUBY_POSSIBLE_INCLUDE_PATHS
--  /usr/lib/ruby/1.8/i386-linux
-+  /usr/lib/ruby/*/i386-linux
-+  /usr/lib64/ruby/*/x86_64-linux
-   )
- 
- SET(RUBY_POSSIBLE_LIB_PATHS
-@@ -19,12 +20,12 @@
-   ${RUBY_POSSIBLE_INCLUDE_PATHS})
- 
- FIND_LIBRARY(RUBY_LIBRARY
--  NAMES ruby1.8
-+  NAMES ruby
-   PATHS ${RUBY_POSSIBLE_LIB_PATHS}
-   )
- 
- FIND_PROGRAM(RUBY_EXECUTABLE
--  NAMES ruby1.8
-+  NAMES ruby
-   PATHS
-   /usr/bin
-   /usr/local/bin
 --- cmake-2.4.2/Modules/FindSWIG.cmake.fedora	2006-07-11 10:21:11.000000000 -0600
 +++ cmake-2.4.2/Modules/FindSWIG.cmake	2006-07-11 10:22:47.000000000 -0600
 @@ -7,13 +7,11 @@


Index: cmake.spec
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cmake.spec	31 Oct 2006 23:11:16 -0000	1.9
+++ cmake.spec	22 Nov 2006 04:15:08 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		cmake
-Version:	2.4.3
-Release:	4%{?dist}
+Version:	2.4.4
+Release:	1%{?dist}
 Summary:	Cross-platform make system
 
 Group:		Development/Tools
@@ -9,7 +9,6 @@
 Source0:	http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz
 Source1:        cmake-init-fedora
 Patch0:         cmake-2.4.2-fedora.patch
-Patch1:         cmake-2.4.3-soname.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel, libX11-devel
 
@@ -25,7 +24,6 @@
 %prep
 %setup -q
 %patch -p1 -b .fedora
-%patch1 -p0 -b .soname
 
 
 %build
@@ -62,6 +60,9 @@
 
 
 %changelog
+* Tue Nov 21 2006 Orion Poplawski <orion at cora.nwra.com> - 2.4.4-1
+- Update to 2.4.4
+
 * Tue Oct 31 2006 Orion Poplawski <orion at cora.nwra.com> - 2.4.3-4
 - Add /usr/lib/jvm/java to FindJNI search paths
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Aug 2006 16:46:34 -0000	1.4
+++ sources	22 Nov 2006 04:15:08 -0000	1.5
@@ -1 +1 @@
-c9b50c488a24edd5297ffc3230ecd0f2  cmake-2.4.3.tar.gz
+8c99af9e6e70f154314cf0d160b61e6e  cmake-2.4.4.tar.gz


--- cmake-2.4.3-soname.patch DELETED ---




More information about the scm-commits mailing list