commit jakarta-commons-transaction for openSUSE:Factory

2019-10-04 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2019-10-04 11:21:21

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new.2352 (New)


Package is "jakarta-commons-transaction"

Fri Oct  4 11:21:21 2019 rev:16 rq:734261 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
  2017-09-20 17:09:11.539105320 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new.2352/jakarta-commons-transaction.changes
2019-10-04 11:22:21.996953682 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 10:17:08 UTC 2019 - Fridrich Strba 
+
+- Build against the new compatibility package log4j12
+
+---



Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.DxGt9G/_old  2019-10-04 11:22:22.964951161 +0200
+++ /var/tmp/diff_new_pack.DxGt9G/_new  2019-10-04 11:22:22.964951161 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-transaction
 #
-# Copyright (c) 2017 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
@@ -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/
 #
 
 
@@ -36,12 +36,12 @@
 BuildRequires:  jakarta-commons-codec
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
-BuildRequires:  log4j
+BuildRequires:  log4j12
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
 Requires:   geronimo-jta-1_1-api
 Requires:   jakarta-commons-codec
-Requires:   log4j
+Requires:   log4j12
 Requires:   xerces-j2
 Requires:   xml-commons-apis
 BuildArch:  noarch
@@ -61,7 +61,7 @@
 %patch0 -b .sav
 
 %build
-export CLASSPATH=$(build-classpath commons-codec jta log4j):`pwd`/build/classes
+export CLASSPATH=$(build-classpath commons-codec jta 
log4j12/log4j-12):`pwd`/build/classes
 export OPT_JAR_LIST=:
 ant \
 -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \




commit jakarta-commons-transaction for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2017-09-20 17:09:10

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new (New)


Package is "jakarta-commons-transaction"

Wed Sep 20 17:09:10 2017 rev:15 rq:527014 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
  2017-05-27 13:15:44.341780176 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new/jakarta-commons-transaction.changes
 2017-09-20 17:09:11.539105320 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 12:29:27 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---



Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.sGvk4V/_old  2017-09-20 17:09:12.175015803 +0200
+++ /var/tmp/diff_new_pack.sGvk4V/_new  2017-09-20 17:09:12.179015240 +0200
@@ -44,7 +44,6 @@
 Requires:   log4j
 Requires:   xerces-j2
 Requires:   xml-commons-apis
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -64,7 +63,10 @@
 %build
 export CLASSPATH=$(build-classpath commons-codec jta log4j):`pwd`/build/classes
 export OPT_JAR_LIST=:
-ant -Dbuild.sysclasspath=only jar
+ant \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+-Dbuild.sysclasspath=only -Dant.java.version=1.6 -Dcompile.target=1.6 \
+   jar
 
 %install
 # jars
