[icedtea-web/f21] updated to usptream 1.5.1

jiri vanek jvanek at fedoraproject.org
Fri Aug 15 12:55:26 UTC 2014


commit e986d6050ad9efab885b7bc38f6d01040fa99c2f
Author: Jiri Vanek <jvanek at redhat.com>
Date:   Fri Aug 15 14:55:25 2014 +0200

    updated to usptream 1.5.1

 .gitignore                                 |    1 +
 DElocalizationforIcedTea-Web1.5-0001.patch |  783 ----------------------------
 icedtea-web.spec                           |   20 +-
 make-check-openjdk8.patch                  |  155 ------
 sources                                    |    2 +-
 urlpermission.patch                        |   45 --
 6 files changed, 8 insertions(+), 998 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5584d9f..f2f1c10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /icedtea-web-1.5pre05.tar.gz
 /icedtea-web-1.5.tar.gz
 /icedtea-web.metainfo.xml
+/icedtea-web-1.5.1.tar.gz
diff --git a/icedtea-web.spec b/icedtea-web.spec
index b6946da..f5e8577 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -11,8 +11,8 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.5
-Release:	5%{?dist}
+Version:	1.5.1
+Release:	0%{?dist}
 Summary:	Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
@@ -20,15 +20,6 @@ License:    LGPLv2+ and GPLv2 with exceptions
 URL:        http://icedtea.classpath.org/wiki/IcedTea-Web
 Source0:    http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
 Source1:    icedtea-web.metainfo.xml
-Patch0:     DElocalizationforIcedTea-Web1.5-0001.patch
-
-# For OpenJDK8 compatiblity
-# http://icedtea.classpath.org/hg/icedtea-web/rev/e3981eb10285
-Patch1:     make-check-openjdk8.patch
-
-# For OpenJDK 8 compatibility
-# http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-June/028236.html
-Patch2:     urlpermission.patch
 
 BuildRequires:  java-%{javaver}-openjdk-devel
 BuildRequires:  desktop-file-utils
@@ -81,9 +72,6 @@ This package contains Javadocs for the IcedTea-Web project.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -vfi
@@ -163,6 +151,10 @@ exit 0
 %doc COPYING
 
 %changelog
+* Fri Aug 15 2014 Jiri Vanek <jvanek at redhat.com> 1.5.1-0
+- update to upstream 1.5.1
+- removed all patches (all upstreamed)
+
 * Thu Aug 14 2014 Richard Hughes <richard at hughsie.com> - 1.5-4
 - Add MetaInfo file to show an addon in GNOME Software.
 - See http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1907 for upstream.
diff --git a/sources b/sources
index 20e9227..6cb36e3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a6199869763291879f3a7382b114974c  icedtea-web-1.5.tar.gz
+ee53fdd19456a59aa9d3a407d35a358c  icedtea-web-1.5.1.tar.gz
 7a8f5f672d596fc2392f580c4603a8fb  icedtea-web.metainfo.xml


More information about the scm-commits mailing list