Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-fileupload for
openSUSE:Factory checked in at 2024-10-02 21:35:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-fileupload (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-fileupload.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-fileupload"
Wed Oct 2 21:35:35 2024 rev:4 rq:1205235 version:1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-fileupload/apache-commons-fileupload.changes
2023-05-23 14:55:05.722679080 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-fileupload.new.19354/apache-commons-fileupload.changes
2024-10-02 21:35:44.632266815 +0200
@@ -1,0 +2,5 @@
+Wed Oct 2 15:31:16 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Spec file cleanup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-fileupload.spec ++++++
--- /var/tmp/diff_new_pack.INvWo6/_old 2024-10-02 21:35:45.096286106 +0200
+++ /var/tmp/diff_new_pack.INvWo6/_new 2024-10-02 21:35:45.096286106 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package apache-commons-fileupload
#
-# Copyright (c) 2023 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
@@ -25,19 +25,18 @@
Summary: API to work with HTML file upload
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://commons.apache.org/fileupload/
+URL: https://commons.apache.org/fileupload/
Source0:
http://archive.apache.org/dist/commons/fileupload/source/commons-fileupload-%{version}-src.tar.gz
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: apache-commons-io
BuildRequires: fdupes
BuildRequires: glassfish-servlet-api
-BuildRequires: javapackages-local
+BuildRequires: javapackages-local >= 5
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} < %{version}-%{release}
Provides: %{short_name} = %{version}-%{release}
Obsoletes: %{short_name} < %{version}-%{release}
-Requires: mvn(commons-io:commons-io)
BuildArch: noarch
%if %{with portlet}
BuildRequires: apache-portlet-1_0-api
@@ -73,7 +72,7 @@
rm -r src/main/java/org/apache/commons/fileupload/portlet
%endif
-%{pom_remove_parent}
+%pom_remove_parent
%build
mkdir -p lib
@@ -96,7 +95,7 @@
ln -sf %{short_name}.jar %{buildroot}%{_javadir}/%{name}.jar
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}
-install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
%add_maven_depmap %{short_name}.pom %{short_name}.jar -a
org.apache.commons:commons-fileupload
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}