rpms/kasumi/devel kasumi-1.0-gcc41.patch, NONE, 1.1 kasumi.spec, 1.8, 1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 15 06:56:25 UTC 2005


Author: tagoh

Update of /cvs/dist/rpms/kasumi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8238

Modified Files:
	kasumi.spec 
Added Files:
	kasumi-1.0-gcc41.patch 
Log Message:
* Thu Dec 15 2005 Akira TAGOH <tagoh at redhat.com> - 1.0-1
- kasumi-1.0-gcc41.patch: build with -ffriend-injection to temporarily get it
  built with gcc-4.1.

kasumi-1.0-gcc41.patch:
 Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kasumi-1.0-gcc41.patch ---
--- kasumi-1.0.orig/Makefile.am	2005-09-01 16:48:07.000000000 +0900
+++ kasumi-1.0/Makefile.am	2005-12-15 15:47:48.000000000 +0900
@@ -13,7 +13,7 @@
 
 pkgdata_DATA = kasumi.png
 
-AM_CPPFLAGS=-DLOCALEDIR='"$(localedir)"'
+AM_CPPFLAGS=-DLOCALEDIR='"$(localedir)"' -ffriend-injection
 SUBDIRS = intl m4 po
 
 ACLOCAL_AMFLAGS = -I m4


Index: kasumi.spec
===================================================================
RCS file: /cvs/dist/rpms/kasumi/devel/kasumi.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kasumi.spec	12 Dec 2005 11:27:27 -0000	1.8
+++ kasumi.spec	15 Dec 2005 06:56:22 -0000	1.9
@@ -8,6 +8,7 @@
 BuildRequires: desktop-file-utils, gtk2-devel
 Source0: %{name}-%{version}.tar.gz
 Source1: %{name}.desktop
+Patch0:	kasumi-1.0-gcc41.patch
 
 
 Summary: An anthy dictionary management tool.
@@ -18,7 +19,10 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .gcc41
+aclocal
+automake
+autoconf
 
 %build
 %configure
@@ -52,8 +56,10 @@
 
 
 %changelog
-* Mon Dec 12 2005 Akira TAGOH <tagoh at redhat.com> - 1.0-1
+* Thu Dec 15 2005 Akira TAGOH <tagoh at redhat.com> - 1.0-1
 - New upstream release.
+- kasumi-1.0-gcc41.patch: build with -ffriend-injection to temporarily get it
+  built with gcc-4.1.
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt




More information about the fedora-cvs-commits mailing list