Hello community, here is the log from the commit of package asm3 for openSUSE:Factory checked in at 2018-08-27 12:57:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asm3 (Old) and /work/SRC/openSUSE:Factory/.asm3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asm3" Mon Aug 27 12:57:37 2018 rev:4 rq:628768 version:3.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/asm3/asm3.changes 2017-09-15 22:31:43.439977629 +0200 +++ /work/SRC/openSUSE:Factory/.asm3.new/asm3.changes 2018-08-27 12:57:40.700706658 +0200 @@ -1,0 +2,9 @@ +Sat Aug 11 13:37:02 UTC 2018 - [email protected] + +- Update to version 3.3.2 + * Fixed documentation + * Fixed handling of really big class files + * Fixed a bug where byte code transformation corrupts classes +- Added fix-incorrect-version.patch to fix invalid version number + +------------------------------------------------------------------- Old: ---- asm3-3.3.1.tar.bz2 New: ---- asm-ASM_3_3_2.tar.bz2 fix-incorrect-version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asm3.spec ++++++ --- /var/tmp/diff_new_pack.XZ7Khx/_old 2018-08-27 12:57:41.460707489 +0200 +++ /var/tmp/diff_new_pack.XZ7Khx/_new 2018-08-27 12:57:41.464707494 +0200 @@ -1,7 +1,7 @@ # # spec file for package asm3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,20 @@ # +%define version_str 3_3_2 Name: asm3 -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Java bytecode manipulation framework License: BSD-3-Clause Group: Development/Libraries/Java Url: http://asm.objectweb.org/ -Source: %{name}-%{version}.tar.bz2 +Source: https://gitlab.ow2.org/asm/asm/-/archive/ASM_%{version_str}/asm-ASM_%{version_str}.tar.bz2 Patch0: asm-3.3.1-sourcetarget.patch +Patch1: fix-incorrect-version.patch BuildRequires: ant BuildRequires: fdupes -BuildRequires: java-devel >= 1.6 +BuildRequires: java-devel >= 1.8 BuildRequires: objectweb-anttask BuildArch: noarch @@ -73,8 +75,9 @@ smaller. %prep -%setup -q -n asm-%{version} +%setup -q -n asm-ASM_%{version_str} %patch0 -p1 +%patch1 -p1 # remove all third party jars find . -iname '*.jar' | xargs rm -rf # wrong end of line encoding @@ -84,7 +87,7 @@ %build ant \ - -Dcompile.source=1.6 -Dcompile.target=1.6 \ + -Dcompile.source=6 -Dcompile.target=6 \ -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) \ jar jdoc ++++++ fix-incorrect-version.patch ++++++ diff -Nur asm-ASM_3_3_2/build.properties new/build.properties --- asm-ASM_3_3_2/build.properties 2011-03-20 16:16:03.000000000 +0100 +++ new/build.properties 2018-08-11 15:36:07.110836928 +0200 @@ -31,7 +31,7 @@ # Some information about the product product.name asm -product.version 3.3.1 +product.version 3.3.2 # product.snapshot yes plugin.version 3.3.0
