diff --git a/.gitignore b/.gitignore index 35e5a7a..2a496c5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /fmit-0.99.4-Source.tar.bz2 /fmit-0.99.5-Source.tar.bz2 /fmit-1.0.12.tar.gz +/fmit-1.1.8.tar.gz diff --git a/fmit.spec b/fmit.spec index dbc969a..b662423 100644 --- a/fmit.spec +++ b/fmit.spec @@ -1,7 +1,7 @@ Summary: Free Music Instrument Tuner Name: fmit -Version: 1.0.12 -Release: 4%{?dist} +Version: 1.1.8 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: Applications/Multimedia URL: http://gillesdegottex.github.io/fmit/ @@ -41,6 +41,7 @@ make INSTALL_ROOT=%{buildroot} install rm -rf %{buildroot}%{_datadir}/icons/hicolor/128x128 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop +mkdir -p %{buildroot}%{_datadir}/%{name}/tr/ cp -a tr/*.qm %{buildroot}%{_datadir}/%{name}/tr/ rm -f %{buildroot}%{_datadir}/%{name}/tr/*.ts %find_lang %{name} --with-qt --without-mo @@ -58,6 +59,9 @@ rm -f %{buildroot}%{_datadir}/%{name}/tr/*.ts %{the_icon_file} %changelog +* Thu Aug 18 2016 Damian Wrobel - 1.1.8-5 +- Update to the latest available version. + * Wed Feb 03 2016 Fedora Release Engineering - 1.0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 970707f..dabf9ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e9ebde20480f944b4fc30b488bd9e82 fmit-1.0.12.tar.gz +8775798aed39f10770ad4876c1d7d14e fmit-1.1.8.tar.gz