commit bcel for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2014-07-16 16:49:32

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2013-09-03 
22:01:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2014-07-16 
16:49:41.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  8 10:59:06 UTC 2014 - tchva...@suse.com
+
+- Do not depend on ant-nodeps.
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.8Lk32H/_old  2014-07-16 16:49:42.0 +0200
+++ /var/tmp/diff_new_pack.8Lk32H/_new  2014-07-16 16:49:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,37 +14,33 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 %define manual  0
-
 Name:   bcel
 Version:5.2
 Release:0
 Summary:Byte Code Engineering Library
 License:Apache-2.0
 Group:  Development/Libraries/Java
+Url:http://commons.apache.org/proper/commons-bcel/
 Source0:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz
 Source1:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
 Source2:bcel.keyring
-Url:http://commons.apache.org/proper/commons-bcel/
-Requires:   regexp
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ant
 BuildRequires:  gpg-offline
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  regexp
 #BuildRequires:  xerces-j2-bootstrap
-#!BuildIgnore:  xerces-j2-bootstrap
-BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
 #!BuildIgnore:  java-1_6_0-openjdk-devel
 #!BuildIgnore:  java-1_7_0-openjdk-devel
-BuildRequires:  ant-nodeps
+#!BuildIgnore:  xerces-j2-bootstrap
+BuildRequires:  xml-commons-apis-bootstrap
+Requires:   regexp
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The Byte Code Engineering Library is intended to give users a
@@ -68,8 +64,7 @@
 much better information about what is wrong with your code than the
 standard JVM message.
 
-%if %manual
-
+%if %{manual}
 %package manual
 Summary:Manual for bcel
 Group:  Development/Libraries/Java
@@ -97,8 +92,6 @@
 much better information about what's wrong with your code than the
 standard JVM message.
 
-
-
 %endif
 
 %prep
@@ -113,26 +106,24 @@
 %build
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
-%ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
-%ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
+%{ant} -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
+%{ant} -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
 
 %install
 # jars
