diff --git a/.gitignore b/.gitignore index ffa5137..6d2b9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /cmake-3.5.0-rc2.tar.gz /cmake-3.5.0-rc3.tar.gz /cmake-3.5.0.tar.gz +/cmake-3.5.1.tar.gz diff --git a/cmake.spec b/cmake.spec index ec112a0..dcd1f9e 100644 --- a/cmake.spec +++ b/cmake.spec @@ -40,8 +40,8 @@ %global orig_name cmake Name: %{orig_name}%{?name_suffix} -Version: 3.5.0 -Release: 2%{?dist} +Version: 3.5.1 +Release: 1%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -378,6 +378,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Mar 25 2016 Björn Esser - 3.5.1-1 +- Update to 3.5.1 (#1321198) + * Thu Mar 10 2016 Björn Esser - 3.5.0-2 - keep Help-directory and its contents in %%_datadir/%%name (#1316306) diff --git a/sources b/sources index 4adbd89..0744077 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33c5d09d4c33d4ffcc63578a6ba8777e cmake-3.5.0.tar.gz +ca051f4a66375c89d1a524e726da0296 cmake-3.5.1.tar.gz