diff --git a/cmake.spec b/cmake.spec index a279521..42ca34a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,7 +63,7 @@ Name: %{orig_name}%{?name_suffix} Version: %{major_version}.%{minor_version}.2 -Release: 1%{?relsuf}%{?dist} +Release: 2%{?relsuf}%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -352,7 +352,7 @@ desktop-file-install --delete-original \ # See http://www.freedesktop.org/software/appstream/docs/ for more details. # mkdir -p %{buildroot}%{_datadir}/appdata -cat > %{buildroot}%{_datadir}/appdata/CMake.appdata.xml < %{buildroot}%{_datadir}/appdata/cmake-gui.appdata.xml < - CMake.desktop + cmake-gui.desktop CC0-1.0 CMake GUI Create new CMake projects @@ -501,6 +501,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Mar 02 2018 Kalev Lember - 3.10.2-2 +- Fix appdata file to match with desktop file name + * Thu Feb 22 2018 Orion Poplawski - 3.10.2-1 - Update to 3.10.2 - Add patch to fix test failure with gcc 8