Update to 3.3.0-rc1
This commit is contained in:
parent
7c34aa420c
commit
bdee19cd9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/cmake-3.2.1.tar.gz
|
/cmake-3.2.1.tar.gz
|
||||||
/cmake-3.2.2.tar.gz
|
/cmake-3.2.2.tar.gz
|
||||||
/cmake-3.2.3.tar.gz
|
/cmake-3.2.3.tar.gz
|
||||||
|
/cmake-3.3.0-rc1.tar.gz
|
||||||
|
11
cmake.spec
11
cmake.spec
@ -4,7 +4,7 @@
|
|||||||
# Set to bcond_with or use --without gui to disable qt4 gui build
|
# Set to bcond_with or use --without gui to disable qt4 gui build
|
||||||
%bcond_without gui
|
%bcond_without gui
|
||||||
# Set to RC version if building RC, else %{nil}
|
# Set to RC version if building RC, else %{nil}
|
||||||
%define rcver %{nil}
|
%define rcver -rc1
|
||||||
|
|
||||||
%define rpm_macros_dir %{_sysconfdir}/rpm
|
%define rpm_macros_dir %{_sysconfdir}/rpm
|
||||||
%if 0%{?fedora} > 18
|
%if 0%{?fedora} > 18
|
||||||
@ -12,8 +12,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 3.2.3
|
Version: 3.3.0
|
||||||
Release: 1%{?dist}
|
Release: 0.1.rc1%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -23,7 +23,7 @@ Group: Development/Tools
|
|||||||
# some GPL-licensed bison-generated files, these all include an exception granting redistribution under terms of your choice
|
# some GPL-licensed bison-generated files, these all include an exception granting redistribution under terms of your choice
|
||||||
License: BSD and MIT and zlib
|
License: BSD and MIT and zlib
|
||||||
URL: http://www.cmake.org
|
URL: http://www.cmake.org
|
||||||
Source0: http://www.cmake.org/files/v3.2/cmake-%{version}%{?rcver}.tar.gz
|
Source0: http://www.cmake.org/files/v3.3/cmake-%{version}%{?rcver}.tar.gz
|
||||||
Source1: cmake-init.el
|
Source1: cmake-init.el
|
||||||
Source2: macros.cmake
|
Source2: macros.cmake
|
||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=1202899
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1202899
|
||||||
@ -272,6 +272,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 8 2015 Orion Poplawski <orion@cora.nwra.com> - 3.3.0-0.1.rc1
|
||||||
|
- Update to 3.3.0-rc1
|
||||||
|
|
||||||
* Mon Jun 8 2015 Orion Poplawski <orion@cora.nwra.com> - 3.2.3-1
|
* Mon Jun 8 2015 Orion Poplawski <orion@cora.nwra.com> - 3.2.3-1
|
||||||
- Update to 3.2.3
|
- Update to 3.2.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user