Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package velocity-engine for openSUSE:Factory
checked in at 2022-04-20 16:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velocity-engine (Old)
and /work/SRC/openSUSE:Factory/.velocity-engine.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velocity-engine"
Wed Apr 20 16:54:46 2022 rev:3 rq:970687 version:2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/velocity-engine/velocity-engine.changes
2021-12-14 22:02:07.807145667 +0100
+++
/work/SRC/openSUSE:Factory/.velocity-engine.new.1941/velocity-engine.changes
2022-04-20 16:54:49.118482295 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 18:24:25 UTC 2022 - Stefan Bluhm <[email protected]>
+
+- Adapted for Enterprise Linux build.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ velocity-engine.spec ++++++
--- /var/tmp/diff_new_pack.OlSxOy/_old 2022-04-20 16:54:49.898483023 +0200
+++ /var/tmp/diff_new_pack.OlSxOy/_new 2022-04-20 16:54:49.906483031 +0200
@@ -47,7 +47,12 @@
Source0: %{name}-%{version}.tar.xz
Patch1: build.patch
BuildRequires: fdupes
+BuildRequires: junit
BuildRequires: maven-local
+%if 0%{?rhel} >=9
+BuildRequires: xmvn-tools
+BuildRequires: xmvn-minimal
+%endif
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
BuildRequires: mvn(commons-io:commons-io)
BuildRequires: mvn(org.apache.commons:commons-lang3)
@@ -126,6 +131,10 @@
%pom_remove_plugin org.codehaus.mojo:templating-maven-plugin
velocity-engine-core
%pom_remove_plugin com.google.code.maven-replacer-plugin:replacer
velocity-engine-core
%pom_remove_plugin :maven-clean-plugin velocity-custom-parser-example
+%if 0%{?rhel}
+%pom_remove_plugin org.apache.maven.plugins:maven-javadoc-plugin
+%pom_remove_parent
+%endif
%pom_xpath_inject '/pom:project' '<groupId>org.apache.velocity</groupId>'
%pom_xpath_inject
'pom:plugins/pom:plugin[pom:artifactId/text()="maven-compiler-plugin"]'
'<version>3.8.1</version>'
@@ -159,6 +168,8 @@
%files -n velocity-custom-parser-example -f
.mfiles-velocity-custom-parser-example
%license LICENSE NOTICE
+%if ! 0%{?rhel}
%files javadoc -f .mfiles-javadoc
+%endif
%changelog