From 58f273b2a0027fdec576dcfc3204d34d5d656d40 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 24 Jan 2008 23:39:57 +0000 Subject: [PATCH] - Update to 2.4.8 --- .cvsignore | 2 +- cmake-init-fedora | 2 -- cmake.spec | 19 +++++++++++++++---- sources | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 cmake-init-fedora diff --git a/.cvsignore b/.cvsignore index 199023f..dcdb5f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cmake-2.4.7.tar.gz +cmake-2.4.8.tar.gz diff --git a/cmake-init-fedora b/cmake-init-fedora deleted file mode 100644 index 18ec334..0000000 --- a/cmake-init-fedora +++ /dev/null @@ -1,2 +0,0 @@ -SET (CMAKE_SKIP_RPATH "YES" CACHE BOOL - "If set, runtime paths are not added when using shared libraries.") diff --git a/cmake.spec b/cmake.spec index 8ce3b50..832e9cc 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,13 +1,12 @@ Name: cmake -Version: 2.4.7 -Release: 3%{?dist} +Version: 2.4.8 +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.4/cmake-%{version}.tar.gz -Source1: cmake-init-fedora Source2: macros.cmake Patch0: cmake-2.4.2-fedora.patch Patch1: cmake-2.4.5-xmlrpc.patch @@ -35,7 +34,7 @@ generation, code generation, and template instantiation. %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \ +./bootstrap --prefix=%{_prefix} --datadir=/share/%{name} \ --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \ --system-libs make VERBOSE=1 %{?_smp_mflags} @@ -71,6 +70,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 22 2008 Orion Poplawski - 2.4.8-1 +- Update to 2.4.8 + +* Wed Jan 16 2008 Orion Poplawski - 2.4.8-0.rc12 +- Update to 2.4.8 RC-12 + +* Fri Dec 14 2007 Orion Poplawski - 2.4.8-0.rc4 +- Update to 2.4.8 RC-4 + +* Mon Nov 12 2007 Orion Poplawski - 2.4.7-4 +- No longer set CMAKE_SKIP_RPATH + * Tue Aug 28 2007 Orion Poplawski - 2.4.7-3 - Rebuild for new expat diff --git a/sources b/sources index b60da3c..c69a3f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4476c423b8f74266136964e42ea88028 cmake-2.4.7.tar.gz +f5dd061c31765a49dc17ae8bdc986779 cmake-2.4.8.tar.gz