OBS User unknown
2007-05-23 21:20:56 +00:00
committed by Git OBS Bridge
parent ba5bcc2801
commit c8aa5a2133
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49b69792558cc2694506afe8b91cb3f9f0061958af19a33a11d8ffaf05931926
size 8061736

3
snd-9.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1b1c4cab726970257910486a4c6457ca5fb4ea473cea3f9521dd176f1d369b0
size 7825892

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 23 18:17:32 CEST 2007 - tiwai@suse.de
- updated to version 9.0:
* removed mix-chans, mix-locked?, mix-inverted?, all track stuff
track-colors.scm, mix-menu.scm
* moved mix-properties into C.
* added edit-properties, mix-sync.
* spokenword.scm thanks to Ville Koskinen.
* recorder dialog removed.
-------------------------------------------------------------------
Tue Apr 17 16:44:02 CEST 2007 - tiwai@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package snd (Version 8.9)
# spec file for package snd (Version 9.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,9 +13,9 @@
Name: snd
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel jack-devel ladspa-devel libdrm-devel libsamplerate-devel update-desktop-files
Summary: Powerful Sound File Editor
Version: 8.9
Release: 5
License: Public Domain, Freeware
Version: 9.0
Release: 1
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Productivity/Multimedia/Sound/Editors and Convertors
Requires: ladspa
Source: snd-%{version}.tar.bz2
@@ -37,7 +37,7 @@ Authors:
Bill Schottstaedt <bil@ccrma.stanford.edu>
%prep
%setup -n snd-8
%setup -n snd-9
%{?suse_update_config:%{suse_update_config -f}}
find -name "*~" -type f | xargs -r rm -v
@@ -88,6 +88,14 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/*.png
%changelog
* Wed May 23 2007 - tiwai@suse.de
- updated to version 9.0:
* removed mix-chans, mix-locked?, mix-inverted?, all track stuff
track-colors.scm, mix-menu.scm
* moved mix-properties into C.
* added edit-properties, mix-sync.
* spokenword.scm thanks to Ville Koskinen.
* recorder dialog removed.
* Tue Apr 17 2007 - tiwai@suse.de
- fix buildrequires ladspa -> ladspa-devel
* Tue Mar 27 2007 - tiwai@suse.de