Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2015-07-23 15:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old)
 and      /work/SRC/openSUSE:Factory/.icedtea-web.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icedtea-web"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2014-11-28 
08:44:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes     
2015-07-23 15:23:03.000000000 +0200
@@ -1,0 +2,67 @@
+Wed Jul 22 10:30:55 UTC 2015 - fst...@suse.com
+
+- Added patch:
+  * icedtea-web-1.6-tail.patch
+    - Fix generation of man-pages with some versions of "tail"
+
+-------------------------------------------------------------------
+Mon Jul 20 13:46:47 UTC 2015 - fst...@suse.com
+
+- Update to 1.6
+  * Massively improved offline abilities. Added Xoffline switch to
+    force work without inet connection.
+  * Improved to be able to run with any JDK
+  * JDK 6 and older no longer supported
+  * JDK 8 support added (URLPermission granted if applicable)
+  * JDK 9 supported 
+  * Added support for Entry-Point manifest attribute
+  * Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property
+    to control scan of Manifest file 
+  * starting arguments now accept also -- abbreviations
+  * Added new documentation
+  * Added support for menu shortcuts - both javaws
+    applications/applets and html applets are supported
+  * added support for -html switch for javaws. Now you can run most
+    of the applets without browser at all
+  * Control Panel
+    - PR1856: ControlPanel UI improvement for lower resolutions
+      (800*600)
+  * NetX
+    - PR1858: Java Console accepts multi-byte encodings
+    - PR1859: Java Console UI improvement for lower resolutions
+      (800*600)
+    - RH1091563: [abrt] icedtea-web-1.5-2.fc20: Uncaught exception
+     java.lang.ClassCastException in method
+     sun.applet.PluginAppletViewer$8.run()
+    - Dropped support for long unmaintained -basedir argument
+    - Returned support for -jnlp argument
+    - RH1095311, PR574 -  References class sun.misc.Ref removed in
+      OpenJDK 9 - fixed, and so buildable on JDK9
+  * Plugin
+    - PR1743 - Intermittant deadlock in PluginRequestProcessor
+    - PR1298 - LiveConnect - problem setting array elements (applet
+      variables) from JS
+    - RH1121549: coverity defects
+    - Resolves method overloading correctly with superclass
+      heirarchy distance
+  * PolicyEditor
+    - codebases can be renamed in-place, copied, and pasted
+    - codebase URLs can be copied to system clipboard
+    - displays a progress dialog while opening or saving files
+    - codebases without permissions assigned save to file anyway
+      (and re-appear on next open)
+    - PR1776: NullPointer on save-and-exit
+    - PR1850: duplicate codebases when launching from security dialogs
+    - Fixed bug where clicking "Cancel" on the "Save before Exiting"
+      dialog could result in the editor exiting without saving
+      changes
+    - Keyboard accelerators and mnemonics greatly improved
+    - "File - New" allows editing a new policy without first
+      selecting the file to save to
+  * Common
+    - PR1769: support signed applets which specify Sandbox
+      permissions in their manifests
+  * Temporary Permissions in security dialog now multi-selectable
+    and based on PolicyEditor permissions
+
+-------------------------------------------------------------------
java-1_7_0-openjdk-plugin.changes: same change
java-1_8_0-openjdk-plugin.changes: same change

Old:
----
  icedtea-web-1.5.2.tar.gz

New:
----
  icedtea-web-1.6-tail.patch
  icedtea-web-1.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icedtea-web.spec ++++++
--- /var/tmp/diff_new_pack.ZMhYFN/_old  2015-07-23 15:23:04.000000000 +0200
+++ /var/tmp/diff_new_pack.ZMhYFN/_new  2015-07-23 15:23:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icedtea-web
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define sdkdir  java
 %define jredir  %{sdkdir}/jre
 Name:           icedtea-web
-Version:        1.5.2
+Version:        1.6
 Release:        0
 Summary:        Java Web Start and plugin implementation
 License:        GPL-2.0-with-classpath-exception
@@ -65,12 +65,13 @@
        --with-jre-home=%{_jvmdir}/%{jredir} \
        --docdir=%{_javadocdir}/icedtea-web \
        --disable-plugin \