-%__mkdir_p %{buildroot}%{_javadir}
-%__install -m 644 target/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %__ln_s ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
+mkdir -p %{buildroot}%{_javadir}
+install -m 644 target/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} `echo 
$jar| sed  "s|-%{version}||g"`; done)
 
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt 
 %{_javadir}/*
 
-%if %manual
-
+%if %{manual}
 %files manual
 %defattr(0644,root,root,0755)
 %doc docs/*
 %endif
-# -
 
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bcel for openSUSE:Factory

2012-06-15 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2012-06-15 19:39:31

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2011-09-23 
11:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2012-06-15 
19:39:33.0 +0200
@@ -1,0 +2,5 @@
+Tue May 15 07:59:18 UTC 2012 - mvysko...@suse.cz
+
+- ignore openjdk from build 
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.ylNe2M/_old  2012-06-15 19:39:34.0 +0200
+++ /var/tmp/diff_new_pack.ylNe2M/_new  2012-06-15 19:39:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,14 +14,19 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # icecream 0
 
 
 Name:   bcel
-BuildRequires:  ant java-1_5_0-gcj-compat-devel regexp xerces-j2-bootstrap 
xml-commons-apis-bootstrap
+BuildRequires:  ant
+BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  regexp
+BuildRequires:  xerces-j2-bootstrap
+BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
+#!BuildIgnore:  java-1_6_0-openjdk-devel
+#!BuildIgnore:  java-1_7_0-openjdk-devel
 BuildRequires:  ant-nodeps
 %define namebcel
 %define version 5.2
@@ -29,12 +34,12 @@
 %define section free
 %define manual  0
 Version:5.2
-Release:8
+Release:0
 Summary:Byte Code Engineering Library
 License:Apache-2.0
+Group:  Development/Libraries/Java
 Source0:
http://jakarta.apache.org/builds/jakarta-bcel/release/v%{version}/bcel-%{version}-src.tar.bz2
 Url:http://jakarta.apache.org/bcel
-Group:  Development/Libraries/Java
 Requires:   regexp
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,7 +69,6 @@
 
 
 %package javadoc
-License:Apache-2.0
 PreReq: coreutils
 Summary:Javadoc for bcel
 Group:  Development/Libraries/Java

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bcel for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bcel for openSUSE:Factory
checked in at Fri Sep 23 10:20:04 CEST 2011.




--- bcel/bcel.changes   2010-11-08 13:06:34.0 +0100
+++ /mounts/work_src_done/STABLE/bcel/bcel.changes  2011-09-17 
21:22:29.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 19:22:25 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.5lWb1R/_old  2011-09-23 10:20:00.0 +0200
+++ /var/tmp/diff_new_pack.5lWb1R/_new  2011-09-23 10:20:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bcel (Version 5.2)
+# spec file for package bcel
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 # icecream 0
 
 
@@ -99,8 +98,6 @@
 %if %manual
 
 %package manual
-
-
 Summary:Manual for bcel
 Group:  Development/Libraries/Java
 
@@ -156,9 +153,6 @@
 %__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
 %__cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bcel for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2013-08-23 11:05:53

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2013-01-08 
13:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2013-08-23 
11:05:55.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 12:08:11 UTC 2013 - mvysko...@suse.com
+
+- disable javadoc generation 
+
+---
@@ -4 +9 @@
-- remove xerces-j2-bootstrap depenency (bnc#789163)
+- remove xerces-j2-bootstrap dependency (bnc#789163)



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.VLrkPC/_old  2013-08-23 11:05:55.0 +0200
+++ /var/tmp/diff_new_pack.VLrkPC/_new  2013-08-23 11:05:55.0 +0200
@@ -67,39 +67,6 @@
 much better information about what is wrong with your code than the
 standard JVM message.
 
-
-
-%package javadoc
-PreReq: coreutils
-Summary:Javadoc for bcel
-Group:  Development/Libraries/Java
-
-%description javadoc
-This package contains the javadoc documentation of the Byte Code
-Engineering Library.
-
-The Byte Code Engineering Library is intended to give users a
-convenient way to analyze, create, and manipulate (binary) Java class
-files (those ending with .class). Classes are represented by objects
-which contain all the symbolic information of the given class: methods,
-fields and byte code instructions, in particular.
-
-Such objects can be read from an existing file, be transformed by a
-program (e.g. a class loader at run-time) and dumped to a file again.
-An even more interesting application is the creation of classes from
-scratch at run-time. The Byte Code Engineering Library (BCEL) may also
-be useful if you want to learn about the Java Virtual Machine (JVM) and
-the format of Java .class files.
-
-BCEL is already being used successfully in several projects such as
-compilers, optimizers, obfuscators, code generators and analysis tools.
-
-It contains a byte code verifier named JustIce, which usually gives you
-much better information about what's wrong with your code than the
-standard JVM message.
-
-
-
 %if %manual
 
 %package manual
@@ -144,28 +111,20 @@
 %build
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
-export LC_ALL="en_US.UTF-8" # necessary for javadoc
 %ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
 %ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
-%ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} javadoc
 
 %install
 # jars
 %__mkdir_p %{buildroot}%{_javadir}
 %__install -m 644 target/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %__ln_s ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
-# javadoc
-%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
-%__cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt 
 %{_javadir}/*
 
-%files javadoc
-%defattr(0644,root,root,0755)
-%{_javadocdir}/%{name}-%{version}
 %if %manual
 
 %files manual

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bcel for openSUSE:Factory

2013-09-03 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2013-09-03 22:01:39

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2013-08-23 
11:05:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2013-09-03 
22:01:40.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  3 14:26:25 UTC 2013 - mvysko...@suse.com
+
+- use pristine tarballs
+- fix source url
+- add gpg verification
+- format spec file
+
+---

Old:

  bcel-5.2-src.tar.bz2

New:

  bcel-5.2-src.tar.gz
  bcel-5.2-src.tar.gz.asc
  bcel.keyring



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.Wo7mqt/_old  2013-09-03 22:01:41.0 +0200
+++ /var/tmp/diff_new_pack.Wo7mqt/_new  2013-09-03 22:01:41.0 +0200
@@ -17,8 +17,24 @@
 # icecream 0
 
 
+%define manual  0
+
 Name:   bcel
+Version:5.2
+Release:0
+Summary:Byte Code Engineering Library
+License:Apache-2.0
+Group:  Development/Libraries/Java
+Source0:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz
+Source1:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
+Source2:bcel.keyring
+Url:http://commons.apache.org/proper/commons-bcel/
+Requires:   regexp
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  ant
+BuildRequires:  gpg-offline
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  regexp
 #BuildRequires:  xerces-j2-bootstrap
@@ -29,21 +45,6 @@
 #!BuildIgnore:  java-1_6_0-openjdk-devel
 #!BuildIgnore:  java-1_7_0-openjdk-devel
 BuildRequires:  ant-nodeps
-%define namebcel
-%define version 5.2
-%define release 5jpp
-%define section free
-%define manual  0
-Version:5.2
-Release:0
-Summary:Byte Code Engineering Library
-License:Apache-2.0
-Group:  Development/Libraries/Java
-Source0:
http://jakarta.apache.org/builds/jakarta-bcel/release/v%{version}/bcel-%{version}-src.tar.bz2
-Url:http://jakarta.apache.org/bcel
-Requires:   regexp
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Byte Code Engineering Library is intended to give users a
@@ -101,6 +102,7 @@
 %endif
 
 %prep
+%gpg_verify %{SOURCE1}
 %setup -q
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;

++ bcel.keyring ++
pub   1024D/7C200941 2004-04-24
uid  Torsten Curdt 
uid   [ revoked] Torsten Curdt 
uid  Torsten Curdt 
uid   [ revoked] Torsten Curdt 
sub   1024g/87C5307C 2004-04-24

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBECJuNYRBADaat2HMyxurx2WP1A30fBMrQSR+oUkmgb3bxcNthX5Ak/l88Ue
r5t/fXzBCMT8FOakMYotcDF05SYW6eB4fUk6IgGRr0qNdoPOnggYpJlFt0jogS9I
ZSuWi1wg0Ky8wXxSwXbza88k2zymeaJDAw6MkGZU6OJIfLqqMZxAINqJowCgmlg8
MlrLmLoZe8mM3VWYNjOvne8D/iovOI/CNNoIcUBBK5zjnKjUow0J53r47CzlCq7Y
UWwgbkia547s5C1OD77vuhcL2yhSe+boamslGuUiFEjZlazsrdnFmveNt15QHS6F
enDnoAYvBEybiwgISfWslaMIXB8VzKjd2CxzOjqW+U4Zb8Eju7zHaS0T/W158dEg
xrsTA/9uI2BJsESYeDiTyEdKrkVbbp4r6INBaT2oUjV3O1l1KBwa1G24RaBV/TgW
7cUzTSNtwcPiOcqMK23JwjRIA4LNGTtXY2hALmVADFlxHVUasKBgUQyepnl1z0ow
uGOxV9CENgtv8nE8ToXnfUcNfrclFO+ryGwYPhC9yp9CgRxvQLQdVG9yc3RlbiBD
dXJkdCA8dGN1cmR0QHdlYi5kZT6IZQQwEQIAJQUCRIBI8x4dIG5vIGxvbmdlciB1
c2luZyB0aGlzIGFkZHJlc3MACgkQBGM6V3wgCUGbXQCaAoHIhXbIn/Ra0SmZUHr5
JG50El4AnR8lppNTVKEG40KfdNgo/Nl4uJ2EtCBUb3JzdGVuIEN1cmR0IDx0Y3Vy
ZHRAdmFmZXIub3JnPohmBBMRAgAeAhsDBgsJCAcDAgMVAgMDFgIBAh4BAheABQJB
Vcx+ABIJEARjOld8IAlBB2VHUEcAAQH1xACeJueowZiDbDHEG3TRIZeLpS73sswA
n0UnmGsNVLEYJ5FpMZZnsw4KtQr7tCFUb3JzdGVuIEN1cmR0IDx0Y3VyZHRAYXBh
Y2hlLm9yZz6IZgQTEQIAHgYLCQgHAwIDFQIDAxYCAQIeAQIXgAUCQVXMowIZAQAS
CRAEYzpXfCAJQQdlR1BHAAEB8bgAmwUYhsKJUJrhk1HqK5DAyO7/fXrRAJwK3lFg
gk80PzHFjxJIklZ54zvcULQlVG9yc3RlbiBDdXJkdCA8dGN1cmR0QG1hbmFnZXNv
ZnQuY29tPohJBDARAgAJBQJFeJgIAh0gAAoJEARjOld8IAlBO+sAoI4W2UE506cy
Z7HROWvfOajpWKURAJwL3+dX2GGiIPBPGU/hPlNlcMexKrkBDQRAibjYEAQAty+5
SuEpdl51FhbDt3BPGTUO8lNLY55IXY/D6XeCxczVplKCRCXZqYEUeRbe02yjliDa
2VHJnirEdW2H24+g5SmIcUzhAHAEXm/zwfjE6wHQlv57Po+n2fV+BeoTszbZverK
jJxLfmq3Wf4vvRh4MCSfViefRw4YthOXAF/4xacAAwUD/jZZN52zLBp9liZfHpJ9
AEQBMZWhxwrdY6ixugkUZTC0yp/2EB4sUxUYVMjnZXWaBcGWtEHmyWqXL7oEOyL1
z7yaTYrt9F7CtYWRwyp5L5xHObxxES93o7uhXxm/bXFujP1SCE6XET4QU4N7zHEs
NpO0JUYx+msDVHqJmBnxZcGuiE4EGBECAAYFAkCJuNgAEgkQBGM6V3wgCUEHZUdQ
RwABAYEHAJwP4Up+XMkConqbrWLNDfQ2Gf8PuACeO2umjbwjOn2S67ze9UXBAEmi
D4Q=
=+1C3
-END PGP PUBLIC KEY BLOCK-
-- 
To u

commit bcel for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2013-01-08 13:32:50

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2012-06-15 
19:39:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2013-01-08 
13:32:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 12:16:54 UTC 2013 - mvysko...@suse.com
+
+- remove xerces-j2-bootstrap depenency (bnc#789163)
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.66iZk1/_old  2013-01-08 13:32:53.0 +0100
+++ /var/tmp/diff_new_pack.66iZk1/_new  2013-01-08 13:32:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,8 @@
 BuildRequires:  ant
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  regexp
-BuildRequires:  xerces-j2-bootstrap
+#BuildRequires:  xerces-j2-bootstrap
+#!BuildIgnore:  xerces-j2-bootstrap
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bcel for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2011-12-06 18:00:28

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:




Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.oBWtiC/_old  2011-12-06 18:02:18.0 +0100
+++ /var/tmp/diff_new_pack.oBWtiC/_new  2011-12-06 18:02:18.0 +0100
@@ -31,7 +31,7 @@
 Version:5.2
 Release:8
 Summary:Byte Code Engineering Library
-License:ASLv..
+License:Apache-2.0
 Source0:
http://jakarta.apache.org/builds/jakarta-bcel/release/v%{version}/bcel-%{version}-src.tar.bz2
 Url:http://jakarta.apache.org/bcel
 Group:  Development/Libraries/Java
@@ -64,7 +64,7 @@
 
 
 %package javadoc
-License:ASLv..
+License:Apache-2.0
 PreReq: coreutils
 Summary:Javadoc for bcel
 Group:  Development/Libraries/Java

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bcel for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2015-04-02 16:00:25

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2014-07-16 
16:49:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2015-04-02 
16:00:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Mar 25 09:22:33 UTC 2015 - tchva...@suse.com
+
+- Drop gpg-offline
+- Drop conditional for manual that is never triggered
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.CRDQMi/_old  2015-04-02 16:00:27.0 +0200
+++ /var/tmp/diff_new_pack.CRDQMi/_new  2015-04-02 16:00:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +16,6 @@
 #
 
 
-%define manual  0
 Name:   bcel
 Version:5.2
 Release:0
@@ -28,7 +27,6 @@
 Source1:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
 Source2:bcel.keyring
 BuildRequires:  ant
-BuildRequires:  gpg-offline
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  regexp
 #BuildRequires:  xerces-j2-bootstrap
@@ -64,38 +62,7 @@
 much better information about what is wrong with your code than the
 standard JVM message.
 
-%if %{manual}
-%package manual
-Summary:Manual for bcel
-Group:  Development/Libraries/Java
-
-%description manual
-This package contains the manual for the Byte Code Engineering Library.
-
-The Byte Code Engineering Library is intended to give users a
-convenient way to analyze, create, and manipulate (binary) Java class
-files (those ending with .class). Classes are represented by objects
-which contain all the symbolic information of the given class: methods,
-fields and byte code instructions, in particular.
-
-Such objects can be read from an existing file, be transformed by a
-program (e.g. a class loader at run-time) and dumped to a file again.
-An even more interesting application is the creation of classes from
-scratch at run-time. The Byte Code Engineering Library (BCEL) may also
-be useful if you want to learn about the Java Virtual Machine (JVM) and
-the format of Java .class files.
-
-BCEL is already being used successfully in several projects such as
-compilers, optimizers, obfuscators, code generators and analysis tools.
-
-It contains a byte code verifier named JustIce, which usually gives you
-much better information about what's wrong with your code than the
-standard JVM message.
-
-%endif
-
 %prep
-%gpg_verify %{SOURCE1}
 %setup -q
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
@@ -106,8 +73,8 @@
 %build
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
-%{ant} -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
-%{ant} -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
+ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
+ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
 
 %install
 # jars
@@ -120,10 +87,4 @@
 %doc LICENSE.txt
 %{_javadir}/*
 
-%if %{manual}
-%files manual
-%defattr(0644,root,root,0755)
-%doc docs/*
-%endif
-
 %changelog





commit bcel for openSUSE:Factory

2019-02-06 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2019-02-06 15:46:40

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new.28833 (New)


Package is "bcel"

Wed Feb  6 15:46:40 2019 rev:30 rq:670620 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2018-12-14 
20:44:24.953755518 +0100
+++ /work/SRC/openSUSE:Factory/.bcel.new.28833/bcel.changes 2019-02-06 
15:46:41.575285552 +0100
@@ -1,0 +2,6 @@
+Fri Feb  1 14:10:42 UTC 2019 - Fridrich Strba 
+
+- BuildIgnore xalan-j2, xml-apis, xml-resolver, xerces-j2, since
+  those packages are not necessary for the build.
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.cwTo84/_old  2019-02-06 15:46:42.051285264 +0100
+++ /var/tmp/diff_new_pack.cwTo84/_new  2019-02-06 15:46:42.051285264 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -32,7 +32,7 @@
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  regexp
-BuildRequires:  xml-apis
+#!BuildIgnore:  xalan-j2 xerces-j2 xml-apis xml-resolver
 Requires:   regexp
 BuildArch:  noarch
 
@@ -90,10 +90,8 @@
 
 %add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "bcel:bcel"
 
-%files
+%files -f .mfiles
 %license LICENSE.txt
 %{_javadir}/*
-%{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml*
 
 %changelog





commit bcel for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2017-09-29 11:54:32

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Fri Sep 29 11:54:32 2017 rev:26 rq:529838 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2017-05-31 
13:31:53.590169379 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2017-09-29 
11:54:35.505525445 +0200
@@ -1,0 +2,9 @@
+Wed Sep 27 17:05:58 UTC 2017 - fst...@suse.com
+
+- Allow building with any java-devel provider
+- Specify java source and target level 1.6 to fix build with jdk9
+- Added patch:
+  * bcel-5.2-encoding.patch
++ specify the correct encoding of the files
+
+---

New:

  bcel-5.2-encoding.patch



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.kOQJ8Z/_old  2017-09-29 11:54:36.201427316 +0200
+++ /var/tmp/diff_new_pack.kOQJ8Z/_new  2017-09-29 11:54:36.205426752 +0200
@@ -26,20 +26,18 @@
 Source0:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz
 Source1:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
 Source2:bcel.keyring
+Patch0: bcel-5.2-encoding.patch
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  regexp
-#BuildRequires:  xerces-j2-bootstrap
-#!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
-#!BuildIgnore:  xml-commons-jaxp-1.3-apis
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
-#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel
-#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel
-#!BuildIgnore:  xerces-j2-bootstrap
 BuildRequires:  xml-commons-apis-bootstrap
+#!BuildIgnore:  xerces-j2
+#!BuildIgnore:  xerces-j2-bootstrap
+#!BuildIgnore:  xml-commons
+#!BuildIgnore:  xml-commons-apis
+#!BuildIgnore:  xml-commons-jaxp-1.3-apis
+#!BuildIgnore:  xml-commons-resolver
 Requires:   regexp
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -66,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
 # very broken build
@@ -75,8 +74,14 @@
 %build
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
-ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
-ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
+ant \
+-Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
+compile
+ant \
+-Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
+   jar
 
 %install
 # jars
@@ -85,7 +90,6 @@
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} `echo 
$jar| sed  "s|-%{version}||g"`; done)
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/*
 

++ bcel-5.2-encoding.patch ++
--- bcel-5.2/build.xml  2017-09-27 18:59:57.110434113 +0200
+++ bcel-5.2/build.xml  2017-09-27 19:00:39.286692143 +0200
@@ -39,7 +39,7 @@
   
 
 
-
+
   
 
 




commit bcel for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2017-05-31 13:31:40

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Wed May 31 13:31:40 2017 rev:25 rq:496981 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2015-04-02 
16:00:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2017-05-31 
13:31:53.590169379 +0200
@@ -1,0 +2,5 @@
+Fri May 19 16:56:30 UTC 2017 - tchva...@suse.com
+
+- Buildignore more java implementations
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.vEvcpy/_old  2017-05-31 13:31:54.230079179 +0200
+++ /var/tmp/diff_new_pack.vEvcpy/_new  2017-05-31 13:31:54.234078615 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -32,8 +32,10 @@
 #BuildRequires:  xerces-j2-bootstrap
 #!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
-#!BuildIgnore:  java-1_6_0-openjdk-devel
-#!BuildIgnore:  java-1_7_0-openjdk-devel
+#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
+#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
+#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel
+#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel
 #!BuildIgnore:  xerces-j2-bootstrap
 BuildRequires:  xml-commons-apis-bootstrap
 Requires:   regexp





commit bcel for openSUSE:Factory

2018-12-07 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2018-12-07 14:30:17

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new.19453 (New)


Package is "bcel"

Fri Dec  7 14:30:17 2018 rev:28 rq:653638 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2018-07-24 
17:31:16.671978047 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new.19453/bcel.changes 2018-12-07 
14:30:18.447450274 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 10:36:02 UTC 2018 - Fridrich Strba 
+
+- Add maven pom file and generate mvn(...) dependencies for this
+  package
+
+---

New:

  bcel-5.2.pom



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.l0Pyoq/_old  2018-12-07 14:30:21.163446903 +0100
+++ /var/tmp/diff_new_pack.l0Pyoq/_new  2018-12-07 14:30:21.167446897 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,13 +22,15 @@
 Summary:Byte Code Engineering Library
 License:Apache-2.0
 Group:  Development/Libraries/Java
-Url:http://commons.apache.org/proper/commons-bcel/
-Source0:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz
-Source1:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
-Source2:bcel.keyring
+URL:http://commons.apache.org/proper/commons-bcel/
+Source0:
http://archive.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz
+Source1:
http://archive.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
+Source2:
http://repo.maven.apache.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}.pom
+Source3:bcel.keyring
 Patch0: bcel-5.2-encoding.patch
 BuildRequires:  ant
 BuildRequires:  java-devel >= 1.8
+BuildRequires:  javapackages-local
 BuildRequires:  regexp
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xerces-j2
@@ -89,8 +91,15 @@
 install -m 644 target/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} `echo 
$jar| sed  "s|-%{version}||g"`; done)
 
+mkdir -p %{buildroot}%{_mavenpomdir}
+install -m 644 %{SOURCE2} %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
+
+%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "bcel:bcel"
+
 %files
-%doc LICENSE.txt
+%license LICENSE.txt
 %{_javadir}/*
+%{_mavenpomdir}/*
+%{_datadir}/maven-metadata/%{name}.xml*
 
 %changelog


++ bcel-5.2.pom ++

http://maven.apache.org/POM/4.0.0";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

  4.0.0

  org.apache.bcel
  bcel
  jar
  5.2

  

  jakarta-regexp
  jakarta-regexp
  1.4

  





commit bcel for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2018-12-14 20:44:23

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new.28833 (New)


Package is "bcel"

Fri Dec 14 20:44:23 2018 rev:29 rq:656914 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2018-12-07 
14:30:18.447450274 +0100
+++ /work/SRC/openSUSE:Factory/.bcel.new.28833/bcel.changes 2018-12-14 
20:44:24.953755518 +0100
@@ -1,0 +2,7 @@
+Mon Dec 10 09:51:13 UTC 2018 - Fridrich Strba 
+
+- Build against the generic xml-apis provider which allows
+  building against bootstrap and non-bootstrap packages according
+  of their availability.
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.AvV54j/_old  2018-12-14 20:44:25.753754411 +0100
+++ /var/tmp/diff_new_pack.AvV54j/_new  2018-12-14 20:44:25.757754406 +0100
@@ -32,13 +32,7 @@
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  regexp
-BuildRequires:  xml-commons-apis-bootstrap
-#!BuildIgnore:  xerces-j2
-#!BuildIgnore:  xerces-j2-bootstrap
-#!BuildIgnore:  xml-commons
-#!BuildIgnore:  xml-commons-apis
-#!BuildIgnore:  xml-commons-jaxp-1.3-apis
-#!BuildIgnore:  xml-commons-resolver
+BuildRequires:  xml-apis
 Requires:   regexp
 BuildArch:  noarch
 





commit bcel for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2018-07-24 17:31:13

Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and  /work/SRC/openSUSE:Factory/.bcel.new (New)


Package is "bcel"

Tue Jul 24 17:31:13 2018 rev:27 rq:620769 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2017-09-29 
11:54:35.505525445 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2018-07-24 
17:31:16.671978047 +0200
@@ -1,0 +2,6 @@
+Tue May 15 14:05:02 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.NZX8Np/_old  2018-07-24 17:31:17.307978850 +0200
+++ /var/tmp/diff_new_pack.NZX8Np/_new  2018-07-24 17:31:17.311978855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# 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
@@ -28,7 +28,7 @@
 Source2:bcel.keyring
 Patch0: bcel-5.2-encoding.patch
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  regexp
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xerces-j2
@@ -75,11 +75,11 @@
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
 ant \
--Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dant.build.javac.target=8 -Dant.build.javac.source=8 \
 -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
 compile
 ant \
--Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dant.build.javac.target=8 -Dant.build.javac.source=8 \
 -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
jar