Hello community, here is the log from the commit of package jsr-305 for openSUSE:Factory checked in at 2019-10-07 13:46:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jsr-305 (Old) and /work/SRC/openSUSE:Factory/.jsr-305.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jsr-305" Mon Oct 7 13:46:19 2019 rev:18 rq:735437 version:0.1+20130910 Changes: -------- --- /work/SRC/openSUSE:Factory/jsr-305/jsr-305.changes 2019-03-14 15:02:06.995683767 +0100 +++ /work/SRC/openSUSE:Factory/.jsr-305.new.2352/jsr-305.changes 2019-10-07 14:13:59.938909095 +0200 @@ -1,0 +2,5 @@ +Sat Oct 5 12:51:38 UTC 2019 - Fridrich Strba <[email protected]> + +- Remove references to parent from all pom files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jsr-305.spec ++++++ --- /var/tmp/diff_new_pack.OnfTFR/_old 2019-10-07 14:14:00.686907042 +0200 +++ /var/tmp/diff_new_pack.OnfTFR/_new 2019-10-07 14:14:00.686907042 +0200 @@ -63,6 +63,10 @@ # do not build sampleUses module - it causes Javadoc generation to fail %pom_disable_module sampleUses +for module in ri tcl sampleUses proposedAnnotations; do + %pom_remove_parent ${module} +done + %build export OPT_JAR_LIST=: export CLASSPATH= @@ -79,8 +83,6 @@ # poms install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom -%add_maven_depmap %{name}/%{name}.pom install -pm 0644 ri/pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom %add_maven_depmap %{name}.pom %{name}.jar -a com.google.code.findbugs:jsr305
