rpms/kazehakase/devel kazehakase-0.5.2-svn3410_trunk-verup.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 kazehakase.spec, 1.47, 1.48 sources, 1.14, 1.15 kazehakase-0.5.2-svn3391_trunk-no-MOZILLA-internal-API.patch, 1.1, NONE kazehakase-0.5.2-svn3391_trunk-no-NS-New.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Fri Feb 29 15:50:37 UTC 2008


Author: mtasaka

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

Modified Files:
	.cvsignore kazehakase.spec sources 
Added Files:
	kazehakase-0.5.2-svn3410_trunk-verup.patch 
Removed Files:
	kazehakase-0.5.2-svn3391_trunk-no-MOZILLA-internal-API.patch 
	kazehakase-0.5.2-svn3391_trunk-no-NS-New.patch 
Log Message:
* Sat Mar  1 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.3-1
- 0.5.3


kazehakase-0.5.2-svn3410_trunk-verup.patch:

--- NEW FILE kazehakase-0.5.2-svn3410_trunk-verup.patch ---
--- kazehakase-0.5.2-svn3410_trunk/module/embed/gecko/mozilla.cpp.ver	2008-02-28 15:58:02.000000000 +0900
+++ kazehakase-0.5.2-svn3410_trunk/module/embed/gecko/mozilla.cpp	2008-02-29 14:49:11.000000000 +0900
@@ -161,7 +161,7 @@
 xulrunner_init (void)
 {
 	static const GREVersionRange greVersion = {
-		"1.9a", PR_TRUE,
+		"1.9", PR_TRUE,
 		"2", PR_TRUE
 	};
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	24 Feb 2008 08:58:12 -0000	1.14
+++ .cvsignore	29 Feb 2008 15:50:02 -0000	1.15
@@ -1 +1 @@
-kazehakase-0.5.2-svn3391_trunk.tar.gz
+kazehakase-0.5.3.tar.gz


Index: kazehakase.spec
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/devel/kazehakase.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- kazehakase.spec	24 Feb 2008 08:58:12 -0000	1.47
+++ kazehakase.spec	29 Feb 2008 15:50:02 -0000	1.48
@@ -22,22 +22,22 @@
 %define		support_webkit	0
 
 
-%define		repoid		29143
-%define		svnver		3391_trunk
+%define		repoid		29695
+%define		svnver		3410_trunk
 %if 0%{?fedora} == 9 || 0%{?fedora} == 8
-%define		usesvn		1
+%undefine		usesvn		
 %else
-%define		usesvn		0
+%undefine		usesvn		
 %endif
 
 
-%define		fedorarel	7
+%define		fedorarel	1
 
 
 %define		_release	%{fedorarel}%{?usesvn:.svn%svnver}
 
 Name:		kazehakase
-Version:	0.5.2
+Version:	0.5.3
 Release:	%{_release}%{?dist}
 Summary:	Kazehakase browser
 
@@ -49,8 +49,9 @@
 Source1:	gscripttable.h.gz
 Patch0:		kazehakase-svn3235-3237-diff.patch.gz
 %endif
-Patch10:	kazehakase-0.5.2-svn3391_trunk-no-NS-New.patch
-Patch13:	kazehakase-0.5.2-svn3391_trunk-no-MOZILLA-internal-API.patch
+%if 0%{?fedora} >= 9
+Patch15:	kazehakase-0.5.2-svn3410_trunk-verup.patch
+%endif
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	expat-devel
@@ -155,8 +156,7 @@
 cd ../..
 %endif
 %if 0%{?fedora} == 9
-%{__patch} -p1 -s -Z -b --suffix .xul < %PATCH10
-%{__patch} -p1 -s -Z -b --suffix .noint < %PATCH13
+%{__patch} -p1 -s -Z -b --suffix .ver < %PATCH15
 %endif
 
 %if 0%{?fedora} < 8 || 0%{?usesvn} > 0
@@ -165,12 +165,6 @@
 
 %if 0%{?fedora} == 9
 sed -i.gcc43 -e 's|-Werror||' configure
-
-%{__mkdir} PKGCONFIG
-sed \
-	-e 's|-lxpcomglue|-lxpcomglue -lxul -lxpcom|' \
-	%{_libdir}/pkgconfig/libxul-embedding-unstable.pc > \
-	PKGCONFIG/libxul-embedding-unstable.pc
 %endif
 
 %if %{support_anthy}
@@ -183,11 +177,6 @@
 %endif
 
 %build
-%if 0%{?fedora} == 9
-export LDFLAGS="`nspr-config --libs`"
-export PKG_CONFIG_PATH=$(pwd)/PKGCONFIG
-%endif
-
 # ??? perhaps bugs for WebKit-gtk
 %if %{support_webkit}
 CFLAGS="$RPM_BUILD_FLAGS `pkg-config --cflags gtk+-2.0`"
@@ -240,9 +229,7 @@
 
 %if 1
 %if 0%{?fedora} == 9
-: This package builds. This time no undefined non-weak symbols
-: are found. B
-: But this does not work at all yet!!
+: This package builds, but does not work at all!!
 : Disabling build intentionally
 exit 1
 %endif
@@ -299,6 +286,14 @@
 %endif
 
 %changelog
+* Sat Mar  1 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.3-1
+- 0.5.3
+
+* Fri Feb 29 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.2-8.svn3410_trunk
+- More try to use xulrunner
+  * GRE version fix
+  * Remove seemingly undesirable linking
+
 * Sun Feb 24 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.2-7.svn3391_trunk
 - More try to use xulrunner
   * Fix linkage for gecko.so


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	24 Feb 2008 08:58:12 -0000	1.14
+++ sources	29 Feb 2008 15:50:02 -0000	1.15
@@ -1 +1 @@
-d093b44624c4af1d0bb8be5fbe383537  kazehakase-0.5.2-svn3391_trunk.tar.gz
+1635cc357f1a65c8fdcad56cdcd8bb9c  kazehakase-0.5.3.tar.gz


--- kazehakase-0.5.2-svn3391_trunk-no-MOZILLA-internal-API.patch DELETED ---


--- kazehakase-0.5.2-svn3391_trunk-no-NS-New.patch DELETED ---




More information about the fedora-extras-commits mailing list