Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package httpcomponents-core for
openSUSE:Factory checked in at 2024-02-21 17:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpcomponents-core (Old)
and /work/SRC/openSUSE:Factory/.httpcomponents-core.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "httpcomponents-core"
Wed Feb 21 17:52:24 2024 rev:5 rq:1148107 version:4.4.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/httpcomponents-core/httpcomponents-core.changes
2022-03-20 20:55:37.490533044 +0100
+++
/work/SRC/openSUSE:Factory/.httpcomponents-core.new.1706/httpcomponents-core.changes
2024-02-21 17:52:38.115092761 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 14:37:08 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ httpcomponents-core.spec ++++++
--- /var/tmp/diff_new_pack.oOLvV7/_old 2024-02-21 17:52:38.943122732 +0100
+++ /var/tmp/diff_new_pack.oOLvV7/_new 2024-02-21 17:52:38.943122732 +0100
@@ -1,7 +1,7 @@
#
# spec file for package httpcomponents-core
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
Patch0: %{name}-java8compat.patch
BuildRequires: ant
BuildRequires: fdupes
-BuildRequires: javapackages-local
+BuildRequires: javapackages-local >= 6
BuildArch: noarch
%if %{with tests}
BuildRequires: ant-junit
@@ -65,7 +65,7 @@
%prep
%setup -q -a1
-%patch0 -p1
+%patch -P 0 -p1
# Random test failures on ARM -- 100 ms sleep is not eneough on this
# very performant arch, lets make it 2 s
@@ -101,19 +101,6 @@
</plugin>" $module
done
-for module in httpcore httpcore-nio; do
- %pom_xpath_inject "pom:project" "
- <groupId>org.apache.httpcomponents</groupId>
- <version>%{version}</version>" $module
- %pom_remove_parent $module
- # adds version "any" if none is specified
- %pom_change_dep ::::: ::::: $module
-done
-
-# install JARs to httpcomponents/ for compatibility reasons
-# several other packages expect to find the JARs there
-%{mvn_file} ":{*}" httpcomponents/@1
-
%build
mkdir -p lib
%if %{with tests}
@@ -134,7 +121,7 @@
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/httpcomponents
for module in httpcore httpcore-nio; do
- install -pm 0644 ${module}/pom.xml
%{buildroot}%{_mavenpomdir}/httpcomponents/${module}.pom
+ %{mvn_install_pom} ${module}/pom.xml
%{buildroot}%{_mavenpomdir}/httpcomponents/${module}.pom
%add_maven_depmap httpcomponents/${module}.pom httpcomponents/${module}.jar
done
# javadoc