This commit is contained in:
parent
71a1307295
commit
3b87efecce
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 16 18:04:52 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- fix scons argument to build for 64bit archs (bnc#521979)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 28 14:40:46 CET 2009 - tiwai@suse.de
|
Wed Jan 28 14:40:46 CET 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
46
csound.spec
46
csound.spec
@ -26,8 +26,8 @@ BuildRequires: fltk-devel libjpeg-devel libpng-devel xorg-x11-devel
|
|||||||
%endif
|
%endif
|
||||||
Summary: Computer Sound Synthesis and Composition Program
|
Summary: Computer Sound Synthesis and Composition Program
|
||||||
Version: 5.06.0
|
Version: 5.06.0
|
||||||
Release: 129
|
Release: 130
|
||||||
License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); LGPL v2.1 or later; X11/MIT
|
License: GFDL v1.2 ; LGPL v2.1 or later ; MIT License (or similar)
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
Source: Csound%{version}.tar.bz2
|
Source: Csound%{version}.tar.bz2
|
||||||
Source1: README.SuSE
|
Source1: README.SuSE
|
||||||
@ -68,7 +68,7 @@ args="Word64=1"
|
|||||||
%else
|
%else
|
||||||
args=""
|
args=""
|
||||||
%endif
|
%endif
|
||||||
scons PREFIX=%{_prefix} $args \
|
scons prefix=%{_prefix} buildRelease=1 $args \
|
||||||
customCCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
customCCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
customCXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
customCXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
|
||||||
@ -106,43 +106,3 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}
|
|||||||
# %{_libdir}/lib*
|
# %{_libdir}/lib*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 28 2009 tiwai@suse.de
|
|
||||||
- Fix python module search path insecure issue (bnc#470095)
|
|
||||||
This package is unaffected; the patch is included just for any
|
|
||||||
possible cases in future.
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- fix build with python-2.6
|
|
||||||
* Wed Jun 20 2007 tiwai@suse.de
|
|
||||||
- fix fdupes usage
|
|
||||||
* Mon Jun 11 2007 tiwai@suse.de
|
|
||||||
- updated to version 5.06:
|
|
||||||
* fix k-rate, vrandh and vrandi scaling problems, mod fix
|
|
||||||
* new opcodes: partikkel, partikkelsync
|
|
||||||
* Tue Mar 27 2007 tiwai@suse.de
|
|
||||||
- update to version 5.05:
|
|
||||||
* fixes/improvements on FLTK support
|
|
||||||
* fix heap overflow
|
|
||||||
* clean up old codes
|
|
||||||
* Mon Jan 22 2007 tiwai@suse.de
|
|
||||||
- major update to version 5.04
|
|
||||||
(not built with fltk due to lack of threading support)
|
|
||||||
* Mon Mar 27 2006 pth@suse.de
|
|
||||||
- Add missing parameter in printf call (bug #129676).
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Oct 15 2004 tiwai@suse.de
|
|
||||||
- renamed extract to csound-extract to avoid name confliction
|
|
||||||
(bug #45347).
|
|
||||||
* Wed Jun 02 2004 tiwai@suse.de
|
|
||||||
- fixed the ALSA RT plugin with the new API.
|
|
||||||
* Sat Jan 10 2004 adrian@suse.de
|
|
||||||
- add %%run_ldconfig and %%defattr
|
|
||||||
* Tue Aug 05 2003 tiwai@suse.de
|
|
||||||
- renamed sndinfo to csndinfo to avoid name confliction with snd.
|
|
||||||
* Wed Jul 30 2003 tiwai@suse.de
|
|
||||||
- fixed the build on x86-64.
|
|
||||||
* Mon Jul 28 2003 tiwai@suse.de
|
|
||||||
- updated to 4.24.1.
|
|
||||||
- fixed tmpnam with mkstemp.
|
|
||||||
* Thu Feb 01 2001 tiwai@suse.de
|
|
||||||
- Initial vesrion: unofficial-4.10.0.0c
|
|
||||||
|
Loading…
Reference in New Issue
Block a user