rpms/faust/devel .cvsignore, 1.4, 1.5 faust.spec, 1.5, 1.6 sources, 1.4, 1.5 faust-cut-doxy.patch, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sun Jun 6 20:39:37 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/faust/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11300

Modified Files:
	.cvsignore faust.spec sources 
Removed Files:
	faust-cut-doxy.patch 
Log Message:
* Mon May 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.24-1
- Update to 0.9.24
- Don't bundle the source documentation. It is only needed by faust developers, not users.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/faust/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	15 May 2010 14:43:43 -0000	1.4
+++ .cvsignore	6 Jun 2010 20:39:36 -0000	1.5
@@ -1 +1 @@
-faust-0.9.22.tar.gz
+faust-0.9.24.tar.gz


Index: faust.spec
===================================================================
RCS file: /cvs/pkgs/rpms/faust/devel/faust.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- faust.spec	15 May 2010 14:43:43 -0000	1.5
+++ faust.spec	6 Jun 2010 20:39:37 -0000	1.6
@@ -1,5 +1,5 @@
 Name:		faust
-Version:	0.9.22
+Version:	0.9.24
 Release:	1%{?dist}
 Summary:	Compiled language for real-time audio signal processing
 Group:		Development/Languages
@@ -8,8 +8,6 @@ Group:		Development/Languages
 License:	GPLv2+ and BSD
 URL:		http://faust.grame.fr/
 Source0:	http://downloads.sourceforge.net/project/faudiostream/%{name}-%{version}.tar.gz
-# Cut down the doxygen documentation to a reasonable size
-Patch0:		faust-cut-doxy.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	doxygen
 BuildRequires:	graphviz
@@ -69,8 +67,7 @@ signal processing. This package provides
 for KDE's Kate/Kwrite.
 
 %prep
-%setup -q -n %{name}
-%patch0 -p1 -b .cut
+%setup -q
 
 # For installation in the correct location and for preserving timestamps:
 # The Makefile normally puts noarch files in $prefix/lib. We change
@@ -97,10 +94,7 @@ done
 %build
 # Build the main executable
 make PREFIX=%{_prefix} %{?_smp_mflags}
-# Build API docs
-pushd compiler
-	doxygen
-popd
+
 
 %install
 rm -rf %{buildroot}
@@ -128,13 +122,13 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README examples
+%doc COPYING README examples WHATSNEW
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 
 %files doc
 %defattr(-,root,root,-)
-%doc documentation/* dox/*
+%doc documentation/* 
 
 %files tools
 %defattr(-,root,root,-)
@@ -147,6 +141,10 @@ rm -rf %{buildroot}
 %{_datadir}/kde4/apps/katepart/syntax/%{name}.xml
 
 %changelog
+* Mon May 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.24-1
+- Update to 0.9.24
+- Don't bundle the source documentation. It is only needed by faust developers, not users.
+
 * Sat May 15 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.22-1
 - Update to 0.9.22
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/faust/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	15 May 2010 14:43:43 -0000	1.4
+++ sources	6 Jun 2010 20:39:37 -0000	1.5
@@ -1 +1 @@
-4889552208ad07d259d4429490b12d71  faust-0.9.22.tar.gz
+0a5c2b04be44870da281bb422e8c7dfb  faust-0.9.24.tar.gz


--- faust-cut-doxy.patch DELETED ---



More information about the scm-commits mailing list