Hello community, here is the log from the commit of package objenesis for openSUSE:Factory checked in at 2019-10-07 13:46:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/objenesis (Old) and /work/SRC/openSUSE:Factory/.objenesis.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "objenesis" Mon Oct 7 13:46:28 2019 rev:3 rq:735442 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/objenesis/objenesis.changes 2019-03-18 10:42:46.711168896 +0100 +++ /work/SRC/openSUSE:Factory/.objenesis.new.2352/objenesis.changes 2019-10-07 14:14:02.342902496 +0200 @@ -1,0 +2,5 @@ +Sat Oct 5 16:35:26 UTC 2019 - Fridrich Strba <[email protected]> + +- Remove all reference to parent from pom files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ objenesis.spec ++++++ --- /var/tmp/diff_new_pack.NiBBFA/_old 2019-10-07 14:14:02.678901574 +0200 +++ /var/tmp/diff_new_pack.NiBBFA/_new 2019-10-07 14:14:02.682901563 +0200 @@ -82,6 +82,11 @@ %pom_xpath_remove pom:build/pom:extensions +for i in main tck; do + %pom_remove_parent ${i} + %pom_xpath_inject "pom:project" "<groupId>org.objenesis</groupId><version>%{version}</version>" ${i} +done + %build mkdir -p main/build/classes javac -d main/build/classes -source 6 -target 6 -encoding utf-8 \ @@ -131,10 +136,8 @@ # poms install -dm 755 %{buildroot}%{_mavenpomdir}/%{name} -install -m 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}-parent.pom install -m 0644 main/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom install -m 0644 tck/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}-tck.pom -%add_maven_depmap %{name}/%{name}-parent.pom %add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar %add_maven_depmap %{name}/%{name}-tck.pom %{name}/%{name}-tck.jar
