[icedtea-web/f20] - updated to 1.4.1 - add icedtea-web man page - removed upstreamed patch1 b25-appContextFix.patch -

jiri vanek jvanek at fedoraproject.org
Tue Sep 17 10:01:44 UTC 2013


commit a970bd1d5abbeed6480509f546a79d1b487150db
Author: Jiri Vanek work <jvanek at judovana.home>
Date:   Tue Sep 17 12:07:05 2013 +0200

    - updated to 1.4.1
    - add icedtea-web man page
    - removed upstreamed  patch1 b25-appContextFix.patch
    - removed upstreamed  patch2 rhino-pac-permissions.patch
    - make check enabled again
    - should be build for non-standart archs !-)
    - removed unused multilib arches (yupii!)

 .gitignore                  |    1 +
 b25-appContextFix.patch     |   56 -------------------------------------------
 icedtea-web.spec            |   25 ++++++++++---------
 rhino-pac-permissions.patch |   35 --------------------------
 sources                     |    2 +-
 5 files changed, 15 insertions(+), 104 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d17d22..f459251 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /icedtea-web-1.3.1.tar.gz
 /icedtea-web-1.3.2.tar.gz
 /icedtea-web-1.4.tar.gz
+/icedtea-web-1.4.1.tar.gz
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 0fa6b62..114d940 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -2,7 +2,6 @@
 # We require at the least the first release java-1.6.0-openjdk 
 # with IcedTea6 1.10
 %define min_openjdk_version 1:1.6.0.0-60
-%define multilib_arches ppc64 sparc64 x86_64
 
 # Version of java
 %define javaver 1.7.0
@@ -18,8 +17,8 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.4
-Release:	4%{?dist}
+Version:	1.4.1
+Release:	0%{?dist}
 Summary:	Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
@@ -27,11 +26,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
 
-# These patches are upstream, but not in a release branch
-# http://icedtea.classpath.org/hg/icedtea-web/rev/2469bedc6d63
-Patch1:		b25-appContextFix.patch
-# http://icedtea.classpath.org/hg/icedtea-web/rev/6904f82aa501
-Patch2:     rhino-pac-permissions.patch
 
 BuildRequires:  java-%{javaver}-openjdk-devel
 BuildRequires:  desktop-file-utils
@@ -82,9 +76,6 @@ This package contains Javadocs for the IcedTea-Web project.
 %prep
 %setup -q
 
-%patch1 -p1
-%patch2 -p1
-
 %build
 autoreconf
 CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \
@@ -112,9 +103,10 @@ 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
+ln -s  %{_mandir}/man1/javaws-itweb.1   $RPM_BUILD_ROOT/%{_mandir}/man1/icedtea-web.1
 
 %check
-#make check
+make check
 
 %post
 alternatives \
@@ -155,6 +147,15 @@ exit 0
 %doc COPYING
 
 %changelog
+* Tue Sep 17 2013 Jiri Vanek <jvanek at redhat.com> 1.4.1-0
+- updated to 1.4.1
+- add icedtea-web man page
+- removed upstreamed  patch1 b25-appContextFix.patch
+- removed upstreamed  patch2 rhino-pac-permissions.patch
+- make check enabled again
+- should be build for non-standart archs !-)
+- removed unused multilib arches (yupii!)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 744d010..bd840f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97c1d5f02f9a4ab19812a216f39e401a  icedtea-web-1.4.tar.gz
+a03135f895d60837f6bf7784de0c3914  icedtea-web-1.4.1.tar.gz


More information about the scm-commits mailing list