[icedtea-web/f19] Updated to icedtea-web-1.5

jiri vanek jvanek at fedoraproject.org
Mon Apr 7 12:17:26 UTC 2014


commit f47fb673b304753a215417e091e2af53d55d535a
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Mon Apr 7 14:17:09 2014 +0200

    Updated to icedtea-web-1.5

 .gitignore       |    6 ++++++
 icedtea-web.spec |   14 ++++++++++++--
 sources          |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9ae4d7..414bdcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,9 @@
 /icedtea-web-1.4.tar.gz
 /icedtea-web-1.4.1.tar.gz
 /icedtea-web-1.4.2.tar.gz
+/icedtea-web-1.5pre01.tar.gz
+/icedtea-web-1.5pre02.tar.gz
+/icedtea-web-1.5pre03.tar.gz
+/icedtea-web-1.5pre04.tar.gz
+/icedtea-web-1.5pre05.tar.gz
+/icedtea-web-1.5.tar.gz
diff --git a/icedtea-web.spec b/icedtea-web.spec
index d72acea..3cb3a4e 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -17,8 +17,8 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.4.2
-Release:	0%{?dist}
+Version:	1.5
+Release:	1%{?dist}
 Summary:	Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
@@ -34,6 +34,8 @@ BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  xulrunner-devel
 BuildRequires:  junit4
+# new in 1.5 to have  clean up for malformed XMLs
+BuildRequires:  tagsoup
 
 # For functionality and the OpenJDK dirs
 Requires:      java-%{javaver}-openjdk
@@ -41,6 +43,9 @@ Requires:      java-%{javaver}-openjdk
 # For the mozilla plugin dir
 Requires:       mozilla-filesystem%{?_isa}
 
+# When itw builds against it, it have to be also in runtime
+Requires:      tagsoup
+
 # Post requires alternatives to install plugin alternative.
 Requires(post):   %{_sbindir}/alternatives
 
@@ -103,6 +108,8 @@ desktop-file-install --vendor ''\
   --dir $RPM_BUILD_ROOT%{_datadir}/applications javaws.desktop
 desktop-file-install --vendor ''\
   --dir $RPM_BUILD_ROOT%{_datadir}/applications itweb-settings.desktop
+desktop-file-install --vendor ''\
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications policyeditor.desktop
 ln -s  %{_mandir}/man1/javaws-itweb.1   $RPM_BUILD_ROOT/%{_mandir}/man1/icedtea-web.1
 
 %check
@@ -147,6 +154,9 @@ exit 0
 %doc COPYING
 
 %changelog
+* Mon Apr 07 2014 Jiri Vanek <jvanek at redhat.com> 1.5-1
+- updated to icedtea-web-1.5
+
 * Tue Feb 04 2014 Jiri Vanek <jvanek at redhat.com> 1.4.2-0
 - updated to 1.4.2
 - removed upstreamed patches
diff --git a/sources b/sources
index a8b015a..cccca3e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad4fd669f482e5f69a124061229df517  icedtea-web-1.4.2.tar.gz
+a6199869763291879f3a7382b114974c  icedtea-web-1.5.tar.gz


More information about the scm-commits mailing list