Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2014-10-17 08:51:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-11 
19:27:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes     
2014-10-17 08:51:30.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Oct 16 12:25:28 UTC 2014 - [email protected]
+
+- Modify icedtea-web-suse-desktop-files.patch to use use
+  X-GNOME-DesktopSettings as well
+
+-------------------------------------------------------------------
+Thu Oct 16 11:50:43 UTC 2014 - [email protected]
+
+- Conditional dependencies on libX11 and/or xorg-x11-devel
+  * make possible to build for SLE11
+
+-------------------------------------------------------------------
+Mon Oct 13 09:53:44 UTC 2014 - [email protected]
+
+- Modify icedtea-web-suse-desktop-files.patch to use the Settings
+  instead of the System category, policyeditor.desktop and
+  itweb.desktop are tools for mamanging per-user preferences and
+  not system applications
+
+-------------------------------------------------------------------
java-1_7_0-openjdk-plugin.changes: same change
java-1_8_0-openjdk-plugin.changes: same change

New:
----
  pre_checkin.sh

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

Other differences:
------------------
++++++ java-1_7_0-openjdk-plugin.spec ++++++
--- /var/tmp/diff_new_pack.Boo85w/_old  2014-10-17 08:51:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Boo85w/_new  2014-10-17 08:51:31.000000000 +0200
@@ -42,15 +42,14 @@
 BuildRequires:  gcc-c++
 # IcedTeaPlugin build requirements.
 BuildRequires:  glib2-devel
-BuildRequires:  libX11-devel
 BuildRequires:  libtool
+BuildRequires:  npapi-sdk
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  procps
 BuildRequires:  rhino
 BuildRequires:  update-desktop-files
 BuildRequires:  zip
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(npapi-sdk)
 # to make sure the new package is installed in time of post
 Requires(post): %{java_name}
 # Post requires alternatives to install tool alternatives.
@@ -64,6 +63,11 @@
 Provides:       java-plugin = %{javaver}
 Obsoletes:      icedtea-web < %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} <= 1130
+BuildRequires:  xorg-x11-devel
+%else
+BuildRequires:  libX11-devel
+%endif
 # owns javadocdir
 # javapackages-tools now includes jpackage-utils
 %if 0%{?suse_version} > 1230

java-1_8_0-openjdk-plugin.spec: same change
++++++ icedtea-web-suse-desktop-files.patch ++++++
--- /var/tmp/diff_new_pack.Boo85w/_old  2014-10-17 08:51:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Boo85w/_new  2014-10-17 08:51:31.000000000 +0200
@@ -14,7 +14,7 @@
  Terminal=false
  Type=Application
 -Categories=Settings;
-+Categories=System;DesktopSettings;X-GNOME-SystemSettings;X-GNOME-Sundry;
++Categories=Settings;DesktopSettings;X-GNOME-DesktopSettings;X-GNOME-Sundry;
  Keywords=IcedTea;IcedTea-Web;java;javaws;web;start;webstart;jnlp;
 Index: icedtea-web-1.5.1/policyeditor.desktop.in
 ===================================================================
@@ -25,5 +25,5 @@
  Terminal=false
  Type=Application
 -Categories=Settings;
-+Categories=System;DesktopSettings;X-GNOME-SystemSettings;X-GNOME-Sundry;
++Categories=Settings;DesktopSettings;X-GNOME-DesktopSettings;X-GNOME-Sundry;
  Keywords=IcedTea;IcedTea-Web;java;javaws;web;start;webstart;jnlp;

++++++ pre_checkin.sh ++++++
#! /bin/sh

for i in java-1_?_0-openjdk-plugin.changes; do
    cp icedtea-web.changes $i;
done
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to