rpms/faust/F-12 .cvsignore, 1.3, 1.4 faust.spec, 1.3, 1.4 sources, 1.3, 1.4 faust-cut-doxy.patch, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sun Jun 6 20:42:09 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/faust/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11842

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/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	1 Feb 2010 04:13:20 -0000	1.3
+++ .cvsignore	6 Jun 2010 20:42:08 -0000	1.4
@@ -1 +1 @@
-faust-0.9.10.tar.gz
+faust-0.9.24.tar.gz


Index: faust.spec
===================================================================
RCS file: /cvs/pkgs/rpms/faust/F-12/faust.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- faust.spec	1 Feb 2010 04:13:20 -0000	1.3
+++ faust.spec	6 Jun 2010 20:42:09 -0000	1.4
@@ -1,5 +1,5 @@
 Name:		faust
-Version:	0.9.10
+Version:	0.9.24
 Release:	1%{?dist}
 Summary:	Compiled language for real-time audio signal processing
 Group:		Development/Languages
@@ -7,9 +7,7 @@ Group:		Development/Languages
 # The rest is GPLv2+
 License:	GPLv2+ and BSD
 URL:		http://faust.grame.fr/
-Source0:	http://downloads.sourceforge.net/project/faudiostream/%{name}/%{version}/%{name}-%{version}.tar.gz
-# Cut down the doxygen documentation to a reasonable size
-Patch0:		faust-cut-doxy.patch
+Source0:	http://downloads.sourceforge.net/project/faudiostream/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	doxygen
 BuildRequires:	graphviz
@@ -70,7 +68,6 @@ for KDE's Kate/Kwrite.
 
 %prep
 %setup -q
-%patch0 -p1 -b .cut
 
 # 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,13 @@ 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
+
 * Sun Jan 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.10-1
 - Update to 0.9.10
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/faust/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	1 Feb 2010 04:13:20 -0000	1.3
+++ sources	6 Jun 2010 20:42:09 -0000	1.4
@@ -1 +1 @@
-56fb3717aa07f2d6ec317bf88a767556  faust-0.9.10.tar.gz
+0a5c2b04be44870da281bb422e8c7dfb  faust-0.9.24.tar.gz


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



More information about the scm-commits mailing list