From 2469867b1beb79b261ba3e002fdd805c6cbc2d3c Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Dec 15 2008 18:27:18 +0000 Subject: Update to last release --- diff --git a/.cvsignore b/.cvsignore index 2459abd..1865750 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -jack-audio-connection-kit-0.109.2.tar.gz +jack-audio-connection-kit-0.116.1.tar.gz diff --git a/jack-audio-connection-kit-0.109.2-bz451531.patch b/jack-audio-connection-kit-0.109.2-bz451531.patch deleted file mode 100644 index 759218b..0000000 --- a/jack-audio-connection-kit-0.109.2-bz451531.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- config/cpu/powerpc/cycles.h.orig 2006-05-26 04:45:16.000000000 +0200 -+++ config/cpu/powerpc/cycles.h 2008-03-08 18:15:19.000000000 +0100 -@@ -36,16 +36,8 @@ - { - cycles_t ret = 0; - -- __asm__ __volatile__( -- "98: mftb %0\n" -- "99:\n" -- ".section __ftr_fixup,\"a\"\n" -- " .long %1\n" -- " .long 0\n" -- " .long 98b\n" -- " .long 99b\n" -- ".previous" -- : "=r" (ret) : "i" (CPU_FTR_601)); -+ __asm__ __volatile__("mftbl %0" : "=r" (ret)); -+ - return ret; - } - diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index 5477141..655e142 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -1,13 +1,12 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit -Version: 0.109.2 -Release: 3%{?dist} +Version: 0.116.1 +Release: 1%{?dist} License: GPLv2 and LGPLv2 Group: System Environment/Daemons -Source0: http://downloads.sourceforge.net/jackit/%{name}-%{version}.tar.gz +Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz Source1: %{name}-README.Fedora Source2: %{name}-script.pa -Patch0: jack-audio-connection-kit-0.109.2-bz451531.patch URL: http://www.jackaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -57,9 +56,6 @@ Small example clients that use the Jack Audio Connection Kit. %prep %setup -q -%ifarch ppc64 -%patch0 -p0 -b .bz451531 -%endif %build # x86_64 issue reported by Rudolf Kastl (not checked, but not bad). @@ -132,17 +128,18 @@ EOF %{_bindir}/jackd %{_bindir}/jack_load %{_bindir}/jack_unload -%{_bindir}/jack_bufsize %{_bindir}/jack_freewheel %{_libdir}/jack/ %{_mandir}/man1/jack*.1* %{_libdir}/libjack.so.* +%{_libdir}/libjackserver.so.* %files devel %defattr(-,root,root) %doc doc/reference %{_includedir}/jack/ %{_libdir}/libjack.so +%{_libdir}/libjackserver.so %{_libdir}/pkgconfig/jack.pc %files example-clients @@ -159,10 +156,16 @@ EOF %{_bindir}/jack_transport %{_bindir}/jack_monitor_client %{_bindir}/jack_simple_client +%{_bindir}/jack_transport_client %{_bindir}/jack_midiseq %{_bindir}/jack_midisine %changelog +* Sun Dec 14 2008 Andy Shevchenko - 0.116.1-1 +- update to last official release +- update URL tag +- update file list accordingly + * Mon Jul 28 2008 Andy Shevchenko 0.109.2-3 - add a new requirement to be ensure we have /etc/security for postinstall script (#359291, #456830) diff --git a/sources b/sources index 755c4cf..b64b72d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d8f795a6c566b9753a86038367e7e32 jack-audio-connection-kit-0.109.2.tar.gz +f2aeb463466084dfdc0ba4360b4998aa jack-audio-connection-kit-0.116.1.tar.gz