Hello community, here is the log from the commit of package bsh2 for openSUSE:Factory checked in at 2016-03-26 15:07:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsh2 (Old) and /work/SRC/openSUSE:Factory/.bsh2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsh2" Changes: -------- --- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes 2016-02-25 21:51:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bsh2.new/bsh2.changes 2016-03-26 15:08:01.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 16 17:21:37 UTC 2016 - [email protected] + +- Add reproducible.patch to fix build-compare + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsh2.spec ++++++ --- /var/tmp/diff_new_pack.V4UL5l/_old 2016-03-26 15:08:02.000000000 +0100 +++ /var/tmp/diff_new_pack.V4UL5l/_new 2016-03-26 15:08:02.000000000 +0100 @@ -42,6 +42,7 @@ Patch3: bsh-2.0b5-docs.patch #PATCH-FIX-OPENSUSE: those two patches fixes a compatibility with a standard javax.script API Patch1000: bsh2-fix-tests.patch +Patch1001: reproducible.patch BuildRequires: ant BuildRequires: asm >= 1.5.3 BuildRequires: asm-javadoc @@ -132,6 +133,7 @@ %patch2 %patch3 -p1 %patch1000 -p1 +%patch1001 -p1 for j in $(find . -name "*.jar"); do mv $j $j.no done @@ -154,7 +156,7 @@ jar cf ../../lib/javaxscript.jar $(find . -name "*.class" -o -name "*.html") popd # set VERSION -perl -p -i -e 's|VERSION =.*;|VERSION = "%{version}-%{release}";|' src/bsh/Interpreter.java +perl -p -i -e 's|VERSION =.*;|VERSION = "%{version}";|' src/bsh/Interpreter.java # remove internal asm code, use JPackage external jar instead rm -rf src/bsh/org perl -p -i -e 's|bsh.org.objectweb.asm|org.objectweb.asm|' src/bsh/ClassGeneratorUtil.java ++++++ reproducible.patch ++++++ --- beanshell-2.0b6/build.xml.orig 2016-02-05 17:16:07.000000000 +0000 +++ beanshell-2.0b6/build.xml 2016-03-16 17:16:55.240594000 +0000 @@ -202,7 +202,7 @@ <copy file="${engine-config}" todir="${build-dir}/META-INF/services" /> <tstamp> - <format property="DATE" pattern="yyyy-MM-dd hh:mm:ss" /> + <format property="DATE" pattern="" /> </tstamp> </target>