+       --enable-docs \
        GLIB_CFLAGS=dummy GLIB_LIBS=dummy \
        MOZILLA_CFLAGS=dummy MOZILLA_LIBS=dummy \
        X11_CFLAGS=dummy X11_LIBS=dummy \
        GLIB2_V_216_CFLAGS=dummy GLIB2_V_216_LIBS=dummy
 
-make %{?_smp_mflags} V=1 stamps/docs.stamp
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install-data-local %{?_smp_mflags}

++++++ java-1_7_0-openjdk-plugin.spec ++++++
--- /var/tmp/diff_new_pack.ZMhYFN/_old  2015-07-23 15:23:04.000000000 +0200
+++ /var/tmp/diff_new_pack.ZMhYFN/_new  2015-07-23 15:23:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_7_0-openjdk-plugin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %define pluginpath      %{_libdir}/%{name}/lib
 %define pluginname      IcedTeaPlugin.so
 Name:           %{java_name}-plugin
-Version:        1.5.2
+Version:        1.6
 Release:        0
 Summary:        Java Web Start and plugin implementation
 License:        GPL-2.0-with-classpath-exception
@@ -34,10 +34,13 @@
 Url:            http://icedtea.classpath.org
 Source0:        
http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz
 Patch1000:      icedtea-web-suse-desktop-files.patch
+Patch1001:      icedtea-web-1.6-tail.patch
 BuildRequires:  %{java_name}-devel >= %{javaver}
+# IcedTeaPlugin build requirements.
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-# IcedTeaPlugin build requirements.
 BuildRequires:  glib2-devel
 BuildRequires:  npapi-sdk
 BuildRequires:  pkgconfig >= 0.9.0
@@ -80,8 +83,10 @@
 %prep
 %setup -q -n icedtea-web-%{version}
 %patch1000 -p1
+%patch1001 -p1
 
 %build
+autoreconf -fi
 %configure \
        --with-jdk-home=%{_jvmdir}/%{sdkdir} \
        --with-jre-home=%{_jvmdir}/%{sdkdir}/jre \
@@ -219,8 +224,7 @@
 %{_libdir}/%{name}/share/icedtea-web/javaws_splash.png
 %{_libdir}/%{name}/share/icedtea-web/netx.jar
 %{_libdir}/%{name}/share/icedtea-web/plugin.jar
-%{_libdir}/%{name}/share/man/man1/itweb-settings.1*
-%{_libdir}/%{name}/share/man/man1/javaws.1*
-%{_libdir}/%{name}/share/man/man1/policyeditor.1*
+%{_libdir}/%{name}/share/man/man1/*.1*
+%exclude %{_libdir}/%{name}/share/man/*/man1
 
 %changelog

java-1_8_0-openjdk-plugin.spec: same change
++++++ icedtea-web-1.6-tail.patch ++++++
--- icedtea-web-1.6/Makefile.am 2015-04-28 14:48:12.752139620 +0200
+++ icedtea-web-1.6/Makefile.am 2015-07-22 12:42:34.500864703 +0200
@@ -520,7 +520,7 @@
        echo "<body><h3>$(PLUGIN_VERSION) docs:</h3>"  >> $$HTML_DOCS_INDEX ; \
        for LANG_ID in en_US.UTF-8 cs_CZ.UTF-8 pl_PL.UTF-8 de_DE.UTF-8 ;  do \
          ID=`echo "$$LANG_ID" | head -c 2` ; \
-         ENCOD=`echo "$$LANG_ID" | tail -c 6` ; \
+         ENCOD=`echo "$$LANG_ID" | tail -c 6 -` ; \
          export LANG=$$LANG_ID; \
          mkdir "$$HTML_DOCS_TARGET_DIR/$$ID" ; \
          echo "<li><a href='$$ID/icedtea-web.html'>$$LANG_ID</a></li>"  >> 
"$$HTML_DOCS_INDEX" ; \
++++++ icedtea-web-1.5.2.tar.gz -> icedtea-web-1.6.tar.gz ++++++
++++ 57214 lines of diff (skipped)


Reply via email to