Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2024-01-29 22:26:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Mon Jan 29 22:26:36 2024 rev:93 rq:1141954 version:1.10.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes    2023-09-12 
21:02:12.602734554 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new.1815/ant-antlr.changes  2024-01-29 
22:26:38.460280109 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 20:37:50 UTC 2024 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Add forgotten univocity-parsers to
+  %{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests
+  annotated with @CsvSource and @CsvFileSource)
+
+-------------------------------------------------------------------
ant-junit.changes: same change
ant-junit5.changes: same change
ant.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.g1L0w0/_old  2024-01-29 22:26:39.636322736 +0100
+++ /var/tmp/diff_new_pack.g1L0w0/_new  2024-01-29 22:26:39.640322881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-antlr
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -48,7 +48,7 @@
 Patch7:         reproducible-propertyfile-task.patch
 BuildRequires:  antlr-bootstrap
 BuildRequires:  java-devel >= 1.8
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis
@@ -521,10 +521,7 @@
   fi
 
   #install pom
-  if [ "$jarname" != ant-bootstrap ]; then
-    %pom_remove_parent src/etc/poms/${jarname}/pom.xml
-  fi
-  install -m 644 src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
+  %{mvn_install_pom} src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   if [ "$jarname" = ant-launcher ]; then
     %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
   elif [ "$jarname" = ant-jmf ]; then
@@ -587,7 +584,7 @@
 %endif
 
 %if %{with junit5}
-echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > 
%{buildroot}%{_sysconfdir}/ant.d/junitlauncher
+echo "junit5 hamcrest/core junit opentest4j univocity-parsers 
ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
 %endif
 
 %if %{with antlr}

++++++ ant-junit.spec ++++++
--- /var/tmp/diff_new_pack.g1L0w0/_old  2024-01-29 22:26:39.668323896 +0100
+++ /var/tmp/diff_new_pack.g1L0w0/_new  2024-01-29 22:26:39.668323896 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-junit
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -48,7 +48,7 @@
 Patch7:         reproducible-propertyfile-task.patch
 BuildRequires:  antlr-bootstrap
 BuildRequires:  java-devel >= 1.8
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis
@@ -521,10 +521,7 @@
   fi
 
   #install pom
-  if [ "$jarname" != ant-bootstrap ]; then
-    %pom_remove_parent src/etc/poms/${jarname}/pom.xml
-  fi
-  install -m 644 src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
+  %{mvn_install_pom} src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   if [ "$jarname" = ant-launcher ]; then
     %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
   elif [ "$jarname" = ant-jmf ]; then
@@ -587,7 +584,7 @@
 %endif
 
 %if %{with junit5}
-echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > 
%{buildroot}%{_sysconfdir}/ant.d/junitlauncher
+echo "junit5 hamcrest/core junit opentest4j univocity-parsers 
ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
 %endif
 
 %if %{with antlr}

++++++ ant-junit5.spec ++++++
--- /var/tmp/diff_new_pack.g1L0w0/_old  2024-01-29 22:26:39.696324911 +0100
+++ /var/tmp/diff_new_pack.g1L0w0/_new  2024-01-29 22:26:39.696324911 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-junit5
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -48,7 +48,7 @@
 Patch7:         reproducible-propertyfile-task.patch
 BuildRequires:  antlr-bootstrap
 BuildRequires:  java-devel >= 1.8
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis
@@ -521,10 +521,7 @@
   fi
 
   #install pom
-  if [ "$jarname" != ant-bootstrap ]; then
-    %pom_remove_parent src/etc/poms/${jarname}/pom.xml
-  fi
-  install -m 644 src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
+  %{mvn_install_pom} src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   if [ "$jarname" = ant-launcher ]; then
     %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
   elif [ "$jarname" = ant-jmf ]; then
@@ -587,7 +584,7 @@
 %endif
 
 %if %{with junit5}
-echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > 
%{buildroot}%{_sysconfdir}/ant.d/junitlauncher
+echo "junit5 hamcrest/core junit opentest4j univocity-parsers 
ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
 %endif
 
 %if %{with antlr}

++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.g1L0w0/_old  2024-01-29 22:26:39.724325925 +0100
+++ /var/tmp/diff_new_pack.g1L0w0/_new  2024-01-29 22:26:39.724325925 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ant
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -47,7 +47,7 @@
 Patch7:         reproducible-propertyfile-task.patch
 BuildRequires:  antlr-bootstrap
 BuildRequires:  java-devel >= 1.8
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis
@@ -520,10 +520,7 @@
   fi
 
   #install pom
-  if [ "$jarname" != ant-bootstrap ]; then
-    %pom_remove_parent src/etc/poms/${jarname}/pom.xml
-  fi
-  install -m 644 src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
+  %{mvn_install_pom} src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   if [ "$jarname" = ant-launcher ]; then
     %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
   elif [ "$jarname" = ant-jmf ]; then
@@ -586,7 +583,7 @@
 %endif
 
 %if %{with junit5}
-echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > 
%{buildroot}%{_sysconfdir}/ant.d/junitlauncher
+echo "junit5 hamcrest/core junit opentest4j univocity-parsers 
ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
 %endif
 
 %if %{with antlr}

Reply via email to