Hello community, here is the log from the commit of package slf4j for openSUSE:Factory checked in at 2019-10-07 13:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slf4j (Old) and /work/SRC/openSUSE:Factory/.slf4j.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slf4j" Mon Oct 7 13:42:11 2019 rev:21 rq:735438 version:1.7.25 Changes: -------- --- /work/SRC/openSUSE:Factory/slf4j/slf4j-sources.changes 2019-10-03 16:15:37.436859912 +0200 +++ /work/SRC/openSUSE:Factory/.slf4j.new.2352/slf4j-sources.changes 2019-10-07 13:42:15.696137708 +0200 @@ -1,0 +2,6 @@ +Sat Oct 5 12:59:06 UTC 2019 - Fridrich Strba <[email protected]> + +- Remove references to parent from all pom files +- Avoid dependencies without version tag + +------------------------------------------------------------------- slf4j.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slf4j.spec ++++++ --- /var/tmp/diff_new_pack.HIWG5f/_old 2019-10-07 13:42:16.416135717 +0200 +++ /var/tmp/diff_new_pack.HIWG5f/_new 2019-10-07 13:42:16.420135706 +0200 @@ -163,6 +163,8 @@ # # Reported upstream: http://bugzilla.slf4j.org/show_bug.cgi?id=283 sed -i "/Import-Package/s/.$/;resolution:=optional&/" slf4j-api/src/main/resources/META-INF/MANIFEST.MF +%pom_change_dep -r -f ::::: ::::: + %build export CLASSPATH=$(build-classpath log4j12/log4j-12 \ commons-logging \ @@ -190,14 +192,20 @@ # poms install -d -m 755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/parent.pom for i in api ext jcl jdk14 log4j12 nop simple; do + %pom_remove_parent slf4j-${i} + %pom_xpath_inject "pom:project" " + <groupId>org.slf4j</groupId> + <version>%{version}</version>" slf4j-${i} install -pm 644 slf4j-${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom done for i in jcl-over-slf4j jul-to-slf4j log4j-over-slf4j; do + %pom_remove_parent ${i} + %pom_xpath_inject "pom:project" " + <groupId>org.slf4j</groupId> + <version>%{version}</version>" ${i} install -pm 644 ${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom done -%add_maven_depmap %{name}/parent.pom for i in api nop simple; do %add_maven_depmap %{name}/${i}.pom %{name}/${i}.jar done
