Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qdox for openSUSE:Factory checked in at 2021-05-02 18:35:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qdox (Old) and /work/SRC/openSUSE:Factory/.qdox.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qdox" Sun May 2 18:35:09 2021 rev:25 rq:889466 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qdox/qdox.changes 2019-04-14 12:20:41.143636158 +0200 +++ /work/SRC/openSUSE:Factory/.qdox.new.1947/qdox.changes 2021-05-02 18:35:14.293172239 +0200 @@ -1,0 +2,6 @@ +Thu Apr 29 23:11:06 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.0.0: + * No upstream changelog provided + +------------------------------------------------------------------- Old: ---- qdox-2.0-M9-project.tar.gz New: ---- qdox-2.0.0-project.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qdox.spec ++++++ --- /var/tmp/diff_new_pack.84Mly3/_old 2021-05-02 18:35:15.641166495 +0200 +++ /var/tmp/diff_new_pack.84Mly3/_new 2021-05-02 18:35:15.641166495 +0200 @@ -1,7 +1,7 @@ # # spec file for package qdox # -# Copyright (c) 2019 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 @@ -16,16 +16,14 @@ # -%global vertag M9 -%global verbase 2.0 Name: qdox -Version: %{verbase}.%{vertag} +Version: 2.0.0 Release: 0 Summary: Tool to extract class/interface/method definitions from sources License: Apache-2.0 Group: Development/Libraries/Java URL: https://github.com/paul-hammant/qdox -Source0: http://repo2.maven.org/maven2/com/thoughtworks/qdox/qdox/%{verbase}-%{vertag}/%{name}-%{verbase}-%{vertag}-project.tar.gz +Source0: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/%{version}/%{name}-%{version}-project.tar.bz2 Source1: qdox-MANIFEST.MF BuildRequires: byaccj BuildRequires: fdupes @@ -48,11 +46,12 @@ API docs for %{name}. %prep -%setup -q -n %{name}-%{verbase}-%{vertag} +%setup -q find -name *.jar -delete find -name *.class -delete rm -rf bootstrap - +# Fix line endings +sed -i "s|\r||" README.md # We don't need these plugins %pom_remove_plugin :animal-sniffer-maven-plugin %pom_remove_plugin :maven-failsafe-plugin @@ -87,10 +86,10 @@ mkdir -p build/classes javac -d build/classes -source 6 -target 6 \ $(find src/main/java -name \*.java) -jar cf build/%{name}-%{verbase}-%{vertag}.jar -C build/classes . +jar cf build/%{name}-%{version}.jar -C build/classes . # Inject OSGi manifests -jar ufm build/%{name}-%{verbase}-%{vertag}.jar %{SOURCE1} +jar ufm build/%{name}-%{version}.jar %{SOURCE1} mkdir -p build/apidoc javadoc -d build/apidoc -source 6 -notimestamp $(find src/main/java -name \*.java) @@ -98,7 +97,7 @@ %install # jar install -dm 0755 %{buildroot}%{_javadir} -install -pm 0644 build/%{name}-%{verbase}-%{vertag}.jar %{buildroot}%{_javadir}/%{name}.jar +install -pm 0644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar # pom install -dm 0755 %{buildroot}%{_mavenpomdir} install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
