rpms/cmake/devel cmake.spec,1.41,1.42

Orion Poplawski orion at fedoraproject.org
Mon Sep 8 14:40:23 UTC 2008


Author: orion

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

Modified Files:
	cmake.spec 
Log Message:
* 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



Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- cmake.spec	2 Sep 2008 21:52:56 -0000	1.41
+++ cmake.spec	8 Sep 2008 14:39:53 -0000	1.42
@@ -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 -RC-3
 
 Name:           cmake
-Version:        2.6.1
-Release:        3%{?dist}
+Version:        2.6.2
+Release:        0.rc3.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,10 @@
 
 
 %changelog
+* 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.
 




More information about the fedora-extras-commits mailing list