Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tycho for openSUSE:Factory checked in at 2024-04-03 17:19:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tycho (Old) and /work/SRC/openSUSE:Factory/.tycho.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tycho" Wed Apr 3 17:19:41 2024 rev:17 rq:1164203 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tycho/tycho.changes 2024-02-29 21:52:56.779654474 +0100 +++ /work/SRC/openSUSE:Factory/.tycho.new.1905/tycho.changes 2024-04-03 17:21:03.874931419 +0200 @@ -1,0 +2,6 @@ +Tue Apr 2 17:35:47 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Add dependency on plexus-xml where relevant + * this will be needed for smooth upgrade to plexus-utils 4.0.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tycho.spec ++++++ --- /var/tmp/diff_new_pack.p9zgut/_old 2024-04-03 17:21:05.670997656 +0200 +++ /var/tmp/diff_new_pack.p9zgut/_new 2024-04-03 17:21:05.678997952 +0200 @@ -107,6 +107,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations) BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) BuildRequires: mvn(org.codehaus.plexus:plexus-utils) +BuildRequires: mvn(org.codehaus.plexus:plexus-xml) BuildRequires: mvn(org.eclipse.jdt:ecj) BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus) BuildRequires: mvn(org.fedoraproject.xmvn:xmvn-api) @@ -272,6 +273,25 @@ %pom_disable_module tycho-testing-harness %pom_remove_dep -r :::test +for i in \ + tycho-artifactcomparator \ + tycho-compiler-plugin \ + tycho-core \ + tycho-metadata-model \ + tycho-pomgenerator-plugin \ + tycho-source-plugin \ + tycho-testing-harness; do + %pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 ${i} +done + +for i in \ + tycho-buildtimestamp-jgit \ + tycho-custom-bundle-plugin \ + tycho-pomless \ + tycho-source-feature-plugin; do + %pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 tycho-extras/${i} +done + # Bootstrap Build %if %{with bootstrap}