From ccef8ae868d64ec0a525f829ee73150140dc2e8f Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 12:42:46 +0000 Subject: [PATCH 1/7] Expand conditionals --- bcel.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bcel.spec b/bcel.spec index 92cbaf2..d111a7e 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,4 +1,3 @@ -%bcond_without jna Name: bcel Version: 6.2 @@ -13,12 +12,6 @@ BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.apache.commons:commons-parent:pom:) -%if %{with jna} -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(net.java.dev.jna:jna) -BuildRequires: mvn(net.java.dev.jna:jna-platform) -BuildRequires: mvn(org.apache.commons:commons-lang3) -%endif %description The Byte Code Engineering Library (formerly known as JavaClass) is @@ -51,11 +44,7 @@ This package provides %{summary}. %mvn_file : %{name} %build -%if %{without jna} %mvn_build -f -%else -%mvn_build -%endif %install %mvn_install From 6d3f5a2d998fc9e15fbb83f2964a77e8a8f809d2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 13:02:12 +0000 Subject: [PATCH 2/7] Remove explicit Epoch --- bcel.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/bcel.spec b/bcel.spec index d111a7e..7e05756 100644 --- a/bcel.spec +++ b/bcel.spec @@ -2,7 +2,6 @@ Name: bcel Version: 6.2 Release: 2%{?dist} -Epoch: 0 Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ From 4d86e92659da5976b843dbbb303c01d7fa50173b Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Tue, 5 Feb 2019 08:41:26 +0100 Subject: [PATCH 3/7] Update to upstream version 6.3 --- .gitignore | 1 + bcel.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b90bbd2..301ff4c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /bcel-1592769.tar.xz /bcel-6.1-src.tar.gz /bcel-6.2-src.tar.gz +/bcel-6.3-src.tar.gz diff --git a/bcel.spec b/bcel.spec index 7e05756..cc900bc 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,7 +1,6 @@ - Name: bcel -Version: 6.2 -Release: 2%{?dist} +Version: 6.3 +Release: 1%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ @@ -56,6 +55,10 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Tue Feb 05 2019 Marian Koncek - 0:6.3-1 +- Update to upstream version 6.3 +- Fixes: RHBZ #1670025 + * Wed Feb 07 2018 Fedora Release Engineering - 0:6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index 2b2cf12..7b640c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bcel-6.2-src.tar.gz) = f12d7e51baab0c44a4a125bcefc8d6aae62ef941615b47dbb0895ff59121a4f02990290a40a30b1fbfe7fca3c2fed8cf0d4788d58fdc8fc5a1c0d7c9c67cec28 +SHA512 (bcel-6.3-src.tar.gz) = 358377437a2f667484deca3cf2f3f189ceaaf830dd8a04586047d1a057cd1f3cacc7cb6beaab363c2c7914608b4566cba355790c7b031e5502cd71d5047cb102 From 27c4dce68fea48131ff0e801eeac2fd982ab9908 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 6 May 2019 15:18:10 +0200 Subject: [PATCH 4/7] Update to upstream version 6.3.1 --- .gitignore | 1 + bcel.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 301ff4c..40975ce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /bcel-6.1-src.tar.gz /bcel-6.2-src.tar.gz /bcel-6.3-src.tar.gz +/bcel-6.3.1-src.tar.gz diff --git a/bcel.spec b/bcel.spec index cc900bc..8df9ab1 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,5 +1,5 @@ Name: bcel -Version: 6.3 +Version: 6.3.1 Release: 1%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 @@ -55,6 +55,10 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Mon May 06 2019 Marian Koncek - 0:6.3.1-1 +- Update to upstream version 6.3.1 +- Fixes: RHBZ #1692150 + * Tue Feb 05 2019 Marian Koncek - 0:6.3-1 - Update to upstream version 6.3 - Fixes: RHBZ #1670025 diff --git a/sources b/sources index 7b640c3..6356747 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bcel-6.3-src.tar.gz) = 358377437a2f667484deca3cf2f3f189ceaaf830dd8a04586047d1a057cd1f3cacc7cb6beaab363c2c7914608b4566cba355790c7b031e5502cd71d5047cb102 +SHA512 (bcel-6.3.1-src.tar.gz) = 4e601b054b003c2077fa00152020e36dc41e216172c8f3075e8ac63e2c6f4b0334a8ab5b075b53fa0b7e64c0c8fd9cd14a28617790f556467bd38182c6c6cbfd From 49573466e91e4e328cfb8779b0563c25d0dd4391 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 24 May 2019 17:00:25 +0200 Subject: [PATCH 5/7] Mass rebuild for javapackages-tools 201901 --- bcel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcel.spec b/bcel.spec index 8df9ab1..f9a922c 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,6 +1,6 @@ Name: bcel Version: 6.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ @@ -55,6 +55,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Fri May 24 2019 Mikolaj Izdebski - 6.3.1-2 +- Mass rebuild for javapackages-tools 201901 + * Mon May 06 2019 Marian Koncek - 0:6.3.1-1 - Update to upstream version 6.3.1 - Fixes: RHBZ #1692150 From 8a3f535be90b9e555fbabedfb580297a09ba8c07 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Wed, 23 Oct 2019 09:07:36 +0200 Subject: [PATCH 6/7] Update to upstream version 6.4.1 --- .gitignore | 1 + bcel.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 40975ce..eba72b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /bcel-6.2-src.tar.gz /bcel-6.3-src.tar.gz /bcel-6.3.1-src.tar.gz +/bcel-6.4.1-src.tar.gz diff --git a/bcel.spec b/bcel.spec index f9a922c..2e2cd73 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,6 +1,6 @@ Name: bcel -Version: 6.3.1 -Release: 2%{?dist} +Version: 6.4.1 +Release: 1%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ @@ -55,6 +55,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Wed Oct 16 2019 Marian Koncek - 6.4.1-1 +- Update to upstream version 6.4.1 + * Fri May 24 2019 Mikolaj Izdebski - 6.3.1-2 - Mass rebuild for javapackages-tools 201901 diff --git a/sources b/sources index 6356747..d7a23b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bcel-6.3.1-src.tar.gz) = 4e601b054b003c2077fa00152020e36dc41e216172c8f3075e8ac63e2c6f4b0334a8ab5b075b53fa0b7e64c0c8fd9cd14a28617790f556467bd38182c6c6cbfd +SHA512 (bcel-6.4.1-src.tar.gz) = 746987c314d3a2bd7308e5cd0b3403c915f09b5127af5980f986a81bccff91cca6098b636fd2f337e8e42f1e3600e8eac14b4f3b0564739b155955603a2e9b7f From 07a57a91c796bb81166ccea8a218a70163939e3c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 5 Nov 2019 17:29:27 +0100 Subject: [PATCH 7/7] Mass rebuild for javapackages-tools 201902 --- bcel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bcel.spec b/bcel.spec index 2e2cd73..d472178 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,6 +1,6 @@ Name: bcel Version: 6.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ @@ -55,6 +55,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Tue Nov 05 2019 Mikolaj Izdebski - 6.4.1-2 +- Mass rebuild for javapackages-tools 201902 + * Wed Oct 16 2019 Marian Koncek - 6.4.1-1 - Update to upstream version 6.4.1