Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jakarta-commons-modeler for openSUSE:Factory checked in at 2021-12-28 12:26:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jakarta-commons-modeler (Old) and /work/SRC/openSUSE:Factory/.jakarta-commons-modeler.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-modeler" Tue Dec 28 12:26:38 2021 rev:20 rq:942905 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jakarta-commons-modeler/jakarta-commons-modeler.changes 2017-09-20 17:09:03.840189096 +0200 +++ /work/SRC/openSUSE:Factory/.jakarta-commons-modeler.new.2520/jakarta-commons-modeler.changes 2021-12-28 12:27:18.492515318 +0100 @@ -1,0 +2,16 @@ +Tue Dec 28 08:23:03 UTC 2021 - David Anes <david.a...@suse.com> + +- Update to 2.0.1: + * Modeler 2.0.1 is binary and source compatible with Modeler 2.0 + * Bugs fixed: + - ant jar in trunk fails + - MbeansDescriptorsDigesterSource.java is never build if just + setting commons-digester.jar property in build.properties + - ant.properties is missing from the Modeler jar + - mbeans-descriptors.dtd is missing from the Modeler jar and + binary distro +- Clean spec file and rpm-lint warnings: + * License is marked as a license file + * Docs endlines are converted to UNIX. + +------------------------------------------------------------------- Old: ---- commons-modeler-2.0-src.tar.bz2 New: ---- commons-modeler-2.0.1-src.tar.gz commons-modeler-2.0.1-src.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jakarta-commons-modeler.spec ++++++ --- /var/tmp/diff_new_pack.jn4Nyj/_old 2021-12-28 12:27:19.048515738 +0100 +++ /var/tmp/diff_new_pack.jn4Nyj/_new 2021-12-28 12:27:19.052515741 +0100 @@ -1,7 +1,7 @@ # # spec file for package jakarta-commons-modeler # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,21 @@ # 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/ # %define base_name modeler %define short_name commons-%{base_name} Name: jakarta-commons-modeler -Version: 2.0 +Version: 2.0.1 Release: 0 Summary: Jakarta Commons Modeler Package License: Apache-2.0 Group: Development/Libraries/Java -Url: http://jakarta.apache.org/commons/modeler/ -Source0: %{short_name}-%{version}-src.tar.bz2 +URL: https://commons.apache.org/dormant/commons-modeler/ +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 BuildRequires: ant BuildRequires: fdupes BuildRequires: jakarta-commons-digester @@ -93,8 +94,15 @@ cp -a dist/docs/* %{buildroot}%{_javadocdir}/%{name} %fdupes -s %{buildroot}%{_javadocdir}/%{name} +# convert DOS lineenedings to unix +sed -i 's/\r$//' NOTICE.txt +sed -i 's/\r$//' RELEASE-NOTES.txt +sed -i 's/\r$//' xdocs/*.xml +sed -i 's/\r$//' xdocs/style/*.css + %files -%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt xdocs +%doc NOTICE.txt RELEASE-NOTES.txt xdocs +%license LICENSE.txt %{_javadir}/* %files javadoc