Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-codec for
openSUSE:Factory checked in at 2022-05-08 21:52:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-codec.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-codec"
Sun May 8 21:52:16 2022 rev:23 rq:975236 version:1.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2020-11-06 23:44:02.955384744 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.1538/apache-commons-codec.changes
2022-05-08 21:52:24.759467670 +0200
@@ -1,0 +2,5 @@
+Thu May 5 16:01:16 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Do not alias the artifact to itself
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-codec.spec ++++++
--- /var/tmp/diff_new_pack.LfzTBE/_old 2022-05-08 21:52:25.243468279 +0200
+++ /var/tmp/diff_new_pack.LfzTBE/_new 2022-05-08 21:52:25.247468283 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-codec
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2000-2010, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -26,10 +26,10 @@
Summary: Apache Commons Codec Package
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://commons.apache.org/codec/
-Source0:
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
-Source2:
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
-Source1: %{name}-build.xml
+URL: https://commons.apache.org/codec/
+Source0:
https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
+Source1:
https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
+Source2: %{name}-build.xml
# Data in DoubleMetaphoneTest.java originally has an inadmissible license.
# The author gives MIT in e-mail communication.
Source100: aspell-mail.txt
@@ -69,7 +69,7 @@
%prep
%setup -q -n %{short_name}-%{version}-src
-cp %{SOURCE1} build.xml
+cp %{SOURCE2} build.xml
cp %{SOURCE100} aspell-mail.txt
#fixes eof encoding
@@ -98,7 +98,7 @@
# Install pom file
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
-%add_maven_depmap %{short_name}.pom %{short_name}.jar -a
"%{short_name}:%{short_name}"
+%add_maven_depmap %{short_name}.pom %{short_name}.jar
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/