rpms/espeak/devel .cvsignore, 1.2, 1.3 espeak.spec, 1.1, 1.2 espeak_program_name.patch, 1.1, 1.2 sources, 1.2, 1.3 compiledict-amd64_sizeof.patch, 1.1, NONE makefile_install_target.patch, 1.1, NONE

Francois Aucamp (faucamp) fedora-extras-commits at redhat.com
Tue Nov 21 16:38:56 UTC 2006


Author: faucamp

Update of /cvs/extras/rpms/espeak/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21329

Modified Files:
	.cvsignore espeak.spec espeak_program_name.patch sources 
Removed Files:
	compiledict-amd64_sizeof.patch makefile_install_target.patch 
Log Message:
- Update to version 1.17
- Removed "makefile install target" patch as it has been included upstream
- Removed "AMD64 sizeof(char *)" patch as it has been included upstream
- Minor modification to "espeak program name" patch to allow patching current version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/espeak/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2006 17:28:19 -0000	1.2
+++ .cvsignore	21 Nov 2006 16:38:26 -0000	1.3
@@ -1 +1 @@
-espeak-1.16-source.zip
+espeak-1.17-source.zip


Index: espeak.spec
===================================================================
RCS file: /cvs/extras/rpms/espeak/devel/espeak.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- espeak.spec	9 Nov 2006 17:28:19 -0000	1.1
+++ espeak.spec	21 Nov 2006 16:38:26 -0000	1.2
@@ -1,16 +1,14 @@
 Name:           espeak
-Version:        1.16
-Release:        4%{?dist}
+Version:        1.17
+Release:        1%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://espeak.sourceforge.net
-Source0:        http://kent.dl.sourceforge.net/sourceforge/espeak/espeak-1.16-source.zip
+Source0:        http://kent.dl.sourceforge.net/sourceforge/espeak/espeak-%{version}-source.zip
 Patch0:         makefile_lpthread.patch
-Patch1:         makefile_install_target.patch
-Patch2:         compiledict-amd64_sizeof.patch
-Patch3:         espeak_program_name.patch
+Patch1:         espeak_program_name.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  portaudio-devel
@@ -43,9 +41,7 @@
 %setup -q -n espeak-%{version}-source
 chmod 0644 src/* 
 %patch0 -p1 -b .pthread
-%patch1 -p1 -b .install_target
-%patch2 -p1 -b .amd64sizeof
-%patch3 -p1 -b .espeak_name
+%patch1 -p1 -b .espeak_name
 # Prepare documentation
 mv docs html
 sed -i 's/\r//' License.txt
@@ -91,6 +87,12 @@
 
 
 %changelog
+* Mon Nov 20 2006 Francois Aucamp <faucamp at csir.co.za> - 1.17-1
+- Update to version 1.17
+- Removed "makefile install target" patch as it has been included upstream
+- Removed "AMD64 sizeof(char *)" patch as it has been included upstream
+- Minor modification to "espeak program name" patch to allow patching current version
+
 * Tue Nov 07 2006 Francois Aucamp <faucamp at csir.co.za> - 1.16-4
 - Modified patch steps to create backups with different suffixes
 - Renamed patch file extensions to .patch

espeak_program_name.patch:

Index: espeak_program_name.patch
===================================================================
RCS file: /cvs/extras/rpms/espeak/devel/espeak_program_name.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- espeak_program_name.patch	9 Nov 2006 17:28:19 -0000	1.1
+++ espeak_program_name.patch	21 Nov 2006 16:38:26 -0000	1.2
@@ -263,7 +263,7 @@
 @@ -6,7 +6,7 @@
  DATADIR=/usr/share/espeak-data
  
- RELEASE = 1.16
+ RELEASE = 1.17
 -BIN_NAME = speak
 +BIN_NAME = espeak
  LIB_NAME = libespeak.so


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/espeak/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2006 17:28:19 -0000	1.2
+++ sources	21 Nov 2006 16:38:26 -0000	1.3
@@ -1 +1 @@
-c376ea94cddda90b093f231926f7ba44  espeak-1.16-source.zip
+6deb00b3fc73b0ef0cc6687b4cfc7ae2  espeak-1.17-source.zip


--- compiledict-amd64_sizeof.patch DELETED ---


--- makefile_install_target.patch DELETED ---




More information about the scm-commits mailing list