diff --git a/cmake-2.6.2.tar.bz2 b/cmake-2.6.2.tar.bz2 deleted file mode 100644 index cef7661..0000000 --- a/cmake-2.6.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87ba7b8e9c35ff734d66948a193f4d8e9b6d8eb3bec4f6cd6c700ef5081dbea -size 2713210 diff --git a/cmake-2.6.3.tar.bz2 b/cmake-2.6.3.tar.bz2 new file mode 100644 index 0000000..dc396f8 --- /dev/null +++ b/cmake-2.6.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52626f7782b8ac9c5ccbea54a2a332bcf1e960fee5afeb9195b5a1a347da9734 +size 2755332 diff --git a/cmake.changes b/cmake.changes index 0064fde..81dca6d 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 3 08:07:25 CET 2009 - puzel@suse.cz + +- update to 2.6.3 + - add parenthetical expressions to if + - improve scoping of policies (see cmake_policy and CMP0011) + - teach find_package more config file locations + - many improved Find scripts in Modules + - added an unset command + - better reporting when nmake compiler environment is not correct + - lots of bug fixes +- use fdupes to remove duplicate files + ------------------------------------------------------------------- Mon Dec 22 13:58:09 CET 2008 - ro@suse.de diff --git a/cmake.spec b/cmake.spec index 9f92404..7a23182 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.6.2) +# spec file for package cmake (Version 2.6.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,8 +19,8 @@ Name: cmake -Version: 2.6.2 -Release: 3 +Version: 2.6.3 +Release: 1 License: BSD 3-Clause Group: Development/Tools/Building %define tar_version %version @@ -36,6 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libexpat-devel libqt4-devel update-desktop-files %endif BuildRequires: curl-devel expat gcc-c++ ncurses-devel openssl-devel zlib-devel +BuildRequires: fdupes Requires: make %description @@ -97,6 +98,7 @@ find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644 %if 0%{?suse_version} > 1020 %suse_update_desktop_file CMake Development IDE Tools Qt %endif +%fdupes %buildroot %clean rm -rf %{buildroot} @@ -119,6 +121,7 @@ rm -rf %{buildroot} %doc %_mandir/man1/cmakeprops.1.* %doc %_mandir/man1/cmakevars.1.* %doc %_mandir/man1/cpack.1.* +%doc %_mandir/man1/cmake-gui.1.* %if 0%{?suse_version} > 1020 %files gui @@ -130,6 +133,16 @@ rm -rf %{buildroot} %endif %changelog +* Tue Mar 03 2009 puzel@suse.cz +- update to 2.6.3 + - add parenthetical expressions to if + - improve scoping of policies (see cmake_policy and CMP0011) + - teach find_package more config file locations + - many improved Find scripts in Modules + - added an unset command + - better reporting when nmake compiler environment is not correct + - lots of bug fixes +- use fdupes to remove duplicate files * Mon Dec 22 2008 ro@suse.de - Fix java detection also for ia64 s390 s390x * Mon Oct 13 2008 dmueller@suse.de