diff --git a/.gitignore b/.gitignore index aa34970..f55b82e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /cmake-3.2.3.tar.gz /cmake-3.3.0-rc1.tar.gz /cmake-3.3.0-rc2.tar.gz +/cmake-3.3.0-rc3.tar.gz diff --git a/cmake.attr b/cmake.attr index ceee413..2b2bbbc 100644 --- a/cmake.attr +++ b/cmake.attr @@ -1,2 +1,2 @@ %__cmake_provides %{_rpmconfigdir}/cmake.prov -%__cmake_path ^/usr/lib(64)/cmake/.*/.*(Config\.cmake|-config\.cmake)$ +%__cmake_path ^/usr/lib(64)?/cmake/.*/.*(Config\.cmake|-config\.cmake)$ diff --git a/cmake.spec b/cmake.spec index 84baf9f..b594d5b 100644 --- a/cmake.spec +++ b/cmake.spec @@ -4,7 +4,7 @@ # Set to bcond_with or use --without gui to disable qt4 gui build %bcond_without gui # Set to RC version if building RC, else %{nil} -%define rcver -rc2 +%define rcver -rc3 %define rpm_macros_dir %{_sysconfdir}/rpm %if 0%{?fedora} > 18 @@ -13,7 +13,7 @@ Name: cmake Version: 3.3.0 -Release: 0.3.rc2%{?dist} +Release: 0.4.rc3%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -272,6 +272,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Thu Jul 9 2015 Orion Poplawski - 3.3.0-0.4.rc3 +- Update to 3.3.0-rc3 +- Fix cmake.attr to handle 32-bit libraries + * Tue Jun 23 2015 Orion Poplawski - 3.3.0-0.3.rc2 - Update to 3.3.0-rc2 diff --git a/sources b/sources index a842a98..421b5c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac9b288d13333f3426200c511aebb626 cmake-3.3.0-rc2.tar.gz +2477420074807ec26270477d049ec262 cmake-3.3.0-rc3.tar.gz