From 2f5fc430f54bfe660c6713419aa9efb4af625153 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 12:42:46 +0000 Subject: [PATCH 01/13] Expand conditionals --- bsh.spec | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/bsh.spec b/bsh.spec index 960bf21..9c8a3b6 100644 --- a/bsh.spec +++ b/bsh.spec @@ -29,7 +29,6 @@ # %global reltag b6 -%bcond_without desktop Name: bsh Version: 2.0 @@ -54,10 +53,6 @@ BuildRequires: bsf BuildRequires: junit BuildRequires: javacc BuildRequires: glassfish-servlet-api -%if %{with desktop} -BuildRequires: ImageMagick -BuildRequires: desktop-file-utils -%endif Requires: java-headless Requires: bsf @@ -127,14 +122,6 @@ ant test dist %mvn_install -J javadoc -%if %{with desktop} -# menu entry -desktop-file-install --mode=644 \ - --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} -install -d -m 755 %{buildroot}%{_datadir}/pixmaps -convert src/bsh/util/lib/icon.gif \ - %{buildroot}%{_datadir}/pixmaps/bsh.png -%endif install -d -m 755 %{buildroot}%{_datadir}/%{name} install -d -m 755 %{buildroot}%{_datadir}/%{name}/webapps @@ -154,10 +141,6 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc %license LICENSE NOTICE %doc README.md src/Changes.html src/CodeMap.html docs/faq/faq.html %attr(0755,root,root) %{_bindir}/%{name}* -%if %{with desktop} -%{_datadir}/applications/%{name}-desktop.desktop -%{_datadir}/pixmaps/%{name}.png -%endif %{_datadir}/%{name} %files manual From d9904f7d1dfd17cf0e74e8a403dcbd8c4b2fce44 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 12:55:38 +0000 Subject: [PATCH 02/13] Remove Obsoletes --- bsh.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsh.spec b/bsh.spec index 9c8a3b6..fa07474 100644 --- a/bsh.spec +++ b/bsh.spec @@ -63,8 +63,6 @@ Requires: javapackages-tools Provides: %{name}-utils = %{epoch}:%{version}-%{release} -Obsoletes: %{name}-utils < 0:2.0 -Obsoletes: %{name}-demo < 0:2.0 # bsh uses small subset of modified (shaded) classes from ancient version of # objecweb-asm under asm directory From c2b952d78581c847b823b91dccbc07742276d4e9 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 13:02:12 +0000 Subject: [PATCH 03/13] Remove explicit Epoch --- bsh.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsh.spec b/bsh.spec index fa07474..dc81b17 100644 --- a/bsh.spec +++ b/bsh.spec @@ -33,7 +33,6 @@ Name: bsh Version: 2.0 Release: 13.%{reltag}%{?dist} -Epoch: 0 Summary: Lightweight Scripting for Java URL: http://www.beanshell.org/ # bundled asm is BSD @@ -62,7 +61,7 @@ Requires: jline Requires: javapackages-tools -Provides: %{name}-utils = %{epoch}:%{version}-%{release} +Provides: %{name}-utils = %{version}-%{release} # bsh uses small subset of modified (shaded) classes from ancient version of # objecweb-asm under asm directory From 721a50d28cb08758bd620b042a4b5f2d7eee5809 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 24 May 2019 17:00:26 +0200 Subject: [PATCH 04/13] Mass rebuild for javapackages-tools 201901 --- bsh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bsh.spec b/bsh.spec index dc81b17..7fb79f4 100644 --- a/bsh.spec +++ b/bsh.spec @@ -32,7 +32,7 @@ Name: bsh Version: 2.0 -Release: 13.%{reltag}%{?dist} +Release: 14.%{reltag}%{?dist} Summary: Lightweight Scripting for Java URL: http://www.beanshell.org/ # bundled asm is BSD @@ -150,6 +150,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc %license LICENSE NOTICE %changelog +* Fri May 24 2019 Mikolaj Izdebski - 2.0-14.b6 +- Mass rebuild for javapackages-tools 201901 + * Fri Aug 03 2018 Michael Simacek - 0:2.0-13.b6 - Remove proprietary files from tarball From adf41bbc9a9dffc5f1d87501303108453b9aada4 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 16 Sep 2019 14:48:14 +0200 Subject: [PATCH 05/13] Use tilde versioning --- bsh.spec | 18 +++++++++++------- generate-tarball.sh | 10 +++++----- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/bsh.spec b/bsh.spec index 7fb79f4..3faacf0 100644 --- a/bsh.spec +++ b/bsh.spec @@ -28,11 +28,11 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -%global reltag b6 +%global upstream_version %(echo %{version} | tr -d '~') Name: bsh -Version: 2.0 -Release: 14.%{reltag}%{?dist} +Version: 2.0~b6 +Release: 1%{?dist} Summary: Lightweight Scripting for Java URL: http://www.beanshell.org/ # bundled asm is BSD @@ -40,7 +40,9 @@ URL: http://www.beanshell.org/ License: ASL 2.0 and BSD and Public Domain BuildArch: noarch # ./generate-tarball.sh -Source0: %{name}-%{version}-%{reltag}.tar.gz +# TODO Use proper %%{version} when a newer version is available +# TODO Also see TODO in ./generate-tarball.sh +Source0: %{name}-2.0-b6.tar.gz Source1: %{name}-desktop.desktop # Remove bundled jars which cannot be easily verified for licensing # Remove code marked as SUN PROPRIETARY/CONFIDENTAIL @@ -100,7 +102,7 @@ Summary: API documentation for %{name} This package provides %{summary}. %prep -%setup -q -n beanshell-%{version}%{reltag} +%setup -q -n beanshell-%{upstream_version} sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/redirect,' docs/manual/xsl/*.xsl @@ -115,11 +117,10 @@ build-jar-repository lib bsf javacc junit glassfish-servlet-api ant test dist %install -%mvn_artifact pom.xml dist/%{name}-%{version}%{reltag}.jar +%mvn_artifact pom.xml dist/%{name}-%{upstream_version}.jar %mvn_install -J javadoc - install -d -m 755 %{buildroot}%{_datadir}/%{name} install -d -m 755 %{buildroot}%{_datadir}/%{name}/webapps install -m 644 dist/bshservlet.war %{buildroot}%{_datadir}/%{name}/webapps @@ -150,6 +151,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc %license LICENSE NOTICE %changelog +* Mon Sep 16 2019 Marian Koncek - 2.0~b6-1 +- Use tilde versioning + * Fri May 24 2019 Mikolaj Izdebski - 2.0-14.b6 - Mass rebuild for javapackages-tools 201901 diff --git a/generate-tarball.sh b/generate-tarball.sh index bf091f9..49ea030 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -3,15 +3,14 @@ set -e name=bsh version="$(sed -n 's/Version:\s*//p' *.spec)" -reltag="$(sed -n 's/%global\s*reltag\s*//p' *.spec)" # RETRIEVE -wget "https://github.com/beanshell/beanshell/archive/${version}${reltag}.tar.gz" -O "${name}-${version}-${reltag}.orig.tar.gz" +wget "https://github.com/beanshell/beanshell/archive/${version/'~'}.tar.gz" -O "${name}-${version}.orig.tar.gz" rm -rf tarball-tmp mkdir tarball-tmp cd tarball-tmp -tar xf "../${name}-${version}-${reltag}.orig.tar.gz" +tar xf "../${name}-${version}.orig.tar.gz" # CLEAN TARBALL rm -r */lib @@ -20,6 +19,7 @@ find -name '*.class' -delete # Files marked as SUN PROPRIETARY/CONFIDENTAIL rm -r */engine/javax-src -tar cf "../${name}-${version}-${reltag}.tar.gz" * +# TODO Simply use ${version} without substitution when a newer version is available +tar cf "../${name}-${version/'~'/'-'}.tar.gz" * cd .. -rm -r tarball-tmp "${name}-${version}-${reltag}.orig.tar.gz" +rm -r tarball-tmp "${name}-${version}.orig.tar.gz" From 67102c25bab6570d9e0a818c74ad98cd7baa366b Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 23 Sep 2019 12:51:33 +0200 Subject: [PATCH 06/13] Remove dependency on bsf --- 0001-Exclude-bsf-adapter.patch | 37 ++++++++++++++++++++++++++++++++++ bsh.spec | 12 +++++++---- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 0001-Exclude-bsf-adapter.patch diff --git a/0001-Exclude-bsf-adapter.patch b/0001-Exclude-bsf-adapter.patch new file mode 100644 index 0000000..8d16299 --- /dev/null +++ b/0001-Exclude-bsf-adapter.patch @@ -0,0 +1,37 @@ +From beac0b1f79cbd710c91b6b6e7c3adaf840b77d1b Mon Sep 17 00:00:00 2001 +From: Marian Koncek +Date: Mon, 23 Sep 2019 12:04:03 +0200 +Subject: [PATCH] Exclude bsf adapter + +--- + build.xml | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +diff --git a/build.xml b/build.xml +index 4f400dc..9e2079a 100644 +--- a/build.xml ++++ b/build.xml +@@ -56,10 +56,9 @@ + value="bsh/JThis.java,bsh/classpath/*,bsh/util/*,bsh/reflect/*,bsh/ExternalNameSpace.java"/> + --> + +- + +- --> + + + + Date: Mon, 23 Sep 2019 13:08:41 +0200 Subject: [PATCH 07/13] Revert "Remove dependency on bsf" This reverts commit 67102c25bab6570d9e0a818c74ad98cd7baa366b. --- 0001-Exclude-bsf-adapter.patch | 37 ---------------------------------- bsh.spec | 12 ++++------- 2 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 0001-Exclude-bsf-adapter.patch diff --git a/0001-Exclude-bsf-adapter.patch b/0001-Exclude-bsf-adapter.patch deleted file mode 100644 index 8d16299..0000000 --- a/0001-Exclude-bsf-adapter.patch +++ /dev/null @@ -1,37 +0,0 @@ -From beac0b1f79cbd710c91b6b6e7c3adaf840b77d1b Mon Sep 17 00:00:00 2001 -From: Marian Koncek -Date: Mon, 23 Sep 2019 12:04:03 +0200 -Subject: [PATCH] Exclude bsf adapter - ---- - build.xml | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/build.xml b/build.xml -index 4f400dc..9e2079a 100644 ---- a/build.xml -+++ b/build.xml -@@ -56,10 +56,9 @@ - value="bsh/JThis.java,bsh/classpath/*,bsh/util/*,bsh/reflect/*,bsh/ExternalNameSpace.java"/> - --> - -- - -- --> - - - - Date: Tue, 15 Oct 2019 12:08:53 +0200 Subject: [PATCH 08/13] Actually compress .tar.gz tarball with GNU zip --- generate-tarball.sh | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generate-tarball.sh b/generate-tarball.sh index 49ea030..4193830 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -20,6 +20,6 @@ find -name '*.class' -delete rm -r */engine/javax-src # TODO Simply use ${version} without substitution when a newer version is available -tar cf "../${name}-${version/'~'/'-'}.tar.gz" * +tar czf "../${name}-${version/'~'/'-'}.tar.gz" * cd .. rm -r tarball-tmp "${name}-${version}.orig.tar.gz" diff --git a/sources b/sources index c02c0d3..587a07c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bsh-2.0-b6.tar.gz) = 22e920fa78d2117cc27074f12a12246cb2923b1d308736b2ed5fd2faa9bbc8b77b4991abc862097cce4e9de473c17a9d9a85ee5bdab5462f4a92c64c3d49bfc1 +SHA512 (bsh-2.0-b6.tar.gz) = 30e35d3c09cecf99a5576839420ecc94ebc9ccc9d8246de51efd6c93ddee72f5bb51a12370451eb1af3ea61db731706949905c2748c646e387819913ee6522f9 From 62416cce7cb88a9655219df3d01d9ed32de986d1 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 28 Oct 2019 13:51:07 +0100 Subject: [PATCH 09/13] Remove desktop file --- bsh-desktop.desktop | 9 --------- bsh.spec | 1 - 2 files changed, 10 deletions(-) delete mode 100644 bsh-desktop.desktop diff --git a/bsh-desktop.desktop b/bsh-desktop.desktop deleted file mode 100644 index da0f1ed..0000000 --- a/bsh-desktop.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=BeanShell Desktop -Exec=bsh-desktop -Icon=bsh -Terminal=false -Type=Application -StartupWMClass=bsh-Console -Categories=Development;Java; -Version=1.0 diff --git a/bsh.spec b/bsh.spec index 3faacf0..24e8e1f 100644 --- a/bsh.spec +++ b/bsh.spec @@ -43,7 +43,6 @@ BuildArch: noarch # TODO Use proper %%{version} when a newer version is available # TODO Also see TODO in ./generate-tarball.sh Source0: %{name}-2.0-b6.tar.gz -Source1: %{name}-desktop.desktop # Remove bundled jars which cannot be easily verified for licensing # Remove code marked as SUN PROPRIETARY/CONFIDENTAIL Source2: generate-tarball.sh From 1128660644daebcf69604af90e1de282e675dcc7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 28 Oct 2019 13:52:39 +0100 Subject: [PATCH 10/13] Set compiler source/target levels to 1.6 --- bsh-source-1.6.patch | 21 +++++++++++++++++++++ bsh.spec | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 bsh-source-1.6.patch diff --git a/bsh-source-1.6.patch b/bsh-source-1.6.patch new file mode 100644 index 0000000..c1ca364 --- /dev/null +++ b/bsh-source-1.6.patch @@ -0,0 +1,21 @@ +--- beanshell-2.0b6/build.xml~ 2016-02-05 18:16:07.000000000 +0100 ++++ beanshell-2.0b6/build.xml 2019-10-28 14:00:52.279528558 +0100 +@@ -170,7 +170,8 @@ + deprecation="${deprecation}" + optimize="on" + debug="on" +- target="1.5" ++ source="1.6" ++ target="1.6" + includes="**/*.java" + excludes="${excludes},**/bak/**" + > +@@ -213,7 +214,7 @@ + destdir="${javadoc-dir}" + author="true" + version="true" +- source="1.5" ++ source="1.6" + use="true" + windowtitle="BeanShell ${version}" + doctitle="<h1>BeanShell ${version}<h1>" diff --git a/bsh.spec b/bsh.spec index 24e8e1f..c905c93 100644 --- a/bsh.spec +++ b/bsh.spec @@ -47,6 +47,8 @@ Source0: %{name}-2.0-b6.tar.gz # Remove code marked as SUN PROPRIETARY/CONFIDENTAIL Source2: generate-tarball.sh +Patch0: %{name}-source-1.6.patch + BuildRequires: javapackages-local BuildRequires: ant BuildRequires: bsf @@ -102,6 +104,7 @@ This package provides %{summary}. %prep %setup -q -n beanshell-%{upstream_version} +%patch0 -p1 sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/redirect,' docs/manual/xsl/*.xsl From cf5cfa87da881d1c20b24fe183008bb73eaa9fb2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 28 Oct 2019 14:08:26 +0100 Subject: [PATCH 11/13] Don't use Java APIs removed in Java 9 --- bsh-java-9.patch | 11 +++++++++++ bsh.spec | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 bsh-java-9.patch diff --git a/bsh-java-9.patch b/bsh-java-9.patch new file mode 100644 index 0000000..165be5b --- /dev/null +++ b/bsh-java-9.patch @@ -0,0 +1,11 @@ +--- beanshell-2.0b6/src/bsh/util/AWTConsole.java~ 2016-02-05 18:16:07.000000000 +0100 ++++ beanshell-2.0b6/src/bsh/util/AWTConsole.java 2019-10-28 14:07:07.370526037 +0100 +@@ -212,7 +212,7 @@ + We have to get to the peer because TextComponent will refuse to + let us set us set a caret position greater than the text length. + Great. What a piece of crap. +- */ ++ // + public void setCaretPosition( int pos ) { + ((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition( + pos + countNLs() ); diff --git a/bsh.spec b/bsh.spec index c905c93..5d89316 100644 --- a/bsh.spec +++ b/bsh.spec @@ -48,6 +48,7 @@ Source0: %{name}-2.0-b6.tar.gz Source2: generate-tarball.sh Patch0: %{name}-source-1.6.patch +Patch1: %{name}-java-9.patch BuildRequires: javapackages-local BuildRequires: ant @@ -105,6 +106,7 @@ This package provides %{summary}. %prep %setup -q -n beanshell-%{upstream_version} %patch0 -p1 +%patch1 -p1 sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/redirect,' docs/manual/xsl/*.xsl From 30d52d23d80093c111c0b0c272195e7300433de3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 5 Nov 2019 15:06:13 +0100 Subject: [PATCH 12/13] Drop launcher scripts and servlet --- bsh.spec | 59 ++++---------------------------------------------------- 1 file changed, 4 insertions(+), 55 deletions(-) diff --git a/bsh.spec b/bsh.spec index 5d89316..f411d1c 100644 --- a/bsh.spec +++ b/bsh.spec @@ -1,38 +1,8 @@ -# Copyright (c) 2000-2007, JPackage Project -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the -# distribution. -# 3. Neither the name of the JPackage Project nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - %global upstream_version %(echo %{version} | tr -d '~') Name: bsh Version: 2.0~b6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight Scripting for Java URL: http://www.beanshell.org/ # bundled asm is BSD @@ -57,14 +27,6 @@ BuildRequires: junit BuildRequires: javacc BuildRequires: glassfish-servlet-api -Requires: java-headless -Requires: bsf -Requires: jline -# Explicit javapackages-tools requires since scripts use -# /usr/share/java-utils/java-functions -Requires: javapackages-tools - - Provides: %{name}-utils = %{version}-%{release} # bsh uses small subset of modified (shaded) classes from ancient version of @@ -125,25 +87,9 @@ ant test dist %mvn_install -J javadoc -install -d -m 755 %{buildroot}%{_datadir}/%{name} -install -d -m 755 %{buildroot}%{_datadir}/%{name}/webapps -install -m 644 dist/bshservlet.war %{buildroot}%{_datadir}/%{name}/webapps -install -m 644 dist/bshservlet-wbsh.war %{buildroot}%{_datadir}/%{name}/webapps - -# scripts -install -d %{buildroot}%{_bindir} - -%jpackage_script bsh.Interpreter "\${BSH_DEBUG:+-Ddebug=true}" jline.console.internal.ConsoleRunner %{name}:jline %{name} true -%jpackage_script bsh.Console "\${BSH_DEBUG:+-Ddebug=true}" "" bsh bsh-console true - -echo '#!%{_bindir}/bsh' > %{buildroot}%{_bindir}/bshdoc -cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc - %files -f .mfiles %license LICENSE NOTICE %doc README.md src/Changes.html src/CodeMap.html docs/faq/faq.html -%attr(0755,root,root) %{_bindir}/%{name}* -%{_datadir}/%{name} %files manual %doc docs/manual/html @@ -155,6 +101,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc %license LICENSE NOTICE %changelog +* Tue Nov 05 2019 Mikolaj Izdebski - 2.0~b6-2 +- Drop launcher scripts and servlet + * Mon Sep 16 2019 Marian Koncek - 2.0~b6-1 - Use tilde versioning From b1ff550124914e2027e2cdb69a7bbe6f1fe51933 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 5 Nov 2019 17:29:27 +0100 Subject: [PATCH 13/13] Mass rebuild for javapackages-tools 201902 --- bsh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bsh.spec b/bsh.spec index f411d1c..b14d679 100644 --- a/bsh.spec +++ b/bsh.spec @@ -2,7 +2,7 @@ Name: bsh Version: 2.0~b6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight Scripting for Java URL: http://www.beanshell.org/ # bundled asm is BSD @@ -101,6 +101,9 @@ ant test dist %license LICENSE NOTICE %changelog +* Tue Nov 05 2019 Mikolaj Izdebski - 2.0~b6-3 +- Mass rebuild for javapackages-tools 201902 + * Tue Nov 05 2019 Mikolaj Izdebski - 2.0~b6-2 - Drop launcher scripts and servlet