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-02-22 21:00:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tycho (Old) and /work/SRC/openSUSE:Factory/.tycho.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tycho" Thu Feb 22 21:00:02 2024 rev:15 rq:1149202 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tycho/tycho.changes 2024-02-21 18:00:59.121218675 +0100 +++ /work/SRC/openSUSE:Factory/.tycho.new.1706/tycho.changes 2024-02-22 21:01:12.449067414 +0100 @@ -1,0 +2,7 @@ +Thu Feb 22 07:57:05 UTC 2024 - Fridrich Strba <[email protected]> + +- Added patch: + * tycho-surefire.patch + + fix build against maven-surefire >= 2.22.1 + +------------------------------------------------------------------- New: ---- tycho-surefire.patch BETA DEBUG BEGIN: New:- Added patch: * tycho-surefire.patch + fix build against maven-surefire >= 2.22.1 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tycho.spec ++++++ --- /var/tmp/diff_new_pack.7tSJxH/_old 2024-02-22 21:01:13.357100610 +0100 +++ /var/tmp/diff_new_pack.7tSJxH/_new 2024-02-22 21:01:13.357100610 +0100 @@ -68,6 +68,7 @@ Patch9: tycho-plexus-compiler-2.13.patch Patch10: tycho-sourcetarget.patch Patch11: tycho-getTimestamp.patch +Patch12: tycho-surefire.patch Patch100: fedoraproject-p2-bootstrap-fix.patch BuildRequires: bash BuildRequires: fdupes @@ -90,7 +91,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-install-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) -BuildRequires: mvn(org.apache.maven.surefire:maven-surefire-common) +BuildRequires: mvn(org.apache.maven.surefire:maven-surefire-common) >= 2.22.1 BuildRequires: mvn(org.apache.maven.surefire:surefire-api) BuildRequires: mvn(org.apache.maven.surefire:surefire-junit3) BuildRequires: mvn(org.apache.maven.surefire:surefire-testng-utils) @@ -218,6 +219,7 @@ %patch -P 9 -p1 %patch -P 10 -p1 %patch -P 11 -p1 +%patch -P 12 -p1 %patch -P 100 # Unneeded for RPM builds ++++++ tycho-surefire.patch ++++++ --- org.eclipse.tycho-tycho-1.6.0/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java 2024-02-22 08:27:09.040344970 +0100 +++ org.eclipse.tycho-tycho-1.6.0/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java 2024-02-22 08:42:48.709870381 +0100 @@ -27,6 +27,7 @@ import org.apache.maven.plugin.surefire.StartupReportConfiguration; import org.apache.maven.plugin.surefire.log.api.PrintStreamLogger; +import org.apache.maven.plugin.surefire.report.ConsoleReporter; import org.apache.maven.plugin.surefire.report.DefaultReporterFactory; import org.apache.maven.surefire.booter.BooterConstants; import org.apache.maven.surefire.booter.ClassLoaderConfiguration; @@ -104,8 +105,8 @@ extractProviderProperties(testProps), null, false, Collections.<CommandLineOption> emptyList(), skipAfterFailureCount, Shutdown.DEFAULT, 30); StartupReportConfiguration startupReportConfig = new StartupReportConfiguration(useFile, printSummary, - StartupReportConfiguration.PLAIN_REPORT_FORMAT, redirectTestOutputToFile, disableXmlReport, reportsDir, - trimStackTrace, null, new File(reportsDir, "TESTHASH"), false, rerunFailingTestsCount, XSD, null); + ConsoleReporter.PLAIN, redirectTestOutputToFile, disableXmlReport, reportsDir, + trimStackTrace, null, new File(reportsDir, "TESTHASH"), false, rerunFailingTestsCount, XSD, null, false); ReporterFactory reporterFactory = new DefaultReporterFactory(startupReportConfig, new PrintStreamLogger(startupReportConfig.getOriginalSystemOut())); // API indicates we should use testClassLoader below but surefire also tries
