Author: arekm Date: Sat Feb 11 08:41:59 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 6; xul build fix
---- Files affected: packages/icedtea6: icedtea6.spec (1.77 -> 1.78) , icedtea6-xul.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/icedtea6/icedtea6.spec diff -u packages/icedtea6/icedtea6.spec:1.77 packages/icedtea6/icedtea6.spec:1.78 --- packages/icedtea6/icedtea6.spec:1.77 Sat Feb 11 09:18:11 2012 +++ packages/icedtea6/icedtea6.spec Sat Feb 11 09:41:54 2012 @@ -22,7 +22,7 @@ Summary(pl.UTF-8): Kod OpenJDK i GNU Classpath Name: icedtea6 Version: 1.8.3 -Release: 5 +Release: 6 License: GPL v2 Group: Development/Languages/Java Source0: http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz @@ -42,6 +42,7 @@ Patch3: %{name}-rpath.patch Patch4: %{name}-libpath.patch Patch5: %{name}-system_tray.patch +Patch6: %{name}-xul.patch URL: http://icedtea.classpath.org/wiki/Main_Page BuildRequires: alsa-lib-devel BuildRequires: ant-nodeps @@ -413,6 +414,8 @@ mkdir -p pld-patches cp "%{PATCH5}" pld-patches +%patch6 -p1 + # let the build system extract the sources where it wants them mkdir drops ln -s %{SOURCE1} . @@ -885,6 +888,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2012/02/11 08:41:54 arekm +- rel 6; xul build fix + Revision 1.77 2012/02/11 08:18:11 arekm - release 5 ================================================================ Index: packages/icedtea6/icedtea6-xul.patch diff -u /dev/null packages/icedtea6/icedtea6-xul.patch:1.1 --- /dev/null Sat Feb 11 09:41:59 2012 +++ packages/icedtea6/icedtea6-xul.patch Sat Feb 11 09:41:54 2012 @@ -0,0 +1,11 @@ +--- icedtea6-1.8.3/plugin/icedteanp/IcedTeaNPPlugin.cc~ 2010-10-04 17:58:58.000000000 +0200 ++++ icedtea6-1.8.3/plugin/icedteanp/IcedTeaNPPlugin.cc 2012-02-11 09:40:25.624246257 +0100 +@@ -2234,7 +2234,7 @@ + + // Returns a string describing the MIME type that this plugin + // handles. +-char* ++const char* + NP_GetMIMEDescription () + { + PLUGIN_DEBUG ("NP_GetMIMEDescription\n"); ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icedtea6/icedtea6.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
