2004-09-29 Padraig O'Briain <[email protected]>
authorpadraigo
Wed, 29 Sep 2004 09:25:02 +0000
changeset 4089 5be72faa283a
parent 4088 7d9e7e5a7a06
child 4090 5d9d632625d2
2004-09-29 Padraig O'Briain <[email protected]> * gnopernicus-spec: Bump to 0.9.13 * patches/gnopernicus-01-check_speech_retval.diff: Remove
ChangeLog
gnopernicus.spec
patches/gnopernicus-01-check-speech-retval.diff
--- a/ChangeLog	Wed Sep 29 08:40:58 2004 +0000
+++ b/ChangeLog	Wed Sep 29 09:25:02 2004 +0000
@@ -1,3 +1,8 @@
+2004-09-29  Padraig O'Briain <[email protected]>
+
+	* gnopernicus-spec: Bump to 0.9.13
+	* patches/gnopernicus-01-check_speech_retval.diff: Remove
+
 2004-09-29  Padraig O'Briain <[email protected]>
 
 	* patches/java-access-bridge-04-get-deleted-chars.diff: Add to
--- a/gnopernicus.spec	Wed Sep 29 08:40:58 2004 +0000
+++ b/gnopernicus.spec	Wed Sep 29 09:25:02 2004 +0000
@@ -1,16 +1,15 @@
 Name:         gnopernicus
 License:      LGPL
 Group:        System/Libraries
-Version:      0.9.10
-Release:      21
+Version:      0.9.13
+Release:      1
 Distribution: Cinnabar 
 Vendor:       Sun Microsystems, Inc.
 Summary:      Integrated screen reader and magnifier for GNOME
 Source:       http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.9/%{name}-%{version}.tar.bz2
 Source1:      gnopernicus-l10n-po-1.2.tar.bz2
-Patch1:       gnopernicus-01-check-speech-retval.diff
-Patch2:       gnopernicus-02-g11n-potfiles.diff
-Patch3:       gnopernicus-03-g11n-alllinguas.diff
+Patch1:       gnopernicus-02-g11n-potfiles.diff
+Patch2:       gnopernicus-03-g11n-alllinguas.diff
 URL:          http://developer.gnome.org/projects/gap/
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/%{name}
@@ -41,7 +40,6 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 /usr/bin/bzcat -dc %SOURCE1|tar xf -
 
 %build
@@ -103,7 +101,12 @@
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_sysconfdir}/gnopernicus-1.0/translation_tables/*.a2b
 
-%changelog
+%changelog 
+* Wed Sep 29 2004 - [email protected]
+- Bump to 0.9.13
+- Added patch gnopernicus-01-check-speech-retval.diff for bug 150518 as it is
+in tarball..
+
 * Mon Sep 20 2004 - [email protected]
 - Added gnopernicus-03-g11n-alllinguas.diff to include hu,zh_TW linguas.
 
--- a/patches/gnopernicus-01-check-speech-retval.diff	Wed Sep 29 08:40:58 2004 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-Index: gnopernicus/speech/libsrs/srs-gs-wrap.c
-===================================================================
-RCS file: /cvs/gnome/gnopernicus/speech/libsrs/srs-gs-wrap.c,v
-retrieving revision 1.2
-diff -u -r1.2 srs-gs-wrap.c
---- gnopernicus/speech/libsrs/srs-gs-wrap.c	23 Jul 2004 12:17:48 -0000	1.2
-+++ gnopernicus/speech/libsrs/srs-gs-wrap.c	31 Aug 2004 07:02:20 -0000
-@@ -136,8 +136,8 @@
- 		  0, NULL, srs_gs_wrap_get_ev ());
-     srs_gs_wrap_return_val_if_ev ("Unable to activate server", NULL);
- 
--    GNOME_Speech_SynthesisDriver_driverInit (obj, srs_gs_wrap_get_ev ());
--    if (!srs_gs_wrap_check_ev ("Server activation  failed."))
-+    if (!GNOME_Speech_SynthesisDriver_driverInit (obj, srs_gs_wrap_get_ev ()) ||
-+	!srs_gs_wrap_check_ev ("Server activation  failed."))
-     {
-     	srs_gs_wrap_gsdriver_unref (obj);
- 	obj = NULL;