From 6791c883979827e718570b5a50296d89ea826aa2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Aug 05 2008 19:43:33 +0000 Subject: - Update to 2.6.1 --- diff --git a/.cvsignore b/.cvsignore index cd4e0f8..663a10d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cmake-2.6.0.tar.gz +cmake-2.6.1.tar.gz diff --git a/cmake.spec b/cmake.spec index 260ab93..e3d99e0 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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 @@ License: BSD 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 @@ The %{name}-gui package contains the Qt based GUI for CMake. %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 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Tue Aug 5 2008 Orion Poplawski - 2.6.1-1 +- Update to 2.6.1 + +* Mon Jul 14 2008 Orion Poplawski - 2.6.1-0.rc8.1 +- Update to 2.6.1-RC-8 +- Drop xmlrpc patch fixed upstream + * Tue May 6 2008 Orion Poplawski - 2.6.0-1 - Update to 2.6.0 diff --git a/sources b/sources index eace818..8694515 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e95ae003672dfc6c8151a1ee49a0d4a6 cmake-2.6.0.tar.gz +6717f4bc3cfcced4172ad98660ce7599 cmake-2.6.1.tar.gz