Blame SPECS/icedtea-web.spec

8fd438
# Version of java
8fd438
%define javaver 1.8.0
8fd438
8fd438
# Alternatives priority
8fd438
%define priority 18000
8fd438
# jnlp prorocol gnome registry keys
8fd438
%define gurlhandler   /desktop/gnome/url-handlers
8fd438
%define jnlphandler   %{gurlhandler}/jnlp
8fd438
%define jnlpshandler  %{gurlhandler}/jnlps
8fd438
8fd438
%define javadir     %{_jvmdir}/java-%{javaver}-openjdk
8fd438
%define jredir      %{_jvmdir}/jre-%{javaver}-openjdk
8fd438
8fd438
%define binsuffix      .itweb
8fd438
8fd438
%define preffered_java  java-%{javaver}-openjdk
8fd438
8fd438
Name:		icedtea-web
8fd438
Version:	1.7.1
8fd438
Release:	18%{?dist}
8fd438
Summary:	Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation
8fd438
# will become arched again with rust on board
8fd438
BuildArch:  noarch
8fd438
8fd438
Group:      Applications/Internet
8fd438
License:    LGPLv2+ and GPLv2 with exceptions
8fd438
URL:        http://icedtea.classpath.org/wiki/IcedTea-Web
8fd438
Source0:    http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
8fd438
Patch9:     1473-1480.patch
8fd438
Patch8:     oracleForms.patch
8fd438
Patch7:     headlessCheckSoftening_rhbz1581598.patch
8fd438
Patch1:     issue1.patch
8fd438
Patch2:     issue2.patch
8fd438
Patch3:     issue3.patch
8fd438
Patch4:     PreventiveleQueue.patch
8fd438
Patch11:    issue1-bin.patch
8fd438
Patch33:    issue3-bin.patch
8fd438
Patch5:     testTuning.patch
8fd438
Patch6:     altjava.patch
8fd438
8fd438
BuildRequires:  javapackages-tools
8fd438
#for deprecated add_maven_depmap, see https://www.spinics.net/lists/fedora-devel/msg233211.html
8fd438
BuildRequires:  javapackages-local
8fd438
BuildRequires:  %{preffered_java}-devel
8fd438
BuildRequires:  desktop-file-utils
8fd438
BuildRequires:  glib2-devel
8fd438
BuildRequires:  autoconf
8fd438
BuildRequires:  automake
8fd438
BuildRequires:	gcc
8fd438
BuildRequires:	gcc-c++
8fd438
BuildRequires:  junit
8fd438
BuildRequires:  hamcrest
8fd438
BuildRequires:  libappstream-glib
8fd438
# new in 1.5 to have  clean up for malformed XMLs
8fd438
BuildRequires:  tagsoup
8fd438
# to apply binary tests for CVEs
8fd438
BuildRequires:      git
8fd438
8fd438
# For functionality and the OpenJDK dirs
8fd438
Requires:      %{preffered_java}
8fd438
Requires:      javapackages-tools
8fd438
Recommends:    bash-completion
8fd438
#maven fragments
8fd438
Requires(post):      javapackages-tools
8fd438
Requires(postun):      javapackages-tools
8fd438
8fd438
# For the mozilla plugin dir
8fd438
Requires:       mozilla-filesystem%{?_isa}
8fd438
# When itw builds against it, it have to be also in runtime
8fd438
Requires:      tagsoup
8fd438
8fd438
# Post requires alternatives to install tool alternatives.
8fd438
Requires(post):   %{_sbindir}/alternatives
8fd438
# in version 1.7 and higher for --family switch
8fd438
Requires(post):   chkconfig >= 1.7
8fd438
# jnlp protocols support
8fd438
Requires(post):   GConf2
8fd438
# Postun requires alternatives to uninstall tool alternatives.
8fd438
Requires(postun): %{_sbindir}/alternatives
8fd438
# in version 1.7 and higher for --family switch
8fd438
Requires(postun):   chkconfig >= 1.7
8fd438
# jnlp protocols support
8fd438
Requires(postun):   GConf2
8fd438
8fd438
# Standard JPackage plugin provides.
8fd438
Provides: java-plugin = 1:%{javaver}
8fd438
Provides: javaws      = 1:%{javaver}
8fd438
8fd438
Provides:   %{preffered_java}-plugin =  1:%{version}
8fd438
8fd438
%description
8fd438
The IcedTea-Web project provides a Java web browser plugin, an implementation
8fd438
of Java Web Start (originally based on the Netx project) and a settings tool to
8fd438
manage deployment settings for the aforementioned plugin and Web Start
8fd438
implementations. 
8fd438
8fd438
%package javadoc
8fd438
Summary:    API documentation for IcedTea-Web
8fd438
Group:      Documentation
8fd438
Requires:   %{name} = %{version}-%{release}
8fd438
BuildArch:  noarch
8fd438
8fd438
%description javadoc
8fd438
This package contains Javadocs for the IcedTea-Web project.
8fd438
8fd438
8fd438
%package devel
8fd438
Summary:    pure sources for debugging IcedTea-Web
8fd438
Group:      devel
8fd438
Requires:   %{name} = %{version}-%{release}
8fd438
BuildArch:  noarch
8fd438
8fd438
%description devel
8fd438
This package contains ziped sources of the IcedTea-Web project.
8fd438
8fd438
%prep
8fd438
%setup -q
8fd438
%patch9 -p1
8fd438
%patch8 -p1
8fd438
%patch7 -p1
8fd438
%patch1 -p1
8fd438
%patch2 -p1
8fd438
%patch3 -p1
8fd438
%patch4 -p1
8fd438
%patch5 -p1
8fd438
%patch6 -p1
8fd438
if [ -e ../.git ] ; then
8fd438
  mv ../.git ../ggit
