diff --git a/.gitignore b/.gitignore index 42df590..0335fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vocal-2.0.19.tar.gz /vocal-2.0.20.tar.gz +/vocal-2.1.0.tar.gz diff --git a/sources b/sources index a405ce8..c554211 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vocal-2.0.20.tar.gz) = b3feae010bacf1702d5339a5afcdee2146378304f88f851787151bfea52fb1bf0845bd1c694cf736ddd96972105358a763e61b2262be324abc450c3bcc9c3a30 +SHA512 (vocal-2.1.0.tar.gz) = 707126f6146998b56b20252ee658b8e5097c26d73c59a039f4a40829e455dd2a409c1a597f9756969bbd13aa4f7c944cc6d9cd75cb60bddc11ec4abcaf8873d9 diff --git a/vocal.spec b/vocal.spec index 3a99928..81b875c 100644 --- a/vocal.spec +++ b/vocal.spec @@ -2,7 +2,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client -Version: 2.0.20 +Version: 2.1.0 Release: 1%{?dist} License: GPLv3 @@ -52,9 +52,8 @@ skip intervals. %build -# mark sources files and docs as NOT executable -for i in $(find -name "*.vala"); do chmod a-x $i; done -chmod a-x AUTHORS README.md COPYING +# mark all source files and docs as NOT executable +for i in $(find -executable -type f); do chmod a-x $i; done mkdir build && pushd build %cmake .. @@ -75,7 +74,7 @@ desktop-file-validate \ %{buildroot}/%{_datadir}/applications/%{appname}.desktop appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/appdata/%{appname}.appdata.xml + %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml %post @@ -97,14 +96,17 @@ fi %{_bindir}/vocal -%{_datadir}/appdata/%{appname}.appdata.xml %{_datadir}/applications/%{appname}.desktop %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml %{_datadir}/icons/hicolor/*/apps/%{appname}*.svg +%{_datadir}/metainfo/%{appname}.appdata.xml %{_datadir}/vocal/ %changelog +* Sat Dec 30 2017 Fabio Valentini - 2.1.0-1 +- Update to version 2.1.0. + * Sat Jun 10 2017 Fabio Valentini - 2.0.20-1 - Update to version 2.0.20.