rpms/aspell/devel aspell-0.60.3-long_gettext.patch, NONE, 1.1 aspell.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 13 14:51:41 UTC 2005


Author: varekova

Update of /cvs/dist/rpms/aspell/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv539

Modified Files:
	aspell.spec 
Added Files:
	aspell-0.60.3-long_gettext.patch 
Log Message:
 add config script patch 


aspell-0.60.3-long_gettext.patch:
 configure |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE aspell-0.60.3-long_gettext.patch ---
--- aspell-0.60.3/configure.long	2005-06-27 11:54:59.000000000 +0200
+++ aspell-0.60.3/configure	2005-07-13 15:55:33.647599944 +0200
@@ -21142,7 +21142,7 @@
 main ()
 {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
+return (int) (long) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
   ;
   return 0;
 }
@@ -21752,7 +21752,7 @@
 main ()
 {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
+return (int) (long) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
   ;
   return 0;
 }
@@ -21807,7 +21807,7 @@
 main ()
 {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
+return (int) (long) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
   ;
   return 0;
 }


Index: aspell.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell/devel/aspell.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- aspell.spec	13 Jul 2005 10:57:16 -0000	1.22
+++ aspell.spec	13 Jul 2005 14:51:39 -0000	1.23
@@ -9,6 +9,7 @@
 Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
 #Patch0: aspell-0.50.3.prefix.patch
 Patch1: aspell-0.50.3-gcc33.patch
+Patch2: aspell-0.60.3-long_gettext.patch
 Requires: aspell-en
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gettext, ncurses-devel
@@ -41,6 +42,7 @@
 %setup -q -n aspell-%{version}
 #%patch -p1 -b .prefix
 %patch1 -p1 -b .gcc33
+%patch2 -p1 -b .long
 
 %build
 %configure
@@ -61,7 +63,6 @@
 
 #mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
 
-find $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -83,7 +84,7 @@
 %{_libdir}/aspell-0.60/*
 %{_datadir}/locale/*/LC_MESSAGES/aspell.mo
 %{_infodir}/aspell.*
-%{_infodir}/d*
+%{_infodir}/*
 %{_mandir}/man1/aspell*
 %{_mandir}/man1/run-with-aspell.1*
 %{_mandir}/man1/word-list-compress.1*
@@ -103,6 +104,7 @@
 * Wed Jul 13 2005 Ivana Varekova <varekova at redhat.com> 12:0.60.3-1
 - update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik 
 - add BuildRequires: ncurses-devel, gettext 
+- add config script patch (thanks tmraz at redhat.com)
 
 
 * Mon Mar  7 2005 Ivana Varekova <varekova at redhat.com> 12:0.50.5-6




More information about the fedora-cvs-commits mailing list