jvanek pushed to icedtea-web (master). "Updated to RC6"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 24 14:09:07 UTC 2015


>From 0af52f4ff85c3c1e7f3560b0a2ce712f72a1cdd7 Mon Sep 17 00:00:00 2001
From: Jiri Vanek <jvanek at redhat.com>
Date: Fri, 24 Apr 2015 16:08:21 +0200
Subject: Updated to RC6


diff --git a/.gitignore b/.gitignore
index d247314..2743e72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /icedtea-web-1.6pre03.tar.gz
 /icedtea-web-1.6pre04.tar.gz
 /icedtea-web-1.6pre05.tar.gz
+/icedtea-web-1.6pre06.tar.gz
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 6f904d2..c5fb339 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -12,14 +12,14 @@
 
 Name:		icedtea-web
 Version:	1.6
-Release:	0.1.pre05%{?dist}
+Release:	0.1.pre06%{?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.6pre05.tar.gz
+Source0:    http://icedtea.classpath.org/download/source/%{name}-1.6pre06.tar.gz
 Source1:    icedtea-web.metainfo.xml
 
 BuildRequires:  java-%{javaver}-openjdk-devel
@@ -97,6 +97,10 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# icedteaweb-completion is currently not handled by make nor make install
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
+cp icedteaweb-completion $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
+
 # Move javaws man page to a more specific name
 mv $RPM_BUILD_ROOT/%{_mandir}/man1/javaws.1 $RPM_BUILD_ROOT/%{_mandir}/man1/javaws-itweb.1
 
@@ -141,6 +145,7 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
+%{_sysconfdir}/bash_completion.d/
 %{_prefix}/bin/*
 %{_libdir}/IcedTeaPlugin.so
 %{_datadir}/applications/*
@@ -160,6 +165,16 @@ exit 0
 
 %changelog
 * Fri Apr 17 2015 Jiri Vanek <jvanek at redhat.com> 1.6-0.1.pre05
+- updated to pre06
+- handled "Add Tab Completion for icedtea-web" change
+- this release contains numers, not yet upstreamed, but going to release features:
+- summary: Fixed resource test to pass for CZ localization
+- summary: Added Czech translation for 1.6.
+- summary: Messages from TextsProvider moved to properties
+- summary: various improvements to default set of properties
+- summary: Added MultipleDeploymentPropertiesModifier improvement to testsuite
+
+* Fri Apr 17 2015 Jiri Vanek <jvanek at redhat.com> 1.6-0.1.pre05
 - updated to pre05
 
 * Tue Apr 14 2015 Jiri Vanek <jvanek at redhat.com> 1.6-0.1.pre04
diff --git a/sources b/sources
index c218ac9..4bb7cc2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 7a8f5f672d596fc2392f580c4603a8fb  icedtea-web.metainfo.xml
-19162eac0f1f8980f4d73fc72116aaca  icedtea-web-1.6pre05.tar.gz
+e833992cfecc79814ec998f97eb92a49  icedtea-web-1.6pre06.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/icedtea-web.git/commit/?h=master&id=0af52f4ff85c3c1e7f3560b0a2ce712f72a1cdd7


More information about the scm-commits mailing list