rpms/cmake/F-9 .cvsignore, 1.14, 1.15 cmake.spec, 1.31, 1.32 sources, 1.15, 1.16

Orion Poplawski orion at fedoraproject.org
Mon Sep 29 21:59:16 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/cmake/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6823

Modified Files:
	.cvsignore cmake.spec sources 
Log Message:
* Mon Sep 29 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.2-1
- Update to 2.6.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/F-9/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	22 Jan 2008 22:47:30 -0000	1.14
+++ .cvsignore	29 Sep 2008 21:58:46 -0000	1.15
@@ -1 +1 @@
-cmake-2.4.8.tar.gz
+cmake-2.6.2.tar.gz


Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/F-9/cmake.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- cmake.spec	2 Sep 2008 21:57:09 -0000	1.31
+++ cmake.spec	29 Sep 2008 21:58:46 -0000	1.32
@@ -1,20 +1,20 @@
 # Set to bcond_without or use --with bootstrap if bootstrapping a new release
 # or architecture
 %bcond_with bootstrap
+# Set to RC version if building RC, else %{nil}
+%define rcver %{nil}
 
 Name:           cmake
-Version:        2.6.1
-Release:        3%{?dist}
+Version:        2.6.2
+Release:        1%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
 License:        BSD
 URL:            http://www.cmake.org
-Source0:        http://www.cmake.org/files/v2.6/cmake-%{version}.tar.gz
+Source0:        http://www.cmake.org/files/v2.6/cmake-%{version}%{rcver}.tar.gz
 Source2:        macros.cmake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#See http://public.kitware.com/Bug/view.php?id=7392
-Patch1:         cmake-2.6.1-parens.patch   
 
 BuildRequires:  ncurses-devel, libX11-devel
 BuildRequires:  qt4-devel, desktop-file-utils
@@ -42,8 +42,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch1 -p1 -b .parens
+%setup -q -n %{name}-%{version}%{rcver}
 # Fixup permissions
 find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
 
@@ -114,6 +113,13 @@
 
 
 %changelog
+* Mon Sep 29 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.2-1
+- Update to 2.6.2
+
+* Mon Sep 8 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.2-0.rc3.1
+- Update to 2.6.2-RC-2
+- Drop parens patch fixed upstream
+
 * Tue Sep 2 2008 Orion Poplawski <orion at cora.nwra.com> - 2.6.1-3
 - Drop jni patch, applied upstream.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/F-9/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	2 Sep 2008 21:57:09 -0000	1.15
+++ sources	29 Sep 2008 21:58:46 -0000	1.16
@@ -1 +1 @@
-6717f4bc3cfcced4172ad98660ce7599  cmake-2.6.1.tar.gz
+9e82aa3beb991aa8e5797cf330618d42  cmake-2.6.2.tar.gz




More information about the fedora-extras-commits mailing list