Hello community, here is the log from the commit of package bsh2 for openSUSE:Factory checked in at 2019-04-17 11:22:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsh2 (Old) and /work/SRC/openSUSE:Factory/.bsh2.new.17052 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsh2" Wed Apr 17 11:22:04 2019 rev:35 rq:694191 version:2.0.0.b6 Changes: -------- --- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes 2019-02-11 21:17:22.787337464 +0100 +++ /work/SRC/openSUSE:Factory/.bsh2.new.17052/bsh2.changes 2019-04-17 11:22:05.946330196 +0200 @@ -1,0 +2,8 @@ +Mon Apr 15 08:26:46 UTC 2019 - Jan Engelhardt <[email protected]> + +- Replace find -exec rm by just -delete. +- Trim BSH 2.x changelog from description, and trim "In other + words" description repetition. Trim leftover filler wording + from description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsh2.spec ++++++ --- /var/tmp/diff_new_pack.0lKQS0/_old 2019-04-17 11:22:07.346331843 +0200 +++ /var/tmp/diff_new_pack.0lKQS0/_new 2019-04-17 11:22:07.346331843 +0200 @@ -22,7 +22,7 @@ Name: bsh2 Version: 2.0.0.b6 Release: 0 -Summary: Lightweight Scripting for Java (BeanShell Version 2.x) +Summary: Scripting for Java (BeanShell Version 2.x) License: SPL-1.0 OR LGPL-2.0-or-later Group: Development/Libraries/Java URL: http://www.beanshell.org/ @@ -47,33 +47,13 @@ BuildArch: noarch %description -BeanShell is a small, free, embeddable, Java source interpreter with -object scripting language features, written in Java. BeanShell executes +BeanShell is an embeddable Java source interpreter with object +scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as -simple method closures like those in Perl and JavaScript(tm). You can -use BeanShell interactively for Java experimentation and debugging or -as a simple scripting engine for your applications. In short: BeanShell -is a dynamically interpreted Java, plus some useful stuff. Another way -to describe it is to say that in many ways BeanShell is to Java as -Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from -your Java applications to execute Java code dynamically at run-time or -to provide scripting extensibility for your applications. -Alternatively, you can call your Java applications and objects from -BeanShell; working with Java objects and APIs dynamically. Since -BeanShell is written in Java and runs in the same space as your -application, you can freely pass references to "real live" objects into -scripts and return them as results. - -With version 2.0 BeanShell becomes a fully Java compatible scripting -language. BeanShell is now capable of interpreting ordinary Java source -and loading .java source files from the class path. BeanShell scripted -classes are fully typed and appear to outside Java code and via -reflective inspection as ordinary classes. However their implementation -is fully dynamic and they may include arbitrary BeanShell scripts in -their bodies, methods, and constructors. Users may now freely mix -loose, unstructured BeanShell scripts, method closures, and full -scripted classes. +simple method closures like those in Perl and JavaScript. BeanShell +can be used interactively for Java experimentation and debugging or +as a scripting engine for applications. %package bsf Summary: BSF support for bsh2 @@ -81,28 +61,28 @@ Requires: bsf %description bsf -Lightweight Scripting for Java (BeanShell Version 2.x) (BSF support). +Scripting for Java (BeanShell Version 2.x) (BSF support). %package classgen Summary: ASM support for bsh2 Group: Development/Libraries/Java %description classgen -Lightweight Scripting for Java (BeanShell Version 2.x) (ASM support). +Scripting for Java (BeanShell Version 2.x) (ASM support). %package manual Summary: Documentation for bsh2 -Group: Development/Libraries/Java +Group: Documentation/HTML %description manual -Lightweight Scripting for Java (BeanShell Version 2.x) (Manual). +Scripting for Java (BeanShell Version 2.x) (Manual). %package javadoc Summary: Javadoc for bsh2 -Group: Development/Libraries/Java +Group: Documentation/HTML %description javadoc -Lightweight Scripting for Java (BeanShell Version 2.x) (Java Documentation). +Scripting for Java (BeanShell Version 2.x) (Java Documentation). %package demo Summary: Demonstrations and samples for bsh2 @@ -110,7 +90,7 @@ Requires: %{name} = %{version}-%{release} %description demo -Lightweight Scripting for Java (BeanShell Version 2.x) (demo and samples). +Scripting for Java (BeanShell Version 2.x) (demo and samples). %prep %setup -q -n beanshell-%{fversion} @@ -160,13 +140,8 @@ %add_maven_depmap JPP.%{name}-bsh.pom %{name}/bsh.jar -a org.beanshell:%{name},bsh:bsh,bsh:bsh-bsf,org.beanshell:bsh # manual -find docs -name ".cvswrappers" -exec rm -f {} \; -find docs -name "*.xml" -exec rm -f {} \; -find docs -name "*.xsl" -exec rm -f {} \; -find docs -name "*.log" -exec rm -f {} \; -(cd docs/manual && mv -f html/* .) -(cd docs/manual && rm -rf html) -(cd docs/manual && rm -rf xsl) +find docs "(" -name ".cvswrappers" -o -name "*.xml" -o -name "*.xsl" -o -name "*.log" ")" -delete +(cd docs/manual && mv -f html/* . && rm -Rf html xsl) # javadoc mkdir -p %{buildroot}%{_javadocdir}/%{name}
