diff --git a/.gitignore b/.gitignore index 181d501..cc6bd66 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /synthv1-0.1.0.tar.gz /synthv1-0.3.0.tar.gz /synthv1-0.3.2.tar.gz +/synthv1-0.3.4.tar.gz diff --git a/sources b/sources index 707790b..873d9ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88fd93df7cd6754de355edb5fe3cb3e7 synthv1-0.3.2.tar.gz +63ca2f7961bbc708928d2f792e32d166 synthv1-0.3.4.tar.gz diff --git a/synthv1.spec b/synthv1.spec index cf49314..eb907c2 100644 --- a/synthv1.spec +++ b/synthv1.spec @@ -1,6 +1,6 @@ Summary: A 4-oscillator subtractive polyphonic synthesizer Name: synthv1 -Version: 0.3.2 +Version: 0.3.4 Release: 1%{?dist} URL: http://sourceforge.net/projects/%{name} Source0: http://downloads.sourceforge.net/project/%{name}/0.1.0/%{name}-%{version}.tar.gz @@ -46,6 +46,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : +/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : %postun if [ $1 -eq 0 ] ; then @@ -55,17 +56,22 @@ fi %posttrans /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : +/usr/bin/update-mime-database %{_datadir}/mime >& /dev/null ||: %files %doc COPYING AUTHORS README %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_datadir}/icons/hicolor/*/*/* %{_bindir}/%{name}_jack +%{_datadir}/mime/packages/%{name}.xml %files -n lv2-%{name} %{_libdir}/lv2/%{name}.lv2/ %changelog +* Wed Jul 17 2013 Brendan Jones 0.3.4-1 +- Update to 0.3.4 + * Fri Mar 08 2013 Brendan Jones 0.3.2-1 - Update to 0.3.2