[icedtea-web/f18] - Updated to 1.4 - See announcement for detail - http://mail.openjdk.java.net/pipermail/distro-pkg-

jiri vanek jvanek at fedoraproject.org
Sat May 4 10:53:48 UTC 2013


commit 5a14372b51dbb29f180d60cdc97b41241e7e1013
Author: Jiri Vanek work <jvanek at judovana.home>
Date:   Sat May 4 12:57:11 2013 +0200

    - Updated to 1.4
    - See announcement for detail
     - http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-May/023195.html
    - added check
    [jvanek at judova

 .gitignore       |    1 +
 icedtea-web.spec |   12 +++++++++++-
 sources          |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d16a53..3d17d22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /icedtea-web-1.3.tar.gz
 /icedtea-web-1.3.1.tar.gz
 /icedtea-web-1.3.2.tar.gz
+/icedtea-web-1.4.tar.gz
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 9316244..18a4857 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -40,7 +40,7 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.3.2
+Version:	1.4
 Release:	0%{?dist}
 Summary:	Java browser plug-in and Web Start implementation
 
@@ -54,6 +54,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  gecko-devel
 BuildRequires:  glib2-devel
 BuildRequires:  xulrunner-devel
+BuildRequires:  junit4
 
 # For functionality and the OpenJDK dirs
 Requires:      java-%{javaver}-openjdk
@@ -123,6 +124,9 @@ desktop-file-install --vendor ''\
 desktop-file-install --vendor ''\
   --dir $RPM_BUILD_ROOT%{_datadir}/applications itweb-settings.desktop
 
+%check
+make check
+
 %post
 if [ $1 -gt 1 ]
 then
@@ -167,6 +171,12 @@ exit 0
 %doc COPYING
 
 %changelog
+* Sat May 04 2013 Jiri Vanek <jvanek at redhat.com> 1.4-0
+- Updated to 1.4
+- See announcement for detail
+ - http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-May/023195.html
+- added check
+
 * Wed Apr 17 2013 Jiri Vanek <jvanek at redhat.com> 1.3.2-0
 - Updated to latest ustream release of 1.3 branch - 1.3.2
  - Security Updates
diff --git a/sources b/sources
index 2d7be75..744d010 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94ce02c42c1e4d1411357fb3c1014f67  icedtea-web-1.3.2.tar.gz
+97c1d5f02f9a4ab19812a216f39e401a  icedtea-web-1.4.tar.gz


More information about the scm-commits mailing list