Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rabbitmq-java-client for
openSUSE:Factory checked in at 2022-10-17 14:58:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rabbitmq-java-client (Old)
and /work/SRC/openSUSE:Factory/.rabbitmq-java-client.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rabbitmq-java-client"
Mon Oct 17 14:58:35 2022 rev:6 rq:1012067 version:3.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rabbitmq-java-client/rabbitmq-java-client.changes
2022-03-23 20:20:10.838523938 +0100
+++
/work/SRC/openSUSE:Factory/.rabbitmq-java-client.new.2275/rabbitmq-java-client.changes
2022-10-17 14:58:35.670195845 +0200
@@ -1,0 +2,6 @@
+Mon Oct 17 09:03:55 UTC 2022 - Pedro Monreal <[email protected]>
+
+- Port the python2.7 code to build with python3. [bsc#1185940]
+ * Add rabbitmq-java-client-python3.patch
+
+-------------------------------------------------------------------
New:
----
rabbitmq-java-client-python3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rabbitmq-java-client.spec ++++++
--- /var/tmp/diff_new_pack.aeOHIW/_old 2022-10-17 14:58:36.198196859 +0200
+++ /var/tmp/diff_new_pack.aeOHIW/_new 2022-10-17 14:58:36.202196867 +0200
@@ -26,12 +26,13 @@
Source0: %{name}-%{version}.tar.xz
Source1: rabbitmq-codegen-%{version}.tar.xz
Patch0: rabbitmq-java-client-3.3.4-disable-bundlor.diff
+Patch1: rabbitmq-java-client-python3.patch
BuildRequires: ant
BuildRequires: apache-commons-io
BuildRequires: jakarta-commons-cli
BuildRequires: java-devel >= 1.8
BuildRequires: junit
-BuildRequires: python
+BuildRequires: python3-devel
Requires: apache-commons-io
Requires: jakarta-commons-cli
BuildArch: noarch
@@ -43,6 +44,7 @@
%setup -q -a1
ln -s rabbitmq-codegen-%{version} codegen
%patch0
+%patch1 -p1
find . -name *.jar | xargs rm -f
# Java source and target
sed -i -e 's#1\.6#1\.8#g' build.properties
++++++ rabbitmq-java-client-python3.patch ++++++
++++ 780 lines (skipped)