[samplv1] Update to 0.3.4

Brendan Jones bsjones at fedoraproject.org
Fri Jul 19 05:42:09 UTC 2013


commit e97890f957fca73a9d43547bc6e7c259ea25f17b
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Fri Jul 19 07:32:24 2013 +0200

    Update to 0.3.4

 .gitignore   |    1 +
 samplv1.spec |   10 ++++++++--
 sources      |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ef1ba2..c59309e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /samplv1-0.1.0.tar.gz
 /samplv1-0.3.0.tar.gz
 /samplv1-0.3.2.tar.gz
+/samplv1-0.3.4.tar.gz
diff --git a/samplv1.spec b/samplv1.spec
index e2c9dc2..cd25012 100644
--- a/samplv1.spec
+++ b/samplv1.spec
@@ -1,6 +1,6 @@
 Summary:       A polyphonic sampler synthesizer with stereo fx
 Name:          samplv1
-Version:       0.3.2
+Version:       0.3.4
 Release:       1%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
@@ -46,12 +46,14 @@ 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
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
 fi
+/usr/bin/update-mime-database %{_datadir}/mime  >& /dev/null ||:
 
 %posttrans
 /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
@@ -59,13 +61,17 @@ fi
 %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 <brendan.jones.it at gmail.com> 0.3.4-1
+- Update to 0.3.4
+
 * Fri Mar 08 2013 Brendan Jones <brendan.jones.it at gmail.com> 0.3.2-1
 - Update to 0.3.2
 
diff --git a/sources b/sources
index ec29acd..78a8fe1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd8ccfc26809ed3020a0748f72fde29f  samplv1-0.3.2.tar.gz
+32e920ff8457bb94f301a657d55f90a8  samplv1-0.3.4.tar.gz


More information about the scm-commits mailing list