Hello community,
here is the log from the commit of package apache-commons-lang for
openSUSE:Factory checked in at 2019-02-06 14:06:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-lang (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-lang.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-lang"
Wed Feb 6 14:06:52 2019 rev:10 rq:671845 version:2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-lang/apache-commons-lang.changes
2018-03-22 12:10:28.974133819 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-lang.new.28833/apache-commons-lang.changes
2019-02-06 14:06:53.114655093 +0100
@@ -1,0 +2,5 @@
+Mon Feb 4 06:11:06 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Clean up the spec file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-lang.spec ++++++
--- /var/tmp/diff_new_pack.Nk4MQe/_old 2019-02-06 14:06:54.374654865 +0100
+++ /var/tmp/diff_new_pack.Nk4MQe/_new 2019-02-06 14:06:54.378654864 +0100
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-lang
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2009, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -13,7 +13,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/
#
@@ -25,21 +25,22 @@
Summary: Apache Commons Lang Package
License: Apache-2.0
Group: Development/Libraries/Java
-Url: http://commons.apache.org/%{base_name}
+URL: http://commons.apache.org/%{base_name}
Source0:
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0: fix_StopWatchTest_for_slow_systems.patch
Patch1: 0002-Fix-FastDateFormat-for-Java-7-behaviour.patch
BuildRequires: ant
BuildRequires: ant-junit
+BuildRequires: apache-commons-parent
BuildRequires: java-devel
BuildRequires: javapackages-local
-BuildRequires: javapackages-tools
BuildRequires: junit
# Java 8 is the last version that can build with source and target level 1.4
BuildConflicts: java-devel >= 1.9
+Requires: apache-commons-parent
Provides: %{short_name} = %{version}-%{release}
Provides: jakarta-%{short_name} = %{version}-%{release}
-Obsoletes: jakarta-%{short_name} <= 2.4
+Obsoletes: jakarta-%{short_name} < %{version}-%{release}
BuildArch: noarch
%description
@@ -92,14 +93,13 @@
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
-%files
-%doc PROPOSAL.html LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
-%{_javadir}/%{name}.jar
+%files -f .mfiles
+%license LICENSE.txt NOTICE.txt
+%doc PROPOSAL.html RELEASE-NOTES.txt
%{_javadir}/%{short_name}.jar
-%{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml
%files javadoc
+%license LICENSE.txt NOTICE.txt
%{_javadocdir}/%{name}
%changelog