From 46becfaa628c4bce1df6758e93f3c84e1e8e844c Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Jan 21 2008 12:04:18 +0000 Subject: Update to 0.109.0 --- diff --git a/.cvsignore b/.cvsignore index 35f3826..a2bae1f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -jack-audio-connection-kit-0.103.0.tar.gz +jack-audio-connection-kit-0.109.0.tar.gz diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index f51a98f..7292bdb 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit -Version: 0.103.0 -Release: 5%{?dist} +Version: 0.109.0 +Release: 1%{?dist} License: GPLv2 and LGPLv2 Group: System Environment/Daemons Source0: http://downloads.sourceforge.net/jackit/%{name}-%{version}.tar.gz @@ -90,18 +90,18 @@ find doc/reference -type f | xargs touch -r doc/reference.doxygen.in rm -rf $RPM_BUILD_ROOT %pre -getent group %groupname >/dev/null || groupadd -r %groupname +getent group %groupname > /dev/null || groupadd -r %groupname exit 0 %post /sbin/ldconfig # Add default limits for jackuser group -grep -q %groupname /etc/security/limits.conf || cat >> /etc/security/limits.conf << EOF +grep -q %groupname /etc/security/limits.conf > /dev/null 2>&1 || cat >> /etc/security/limits.conf << EOF ## Automatically appended by jack-audio-connection-kit -@jackuser - rtprio 20 -@jackuser - memlock 4194304 +@%groupname - rtprio 20 +@%groupname - memlock 4194304 EOF %postun -p /sbin/ldconfig @@ -129,18 +129,25 @@ EOF %files example-clients %defattr(-,root,root) %{_bindir}/jackrec +%{_bindir}/jack_alias %{_bindir}/jack_connect %{_bindir}/jack_disconnect +%{_bindir}/jack_evmon %{_bindir}/jack_impulse_grabber %{_bindir}/jack_lsp %{_bindir}/jack_metro %{_bindir}/jack_showtime +%{_bindir}/jack_transport %{_bindir}/jack_monitor_client %{_bindir}/jack_simple_client %{_bindir}/jack_midiseq %{_bindir}/jack_midisine %changelog +* Mon Jan 21 2008 Andy Shevchenko 0.109.0-1 +- update to the last official release (#429162) +- shut up the postinstall script (#359291) + * Sat Oct 20 2007 Andy Shevchenko 0.103.0-5 - fix timestamps to avoid multiarch conflicts (#341621) diff --git a/sources b/sources index f212561..9fa28ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03a0f63b997ce7b83a1eeaa6b80f4388 jack-audio-connection-kit-0.103.0.tar.gz +f5aa904ca4fb76603634bf90e6ee0828 jack-audio-connection-kit-0.109.0.tar.gz