diff -dupr jack.0/jack.spec.in jack.1/jack.spec.in
--- jack.0/jack.spec.in	2005-10-30 11:01:31.000000000 +0000
+++ jack.1/jack.spec.in	2006-05-06 13:07:48.000000000 +0100
@@ -20,7 +20,7 @@
 Summary:	the Jack Audio Connection Kit
 Name:		@PACKAGE@
 Version:	@VERSION@
-Release:	2
+Release:	3
 License:	GPL
 Group:		System Environment/Daemons
 Source0:	%{name}-%{version}.tar.gz
@@ -224,6 +224,7 @@ fi
 %{_includedir}/jack/thread.h
 %{_includedir}/jack/intclient.h
 %{_includedir}/jack/statistics.h
+%{_includedir}/jack/midiport.h
 %{_libdir}/pkgconfig/jack.pc
 
 
@@ -238,10 +239,15 @@ fi
 %{_bindir}/jack_monitor_client
 %{_bindir}/jack_showtime
 %{_bindir}/jack_simple_client
+%{_bindir}/jack_midiseq
+%{_bindir}/jack_midisine
 
 
 %changelog
 
+* Sun May  6 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.102.1-3
+- new JACK MIDI files on devel and example-clients
+
 * Thu Oct 30 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.100.7-2
 - omitted enable-capabilities, stripped-binaries and preemption
   check from default.

