update to version 2.1.0

This commit is contained in:
Fabio Valentini 2017-12-30 22:22:18 +01:00
commit 82222339ad
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/vocal-2.0.19.tar.gz
/vocal-2.0.20.tar.gz
/vocal-2.1.0.tar.gz

View file

@ -1 +1 @@
SHA512 (vocal-2.0.20.tar.gz) = b3feae010bacf1702d5339a5afcdee2146378304f88f851787151bfea52fb1bf0845bd1c694cf736ddd96972105358a763e61b2262be324abc450c3bcc9c3a30
SHA512 (vocal-2.1.0.tar.gz) = 707126f6146998b56b20252ee658b8e5097c26d73c59a039f4a40829e455dd2a409c1a597f9756969bbd13aa4f7c944cc6d9cd75cb60bddc11ec4abcaf8873d9

View file

@ -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 <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
* Sat Jun 10 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.20-1
- Update to version 2.0.20.