@@ -77,7 +79,6 @@
 ln -sf ${jar} ${jar/-%{version}/}; done)
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/*
 




commit jakarta-commons-transaction for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2017-05-27 13:15:43

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new (New)


Package is "jakarta-commons-transaction"

Sat May 27 13:15:43 2017 rev:14 rq:496808 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
  2013-09-12 17:06:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new/jakarta-commons-transaction.changes
 2017-05-27 13:15:44.341780176 +0200
@@ -1,0 +2,5 @@
+Fri May 19 16:09:55 UTC 2017 - tchva...@suse.com
+
+- Remove the maven conditional
+
+---



Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.KxtseN/_old  2017-05-27 13:15:44.909699885 +0200
+++ /var/tmp/diff_new_pack.KxtseN/_new  2017-05-27 13:15:44.913699320 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-transaction
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -16,16 +16,7 @@
 #
 
 
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-%define _without_maven 1
-%bcond_with maven
-%define gcj_support 
%{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
-%define section   free
 %define base_name commons-transaction
-
 Name:   jakarta-commons-transaction
 Version:1.1
 Release:0
@@ -39,33 +30,22 @@
 Source3:pom-maven2jpp-mapdeps.xsl
 Source4:commons-transaction-1.1-jpp-depmap.xml
 Patch0: commons-transaction-1.1-project_xml.patch
-Requires:   jakarta-commons-codec
-Requires:   log4j
-#Requires:   jta
-Requires:   geronimo-jta-1_1-api
-Requires:   xerces-j2
-Requires:   xml-commons-apis
 BuildRequires:  ant >= 1.6
-BuildRequires:  javapackages-tools
-%if %with maven
-BuildRequires:  maven >= 1.0.2
-BuildRequires:  maven-plugin-license
-BuildRequires:  maven-plugin-test
-BuildRequires:  maven-plugin-xdoc
-BuildRequires:  maven-plugins-base
-BuildRequires:  saxon
-BuildRequires:  saxon-scripts
-%endif
-#BuildRequires:  jta
 BuildRequires:  geronimo-jta-1_1-api
 BuildRequires:  jakarta-commons-beanutils
 BuildRequires:  jakarta-commons-codec
+BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  log4j
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
-BuildArch:  noarch
+Requires:   geronimo-jta-1_1-api
+Requires:   jakarta-commons-codec
+Requires:   log4j
+Requires:   xerces-j2
+Requires:   xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Commons Transaction aims at providing lightweight, standardized, well
@@ -76,95 +56,29 @@
 for them becomes obvious. However, the complete component shall remain
 compatible to JDK1.2 and should have minimal dependencies.
 
-
-
-%package javadoc
-Summary:Commons Transaction
-Group:  Development/Libraries/Java
-
-%description javadoc
-Commons Transaction aims at providing lightweight, standardized, well
-tested and efficient implementations of utility classes commonly used
-in transactional Java programming. Initially there are implementations
-for multi level locks, transactional collections and transactional file
-access. There may be additional implementations when the common need
-for them becomes obvious. However, the complete component shall remain
-compatible to JDK1.2 and should have minimal dependencies.
-
-
-
 %prep
 %setup -q -c -n %{base_name}
 find . -name "*.jar" | xargs rm
-%if %with maven
-export DEPCAT=$(pwd)/commons-transaction-1.1-depcat.new.xml
-echo '' > $DEPCAT
-echo '' >> $DEPCAT
-for p in $(find . -name project.xml); do
-pushd $(dirname $p)
-%{_bindir}/saxon project.xml %{SOURCE1} >> $DEPCAT
-popd
-done
-echo >> $DEPCAT
-echo '' >> $DEPCAT
-%{_bindir}/saxon $DEPCAT %{SOURCE2} > commons-transaction-1.1-depmap.new.xml
-%endif
 %patch0 -b .sav
 
 %build
-%if %with maven
-for p in $(find . -name project.xml); do
-pushd $(dirname $p)

commit jakarta-commons-transaction for openSUSE:Factory

2013-09-12 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2013-09-12 17:06:45

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new (New)


Package is jakarta-commons-transaction

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
  2011-09-23 02:03:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new/jakarta-commons-transaction.changes
 2013-09-12 17:06:46.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 11:05:48 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.FJJqcu/_old  2013-09-12 17:06:47.0 +0200
+++ /var/tmp/diff_new_pack.FJJqcu/_new  2013-09-12 17:06:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jakarta-commons-transaction (Version 1.1)
+# spec file for package jakarta-commons-transaction
 #
-# Copyright (c) 2009 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
@@ -28,11 +28,11 @@
 
 Name:   jakarta-commons-transaction
 Version:1.1
-Release:2
+Release:0
 Summary:Commons Transaction
 License:Apache-2.0
-Url:http://jakarta.apache.org/commons/transaction/
 Group:  Development/Libraries/Java
+Url:http://jakarta.apache.org/commons/transaction/
 Source0:commons-transaction-1.1-src.tar.bz2
 Source1:pom-maven2jpp-depcat.xsl
 Source2:pom-maven2jpp-newdepmap.xsl
@@ -45,22 +45,22 @@
 Requires:   geronimo-jta-1_1-api
 Requires:   xerces-j2
 Requires:   xml-commons-apis
-BuildRequires:  jpackage-utils = 1.7
 BuildRequires:  ant = 1.6
+BuildRequires:  javapackages-tools
 %if %with maven
 BuildRequires:  maven = 1.0.2
-BuildRequires:  maven-plugins-base
+BuildRequires:  maven-plugin-license
 BuildRequires:  maven-plugin-test
 BuildRequires:  maven-plugin-xdoc
-BuildRequires:  maven-plugin-license
+BuildRequires:  maven-plugins-base
 BuildRequires:  saxon
 BuildRequires:  saxon-scripts
 %endif
 #BuildRequires:  jta
 BuildRequires:  geronimo-jta-1_1-api
-BuildRequires:  junit
 BuildRequires:  jakarta-commons-beanutils
 BuildRequires:  jakarta-commons-codec
+BuildRequires:  junit
 BuildRequires:  log4j
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
@@ -79,7 +79,6 @@
 
 
 %package javadoc
-License:Apache-2.0
 Summary:Commons Transaction
 Group:  Development/Libraries/Java
 





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



commit jakarta-commons-transaction for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2011-12-06 18:20:19

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new (New)


Package is jakarta-commons-transaction, Maintainer is 
bnc-team-j...@forge.provo.novell.com

Changes:




Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.WobLLp/_old  2011-12-06 18:35:11.0 +0100
+++ /var/tmp/diff_new_pack.WobLLp/_new  2011-12-06 18:35:11.0 +0100
@@ -30,7 +30,7 @@
 Version:1.1
 Release:2
 Summary:Commons Transaction
-License:The Apache Software License
+License:Apache-2.0
 Url:http://jakarta.apache.org/commons/transaction/
 Group:  Development/Libraries/Java
 Source0:commons-transaction-1.1-src.tar.bz2
@@ -79,7 +79,7 @@
 
 
 %package javadoc
-License:The Apache Software License
+License:Apache-2.0
 Summary:Commons Transaction
 Group:  Development/Libraries/Java
 





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