rpms/cmake/devel .cvsignore, 1.20, 1.21 cmake.spec, 1.37, 1.38 sources, 1.20, 1.21

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Aug 5 19:44:03 UTC 2008


Author: orion

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

Modified Files:
	.cvsignore cmake.spec sources 
Log Message:
* Tue Aug 5 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.1-1
- Update to 2.6.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	7 May 2008 02:13:26 -0000	1.20
+++ .cvsignore	5 Aug 2008 19:43:33 -0000	1.21
@@ -1 +1 @@
-cmake-2.6.0.tar.gz
+cmake-2.6.1.tar.gz


Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- cmake.spec	7 May 2008 02:13:26 -0000	1.37
+++ cmake.spec	5 Aug 2008 19:43:33 -0000	1.38
@@ -3,7 +3,7 @@
 %bcond_with bootstrap
 
 Name:           cmake
-Version:        2.6.0
+Version:        2.6.1
 Release:        1%{?dist}
 Summary:        Cross-platform make system
 
@@ -12,8 +12,9 @@
 URL:            http://www.cmake.org
 Source0:        http://www.cmake.org/files/v2.6/cmake-%{version}.tar.gz
 Source2:        macros.cmake
+#Patch to look for jni files where Fedora puts them.
+#Submitted upstream: http://public.kitware.com/Bug/view.php?id=7333
 Patch0:         cmake-2.6.0-jni.patch
-Patch1:         cmake-2.4.5-xmlrpc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel, libX11-devel
 BuildRequires:  qt4-devel, desktop-file-utils
@@ -43,7 +44,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch -p1 -b .jni
-%patch1 -p1 -b .xmlrpc
 # Fixup permissions
 find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
 
@@ -114,6 +114,13 @@
 
 
 %changelog
+* Tue Aug 5 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.1-1
+- Update to 2.6.1
+
+* Mon Jul 14 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.1-0.rc8.1
+- Update to 2.6.1-RC-8
+- Drop xmlrpc patch fixed upstream
+
 * Tue May 6 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.0-1
 - Update to 2.6.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	7 May 2008 02:13:26 -0000	1.20
+++ sources	5 Aug 2008 19:43:33 -0000	1.21
@@ -1 +1 @@
-e95ae003672dfc6c8151a1ee49a0d4a6  cmake-2.6.0.tar.gz
+6717f4bc3cfcced4172ad98660ce7599  cmake-2.6.1.tar.gz




More information about the scm-commits mailing list