[icedtea-web] Updated to pre02

jiri vanek jvanek at fedoraproject.org
Wed Feb 26 10:46:16 UTC 2014


commit ec08d2d0174909081c5e9c61dac5abd216628e9b
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Wed Feb 26 11:47:00 2014 +0100

    Updated to pre02

 .gitignore       |    1 +
 icedtea-web.spec |   16 ++++++++++++----
 sources          |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 591201d..b5efcf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /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
diff --git a/icedtea-web.spec b/icedtea-web.spec
index d3c3d7a..93cbdc4 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -18,14 +18,14 @@
 
 Name:		icedtea-web
 Version:	1.5
-Release:	0.1.pre01%{?dist}
+Release:	0.1.pre02%{?dist}
 Summary:	Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
 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
-Source0:    http://icedtea.classpath.org/download/source/%{name}-1.5pre01.tar.gz
+Source0:    http://icedtea.classpath.org/download/source/%{name}-1.5pre02.tar.gz
 
 BuildRequires:  java-%{javaver}-openjdk-devel
 BuildRequires:  desktop-file-utils
@@ -75,11 +75,11 @@ This package contains Javadocs for the IcedTea-Web project.
 
 %prep
 #%setup -q
-%setup -q -n icedtea-web-1.5pre01
+%setup -q -n icedtea-web-1.5pre02
 
 
 %build
-CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -std=c++11" \
+CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \
 ./configure \
     --with-pkgversion=fedora-%{release}-%{_arch} \
     --docdir=%{_datadir}/javadoc/%{name} \
@@ -104,6 +104,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
@@ -148,6 +150,12 @@ exit 0
 %doc COPYING
 
 %changelog
+* Wed Feb 26 2014 Jiri Vanek <jvanek at redhat.com> 1.5-0.1.pre02
+- updated to  bleeding edge as tracker before 1.5 actual release
+ - based on revision 899
+- added policyeditor.desktop
+- removed -std=c++11  flag
+
 * Wed Feb 12 2014 Jiri Vanek <jvanek at redhat.com> 1.5-0.1.pre01
 - updated to  bleeding edge as tracker before 1.5 actual release
 - named by https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
diff --git a/sources b/sources
index 9f59083..423a6ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff38b5b474606e931129545c2db6b4e0  icedtea-web-1.5pre01.tar.gz
+a175648e9cee6ec805f88201d71a5585  icedtea-web-1.5pre02.tar.gz


More information about the scm-commits mailing list