8fd438
fi
8fd438
git apply --no-index --binary -v %{PATCH11}
8fd438
git apply --no-index --binary -v %{PATCH33}
8fd438
if [ -e ../ggit ] ; then
8fd438
  mv ../ggit ../.git
8fd438
fi
8fd438
8fd438
%build
8fd438
autoreconf -vfi
8fd438
CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \
8fd438
%configure \
8fd438
    --with-pkgversion=fedora-%{release}-%{_arch} \
8fd438
    --docdir=%{_datadir}/javadoc/%{name} \
8fd438
    --with-jdk-home=%{javadir} \
8fd438
    --with-jre-home=%{jredir} \
8fd438
    --libdir=%{_libdir} \
8fd438
    --program-suffix=%{binsuffix} \
8fd438
    --disable-native-plugin \
8fd438
    --prefix=%{_prefix}
8fd438
make %{?_smp_mflags}
8fd438
8fd438
%install
8fd438
rm -rf $RPM_BUILD_ROOT
8fd438
make install DESTDIR=$RPM_BUILD_ROOT
8fd438
8fd438
# icedteaweb-completion is currently not handled by make nor make install
8fd438
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
8fd438
mv completion/policyeditor.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
8fd438
mv completion/javaws.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
8fd438
mv completion/itweb-settings.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
8fd438
8fd438
# Move javaws man page to a more specific name
8fd438
mv $RPM_BUILD_ROOT/%{_mandir}/man1/javaws.1 $RPM_BUILD_ROOT/%{_mandir}/man1/javaws.itweb.1
8fd438
8fd438
# Install desktop files.
8fd438
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/{applications,pixmaps}
8fd438
desktop-file-install --vendor ''\
8fd438
  --dir $RPM_BUILD_ROOT%{_datadir}/applications javaws.desktop
8fd438
desktop-file-install --vendor ''\
8fd438
  --dir $RPM_BUILD_ROOT%{_datadir}/applications itweb-settings.desktop
8fd438
desktop-file-install --vendor ''\
8fd438
  --dir $RPM_BUILD_ROOT%{_datadir}/applications policyeditor.desktop
8fd438
8fd438
# install MetaInfo file for firefox
8fd438
DESTDIR=%{buildroot} appstream-util install metadata/%{name}.metainfo.xml
8fd438
# install MetaInfo file for javaws
8fd438
DESTDIR=%{buildroot} appstream-util install metadata/%{name}-javaws.appdata.xml
8fd438
8fd438
# maven fragments generation
8fd438
mkdir -p $RPM_BUILD_ROOT%{_javadir}
8fd438
pushd $RPM_BUILD_ROOT%{_javadir}
8fd438
ln -s ../%{name}/netx.jar %{name}.jar
8fd438
ln -s ../%{name}/plugin.jar %{name}-plugin.jar
8fd438
popd
8fd438
mkdir -p $RPM_BUILD_ROOT/%{_mavenpomdir}
8fd438
cp  metadata/%{name}.pom  $RPM_BUILD_ROOT/%{_mavenpomdir}/%{name}.pom
8fd438
cp metadata/%{name}-plugin.pom  $RPM_BUILD_ROOT/%{_mavenpomdir}/%{name}-plugin.pom
8fd438
8fd438
%add_maven_depmap %{name}.pom %{name}.jar
8fd438
%add_maven_depmap %{name}-plugin.pom %{name}-plugin.jar
8fd438
8fd438
cp  netx.build/lib/src.zip  $RPM_BUILD_ROOT%{_datadir}/%{name}/netx.src.zip
8fd438
cp liveconnect/lib/src.zip  $RPM_BUILD_ROOT%{_datadir}/%{name}/plugin.src.zip
8fd438
8fd438
%find_lang %{name} --all-name --with-man
8fd438
8fd438
%check
8fd438
make check
8fd438
appstream-util validate $RPM_BUILD_ROOT/%{_datadir}/appdata/*.xml || :
8fd438
8fd438
%post
8fd438
alternatives \
8fd438
  --install %{_bindir}/javaws				javaws.%{_arch}		%{_prefix}/bin/javaws%{binsuffix} %{priority}  --family %{preffered_java}.%{_arch} \
8fd438
  --slave   %{_bindir}/itweb-settings			itweb-settings		%{_prefix}/bin/itweb-settings%{binsuffix} \
8fd438
  --slave   %{_bindir}/policyeditor			policyeditor		%{_prefix}/bin/policyeditor%{binsuffix} \
8fd438
  --slave   %{_bindir}/ControlPanel			ControlPanel		%{_prefix}/bin/itweb-settings%{binsuffix} \
8fd438
  --slave   %{_mandir}/man1/javaws.1.gz			javaws.1.gz		%{_mandir}/man1/javaws%{binsuffix}.1.gz \
8fd438
  --slave   %{_mandir}/man1/ControlPanel.1.gz		ControlPanel.1.gz	%{_mandir}/man1/itweb-settings.1.gz
8fd438
8fd438
8fd438
gconftool-2 -s  %{jnlphandler}/command  '%{_prefix}/bin/javaws%{binsuffix} %s' --type String &> /dev/null || :
8fd438
gconftool-2 -s  %{jnlphandler}/enabled  --type Boolean true &> /dev/null || :
8fd438
gconftool-2 -s %{jnlpshandler}/command '%{_prefix}/bin/javaws%{binsuffix} %s' --type String &> /dev/null || :
8fd438
gconftool-2 -s %{jnlpshandler}/enabled --type Boolean true &> /dev/null || :
8fd438
8fd438
%posttrans
8fd438
update-desktop-database &> /dev/null || :
8fd438
exit 0
8fd438
8fd438
%postun
8fd438
update-desktop-database &> /dev/null || :
8fd438
if [ $1 -eq 0 ]
8fd438
then
8fd438
  alternatives --remove javaws %{_prefix}/bin/javaws%{binsuffix}
8fd438
  gconftool-2 -u  %{jnlphandler}/command &> /dev/null || :
8fd438
  gconftool-2 -u  %{jnlphandler}/enabled &> /dev/null || :
8fd438
  gconftool-2 -u %{jnlpshandler}/command &> /dev/null || :
8fd438
  gconftool-2 -u %{jnlpshandler}/enabled &> /dev/null || :
8fd438
fi
8fd438
exit 0
8fd438
8fd438
%files -f .mfiles -f %{name}.lang
8fd438
%{_sysconfdir}/bash_completion.d/*
8fd438
%{_prefix}/bin/*
8fd438
%{_datadir}/applications/*
8fd438
%dir %{_datadir}/%{name}
8fd438
%{_datadir}/%{name}/*.jar
8fd438
%{_datadir}/%{name}/*.png
8fd438
%{_datadir}/man/man1/*
8fd438
%{_datadir}/pixmaps/*
8fd438
%{_datadir}/appdata/*.xml
8fd438
%doc NEWS README
8fd438
%license COPYING
8fd438
8fd438
%files javadoc
8fd438
%{_datadir}/javadoc/%{name}
8fd438
%license COPYING
8fd438
8fd438
%files devel
8fd438
%{_datadir}/%{name}/*.zip
8fd438
%license COPYING
8fd438
8fd438
%changelog
8fd438
* Fri Nov 20 2020 Jiri Vanek <jvanek@redhat.com> 1.7.1-18
8fd438
- patched to use alt-java if available
8fd438
- Added Patch6, altjava.patch
8fd438
- Resolves: rhbz#1888633
8fd438
8fd438
* Thu Jul 18 2019 Jiri Vanek <jvanek@redhat.com> 1.7.1-16
8fd438
- Added Patch5, testTuning.patch to make tests pass inclean envirnment
8fd438
- Resolves: rhbz#1724958 
8fd438
8fd438
* Thu Jul 18 2019 Jiri Vanek <jvanek@redhat.com> 1.7.1-16
8fd438
- added patch1, patch4 and patch11 to fix CVE-2019-10182
8fd438
- added patch2 to fix CVE-2019-10181
8fd438
- added patch3 and patch33 to fix CVE-2019-10185
8fd438
- Resolves: rhbz#1724958 
8fd438
- Resolves: rhbz#1725928 
8fd438
- Resolves: rhbz#1724989 
8fd438
8fd438
* Fri Mar 22 2019 - Jiri Vanek <jvanek@redhat.com> -1.7.1-10
8fd438
- added gating
8fd438
8fd438
* Mon Jul 16 2018 - Jiri Vanek <jvanek@redhat.com> -1.7.1-8
8fd438
- removed rhino
8fd438
8fd438
* Thu May 24 2018 - Jiri Vanek <jvanek@redhat.com> -1.7.1-6
8fd438
- removed clang
8fd438
8fd438
* Mon May 14 2018 - Jiri Vanek <jvanek@redhat.com> -1.7.1-6
8fd438
- added an applied patch1, oracleForms.patch to make oracle forms working
8fd438
8fd438
* Fri Mar 02 2018 - Jiri Vanek <jvanek@redhat.com> -1.7.1-5
8fd438
- added 1473-1480.patch
8fd438
- added support for javafx-desc and so allwong run of pure-javafx only applications
8fd438
- --nosecurity enhanced for possibility to skip invalid signatures
8fd438
- enhanced to allow resources to be read also from j2se/java element (OmegaT)
8fd438
8fd438
* Tue Feb 20 2018 - Jiri Vanek <jvanek@redhat.com> -1.7.1-3
8fd438
- added buildrequires on gcc/gcc-c++
8fd438
- to follow new packaging guidelines which no longer automatically pulls gcc/c++ to build root
8fd438
8fd438
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8fd438
8fd438
* Mon Dec 18 2017 Jiri Vanek <jvanek@redhat.com> 1.7.1-1
8fd438
* bump to 1.7.1
8fd438
8fd438
* Fri Nov 03 2017 Jiri Vanek <jvanek@redhat.com> 1.7-6
8fd438
- javaws specific manpage renmed from -suffix to .suffix
8fd438
8fd438
* Wed Oct 18 2017 Jiri Vanek <jvanek@redhat.com> 1.7-5
8fd438
- gathered various patches from usptream
8fd438
8fd438
* Wed Aug 23 2017 Jiri Vanek <jvanek@redhat.com> 1.7-4
8fd438
- removed natie plugin, no longer can build (removed xullruner and gecko devel packages)
8fd438
- added forgotten slaves of itweb-settings policyeditor
8fd438
- Own %%{_datadir}/%%{name} dir
8fd438
- Mark non-English man pages with %%lang
8fd438
- Install COPYING as %%license
8fd438
- last three by Ville Skytta <ville.skytta@iki.fi> via 1481270
8fd438
- added BuildRequires:  javapackages-local to introduce deprecated add_maven_depmap macro
8fd438
8fd438
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8fd438
8fd438
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8fd438
8fd438
* Wed Jul 19 2017 Jiri Vanek <jvanek@redhat.com> 1.7-1
8fd438
- updated to itw 1.7
8fd438
8fd438
* Wed Jul 19 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.5
8fd438
- updated to RC7
8fd438
8fd438
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-0.4.pre06
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
8fd438
8fd438
* Fri May 12 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.3.pre06
8fd438
- updated to RC6
8fd438
- split bash-copletion
8fd438
- added sources (to align with upstream binary release)
8fd438
8fd438
* Tue May 02 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.3.pre05
8fd438
- gconf calls silenced by "&> /dev/null || :"
8fd438
- see rhbz1446932
8fd438
8fd438
* Fri Apr 28 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.2.pre05
8fd438
- updated to rc5
8fd438
- added support for jnlp://, jnlps:// and jnlp: protocols 
8fd438
8fd438
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-0.2.pre04
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8fd438
8fd438
* Thu Jan 12 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.1.pre04
8fd438
- updated to rc4
8fd438
- fixed RHBZ#1412544
8fd438
8fd438
* Wed Jan 11 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.1.pre03
8fd438
- updated ro RC3 of 1.7 
8fd438
8fd438
* Wed Jan 04 2017 Jiri Vanek <jvanek@redhat.com> 1.7-0.1.pre01
8fd438
- updated ro RC1 of 1.7 
8fd438
- added recommends on vash completion
8fd438
8fd438
* Wed Jul 13 2016 Jiri Vanek <jvanek@redhat.com> 1.6.2-3
8fd438
- minor fix to javadir and jre dir
8fd438
8fd438
* Wed Jul 13 2016 Jiri Vanek <jvanek@redhat.com> 1.6.2-2
8fd438
- added --family to make it part of javas alternatives alignment
8fd438
- java-javaver-openjdk collected into preffered_java 
8fd438
8fd438
* Wed Feb 03 2016 Jiri Vanek <jvanek@redhat.com> 1.6.2-1
8fd438
- updated to 1.6.2
8fd438
- fixed also rhbz#1303437 - package owns /etc/bash_completion.d but it should not own it 
8fd438
8fd438
* Thu Jan 28 2016 Jiri Vanek <jvanek@redhat.com> 1.6.1-66
8fd438
- moved to 1.6.2pre
8fd438
8fd438
* Tue Dec 22 2015 Jiri Vanek <jvanek@redhat.com> 1.6.1-5
8fd438
- generated maven metadata
8fd438
8fd438
* Thu Nov 19 2015 Jiri Vanek <jvanek@redhat.com> 1.6.1-4
8fd438
- installed also javaws metadata
8fd438
8fd438
* Wed Oct 14 2015 Jiri Vanek <jvanek@redhat.com> 1.6.1-3
8fd438
- added and applied three patches scheduled for 1.6.2
8fd438
- patch2 fileLogInitializationError-1.6.patch to prevent consequences 1268909
8fd438
- patch1 donLogToFileBeforeFileLogsInitiate.patch
8fd438
- patch0 javadocFixes.patch 
8fd438
8fd438
* Mon Sep 21 2015 Jiri Vanek <jvanek@redhat.com> 1.6.1-2
8fd438
- added and applied patch0 javadocFixes.patch 
8fd438
8fd438
* Fri Sep 11 2015 Jiri Vanek <jvanek@redhat.com> 1.6.1-1
8fd438
- updated to upstream release 1.6.1
8fd438
- metadata xml files enhanced for javaws
8fd438
8fd438
* Mon Jun 22 2015 Omair Majid <omajid@redhat.com> - 1.6-5
8fd438
- Comply with newer java packaging guidelines
8fd438
- Require javapackages-tools in main package
8fd438
- Don't require jpackage-utils in -javadoc subpackage, since subpackage
8fd438
  requires the main package
8fd438
8fd438
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8fd438
8fd438
* Mon May 04 2015 Jiri Vanek <jvanek@redhat.com> 1.6-3
8fd438
- added depndence on hamcrest - no longer part of junit
8fd438
8fd438
* Wed Apr 29 2015 Jiri Vanek <jvanek@redhat.com> 1.6-2
8fd438
- enabled check
8fd438
8fd438
* Tue Apr 28 2015 Jiri Vanek <jvanek@redhat.com> 1.6-1
8fd438
- updated to limited audience final release
8fd438
8fd438
* Fri Apr 24 2015 Jiri Vanek <jvanek@redhat.com> 1.6-0.1.pre05
8fd438
- updated to pre06
8fd438
- handled "Add Tab Completion for icedtea-web" change
8fd438
- this release contains numers, not yet upstreamed, but going to release features:
8fd438
- summary: Fixed resource test to pass for CZ localization
8fd438
- summary: Added Czech translation for 1.6.
8fd438
- summary: Messages from TextsProvider moved to properties
8fd438
- summary: various improvements to default set of properties
8fd438
- summary: Added MultipleDeploymentPropertiesModifier improvement to testsuite
8fd438
8fd438
* Fri Apr 17 2015 Jiri Vanek <jvanek@redhat.com> 1.6-0.1.pre05
8fd438
- updated to pre05
8fd438
8fd438
* Tue Apr 14 2015 Jiri Vanek <jvanek@redhat.com> 1.6-0.1.pre04
8fd438
- updated to pre04
8fd438
8fd438
* Mon Mar 16 2015 Jiri Vanek <jvanek@redhat.com> 1.6-0.1.pre03
8fd438
- updated to pre03
8fd438
- removed cp javaws.png. Handled by upstream now
8fd438
8fd438
* Mon Dec 22 2014 Jiri Vanek <jvanek@redhat.com> 1.6-0.1.pre02
8fd438
- updated to pre02
8fd438
- upstreamed patch1, quoteDocsPaths.patch
8fd438
- temprarily disabled unittests
8fd438
- fixed nlp apps shortcut
8fd438
8fd438
* Mon Dec 22 2014 Jiri Vanek <jvanek@redhat.com> 1.6-0.1.pre01
8fd438
- update future 1.6 alpha pre01
8fd438
- added localised man pages
8fd438
- removed link to icedtea-web man page (now provided by upstream)
8fd438
8fd438
* Thu Nov 27 2014 Jiri Vanek <jvanek@redhat.com> 1.5.2-0
8fd438
- update to upstream 1.5.2
8fd438
8fd438
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-1
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8fd438
8fd438
* Fri Aug 15 2014 Jiri Vanek <jvanek@redhat.com> 1.5.1-0
8fd438
- update to upstream 1.5.1
8fd438
- removed all patches (all upstreamed)
8fd438
8fd438
* Thu Aug 14 2014 Richard Hughes <richard@hughsie.com> - 1.5-4
8fd438
- Add MetaInfo file to show an addon in GNOME Software.
8fd438
- See http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1907 for upstream.
8fd438
8fd438
* Mon Jun 09 2014 Omair Majid <omajid@redhat.com> - 1.5-3
8fd438
- Require junit instead of juni4
8fd438
- Build against OpenJDK 7 explicitly
8fd438
8fd438
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8fd438
8fd438
* Mon Apr 07 2014 Jiri Vanek <jvanek@redhat.com> 1.5-2
8fd438
- add not yet upstreamed DE localisation of 1.5
8fd438
 - patch0 DElocalizationforIcedTea-Web1.5-0001.patch
8fd438
- autoreconf gog  -vfi, see RH1077898
8fd438
- ./configure changed to %%configure,see RH1077287
8fd438
8fd438
* Mon Apr 07 2014 Jiri Vanek <jvanek@redhat.com> 1.5-1
8fd438
- updated to icedtea-web-1.5
8fd438
8fd438
* Mon Mar 10 2014 Jiri Vanek <jvanek@redhat.com> 1.5-0.8.pre05
8fd438
- updated to pre05
8fd438
 - based on revision 925
8fd438
8fd438
* Mon Mar 10 2014 Jiri Vanek <jvanek@redhat.com> 1.5-0.4.pre04
8fd438
- updated to pre04
8fd438
 - based on revision 917
8fd438
8fd438
* Wed Mar 05 2014 Jiri Vanek <jvanek@redhat.com> 1.5-0.3.pre03
8fd438
- updated to pre03
8fd438
 - based on revision 910:0a36108ce4b9
8fd438
8fd438
* Wed Feb 26 2014 Jiri Vanek <jvanek@redhat.com> 1.5-0.2.pre02
8fd438
- added supported tagsoup dependence
8fd438
8fd438
* Wed Feb 26 2014 Jiri Vanek <jvanek@redhat.com> 1.5-0.1.pre02
8fd438
- updated to  bleeding edge as tracker before 1.5 actual release
8fd438
 - based on revision 899
8fd438
- added policyeditor.desktop
8fd438
- removed -std=c++11  flag
8fd438
8fd438
* Wed Feb 12 2014 Jiri Vanek <jvanek@redhat.com> 1.5-0.1.pre01
8fd438
- updated to  bleeding edge as tracker before 1.5 actual release
8fd438
- named by https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
8fd438
 - see commented original source0 line and setup line reusing versions
8fd438
- the source tarball is based on revision 892
8fd438
8fd438
* Tue Feb 04 2014 Jiri Vanek <jvanek@redhat.com> 1.4.2-0
8fd438
- updated to 1.4.2
8fd438
- removed upstreamed patches
8fd438
- added std=c++11 flag to CXXFLAGS (thanx omajid!)
8fd438
- removed autoreconf
8fd438
8fd438
* Tue Dec 17 2013 Jiri Vanek <jvanek@redhat.com> 1.4.1-1
8fd438
- added and applied patch0, christmasSplash3.diff. Will be upstreamed
8fd438
- Christmas release for Fedora !-)
8fd438
8fd438
* Tue Sep 17 2013 Jiri Vanek <jvanek@redhat.com> 1.4.1-0
8fd438
- updated to 1.4.1
8fd438
- add icedtea-web man page
8fd438
- removed upstreamed  patch1 b25-appContextFix.patch
8fd438
- removed upstreamed  patch2 rhino-pac-permissions.patch
8fd438
- make check enabled again
8fd438
- should be build for non-standart archs !-)
8fd438
- removed unused multilib arches (yupii!)
8fd438
8fd438
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8fd438
8fd438
* Tue Jul 23 2013 Omair Majid <jvanek@redhat.com> 1.4.0-3
8fd438
- Added upstream fix for RH982558
8fd438
8fd438
* Wed Jun 19 2013 Jiri Vanek <jvanek@redhat.com> 1.4.0-2
8fd438
- added patch1 b25-appContextFix.patch to make it run with future openjdk
8fd438
8fd438
* Fri Jun 07 2013 Jiri Vanek <jvanek@redhat.com> 1.4-1
8fd438
- Adapted to latest openjdk changes
8fd438
- added build requires for autoconf and automake
8fd438
- minor clean up
8fd438
- Updated to 1.4
8fd438
- See announcement for detail
8fd438
 - http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-May/023195.html
8fd438
- commented out check - some junit4  incompatibility
8fd438
8fd438
* Wed Apr 17 2013 Jiri Vanek <jvanek@redhat.com> 1.3.2-0
8fd438
- Updated to latest ustream release of 1.3 branch - 1.3.2
8fd438
 - Security Updates
8fd438
  - CVE-2013-1927, RH884705: fixed gifar vulnerability
8fd438
  - CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with same relative-path.
8fd438
 - Common
8fd438
  - Added new option in itw-settings which allows users to set JVM arguments when plugin is initialized.
8fd438
 - NetX
8fd438
  - PR580: http://www.horaoficial.cl/ loads improperly
8fd438
 - Plugin
8fd438
   PR1260: IcedTea-Web should not rely on GTK
8fd438
   PR1157: Applets can hang browser after fatal exception
8fd438
- Removed upstreamed patch to remove GTK dependency
8fd438
  - icedtea-web-pr1260-remove-gtk-dep.patch
8fd438
8fd438
* Wed Feb 20 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.3.1-5
8fd438
- Resolves: rhbz#875496
8fd438
- Build with $RPM_LD_FLAGS and %%{_smp_mflags}.
8fd438
- Run unit tests during build.
8fd438
8fd438
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8fd438
8fd438
* Wed Jan 16 2013 Deepak Bhole <dbhole@redhat.com> 1.3.1-3
8fd438
- Resolves: rhbz#889644, rhbz#895197
8fd438
- Added patch to remove GTK dependency
8fd438
8fd438
* Thu Dec 20 2012 Jiri Vanek <jvanek@redhat.com> 1.3.1-2
8fd438
- Moved to be  build with GTK3
8fd438
8fd438
* Wed Nov 07 2012 Deepak Bhole <dbhole@redhat.com> 1.3.1-1
8fd438
- Resolves: RH869040/CVE-2012-4540
8fd438
8fd438
* Mon Sep 17 2012 Deepak Bhole <dbhole@redhat.com> 1.3-1
8fd438
- Updated to 1.3
8fd438
- Resolves: rhbz#720836: Epiphany fails to execute Java applets
8fd438
8fd438
* Tue Jul 31 2012 Deepak Bhole <dbhole@redhat.com> 1.2.1-1
8fd438
- Updated to 1.2.1
8fd438
- Resolves: RH840592/CVE-2012-3422
8fd438
- Resolves: RH841345/CVE-2012-3423
8fd438
8fd438
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8fd438
8fd438
* Thu May 03 2012 Deepak Bhole <dbhole@redhat.com> 1.2-4
8fd438
- Resolves rhbz#814585
8fd438
- Fixed java-plugin provides and added one for javaws
8fd438
8fd438
* Tue Apr 17 2012 Deepak Bhole <dbhole@redhat.com> 1.2-3
8fd438
- Updated summary
8fd438
- Fixed virtual provide
8fd438
8fd438
* Tue Mar 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2-2
8fd438
- Enable building on ARM platforms
8fd438
8fd438
* Mon Mar 05 2012 Deepak Bhole <dbhole@redhat.com> 1.2-1
8fd438
- Updated to 1.2
8fd438
8fd438
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-4
8fd438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8fd438
8fd438
* Fri Nov 25 2011 Deepak Bhole <dbhole@redhat.com> 1.1.4-3
8fd438
- Resolves rhbz#757191
8fd438
- Bumped min_openjdk_version to -60 (latest)
8fd438
8fd438
* Thu Nov 24 2011 Deepak Bhole <dbhole@redhat.com> 1.1.4-2
8fd438
- Resolves: rhbz#742887. Do not own directories not created by the package.
8fd438
8fd438
* Tue Nov 08 2011 Deepak Bhole <dbhole@redhat.com> 1.1.4-1
8fd438
- Updated to 1.1.4
8fd438
- Added npapi-fix patch so that the plug-in compiles with xulrunner 8 
8fd438
8fd438
* Thu Sep 01 2011 Deepak Bhole <dbhole@redhat.com> 1.1.2-1
8fd438
- Updated to 1.1.2
8fd438
- Removed all patches (now upstream)
8fd438
- Resolves: rhbz# 734890
8fd438
8fd438
* Tue Aug 23 2011 Deepak Bhole <dbhole@redhat.com> 1.1.1-3
8fd438
- Added patch to allow install to jre dir
8fd438
- Fixed requirement for java-1.7.0-openjdk
8fd438
8fd438
* Tue Aug 09 2011 Deepak Bhole <dbhole@redhat.com> 1.1.1-2
8fd438
- Fixed file ownership so that debuginfo is not in main package
8fd438
8fd438
* Wed Aug 03 2011 Deepak Bhole <dbhole@redhat.com> 1.1.1-1
8fd438
- Bump to 1.1.1
8fd438
- Added patch for PR768 and PR769
8fd438
8fd438
* Wed Jul 20 2011 Deepak Bhole <dbhole@redhat.com> 1.0.4-1
8fd438
- Bump to 1.0.4
8fd438
- Fixed rhbz#718164: Home directory path disclosure to untrusted applications
8fd438
- Fixed rhbz#718170: Java Web Start security warning dialog manipulation
8fd438
8fd438
* Mon Jun 13 2011 Deepak Bhole <dbhole@redhat.com> 1.0.3-1
8fd438
- Update to 1.0.3
8fd438
- Resolves: rhbz#691259 
8fd438
8fd438
* Mon Apr 04 2011 Deepak Bhole <dbhole@redhat.com> 1.0.2-2
8fd438
- Fixed incorrect macro value for min_openjdk_version
8fd438
- Use posttrans instead of post, so that upgrade from old plugin works
8fd438
8fd438
* Mon Apr 04 2011 Deepak Bhole <dbhole@redhat.com> 1.0.2-1
8fd438
- Initial build