Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-digester3 for
openSUSE:Factory checked in at 2026-04-01 19:51:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-digester3 (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-digester3.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-digester3"
Wed Apr 1 19:51:57 2026 rev:3 rq:1344000 version:3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-digester3/apache-commons-digester3.changes
2025-11-12 21:15:58.022106673 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-digester3.new.21863/apache-commons-digester3.changes
2026-04-01 19:53:23.712025410 +0200
@@ -1,0 +2,6 @@
+Tue Mar 31 20:10:19 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Rewrite the build system for ant in order to avoid build cycles
+ through velocity-tools and maven-doxia-sitetools
+
+-------------------------------------------------------------------
New:
----
apache-commons-digester3-build.xml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-digester3.spec ++++++
--- /var/tmp/diff_new_pack.rXmHg1/_old 2026-04-01 19:53:24.812071101 +0200
+++ /var/tmp/diff_new_pack.rXmHg1/_new 2026-04-01 19:53:24.812071101 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-digester3
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,17 +25,15 @@
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://commons.apache.org/proper/commons-digester/
-Source:
https://mirror.linux-ia64.org/apache/commons/digester/source/%{short_name}-%{version}-src.tar.gz
+Source0:
https://archive.apache.org/dist/commons/digester/source/%{short_name}-%{version}-src.tar.gz
+Source1: %{name}-build.xml
+BuildRequires: ant
+BuildRequires: apache-commons-beanutils
+BuildRequires: apache-commons-logging
+BuildRequires: cglib
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
-BuildRequires: maven-local
-BuildRequires: mvn(cglib:cglib)
-BuildRequires: mvn(commons-beanutils:commons-beanutils)
-BuildRequires: mvn(commons-logging:commons-logging)
-BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
-BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
-BuildRequires: mvn(org.apache.maven.wagon:wagon-ssh)
+BuildRequires: javapackages-local >= 6
BuildArch: noarch
%description
@@ -52,25 +50,37 @@
%prep
%setup -q -n %{short_name}-%{version}-src
+cp %{SOURCE1} build.xml
%pom_remove_plugin org.sonatype.plugins:jarjar-maven-plugin
%pom_remove_plugin :maven-jar-plugin
-%{mvn_file} : %{name} %{short_name}
%build
-%{mvn_build} -f -- \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=8 \
-%endif
- -Dmaven.compiler.{source,target}=8
+mkdir -p lib
+build-jar-repository -s lib \
+ apache-commons-logging-api \
+ cglib/cglib \
+ commons-beanutils
+ant jar javadoc
%install
-%mvn_install
+install -dm 0755 %{buildroot}%{_javadir}
+install -pm 0644 target/%{short_name}-%{version}.jar
%{buildroot}%{_javadir}/%{short_name}.jar
+ln -sf %{short_name}.jar %{buildroot}%{_javadir}/%{name}.jar
+# pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%add_maven_depmap %{short_name}.pom %{short_name}.jar
+# javadoc
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
+%{_javadir}/%{name}.jar
%license LICENSE.txt NOTICE.txt
%doc RELEASE-NOTES.txt
-%files javadoc -f .mfiles-javadoc
+%files javadoc
+%{_javadocdir}/%{name}
%license LICENSE.txt NOTICE.txt
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.rXmHg1/_old 2026-04-01 19:53:24.920075588 +0200
+++ /var/tmp/diff_new_pack.rXmHg1/_new 2026-04-01 19:53:24.964077415 +0200
@@ -1,6 +1,6 @@
-mtime: 1762937051
-commit: ca1b3ae6675185371a4bbcbe848adf3601196ea1eed34e5e6221347d17b3a851
+mtime: 1774988602
+commit: e18d42e513e4117c51d94d872ad4caa6e3ab7c21ba81f2df06c6b3a8eef9ce8c
url: https://src.opensuse.org/java-packages/apache-commons-digester3.git
-revision: ca1b3ae6675185371a4bbcbe848adf3601196ea1eed34e5e6221347d17b3a851
+revision: e18d42e513e4117c51d94d872ad4caa6e3ab7c21ba81f2df06c6b3a8eef9ce8c
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
++++++ apache-commons-digester3-build.xml ++++++
<?xml version="1.0" encoding="UTF-8"?>
<project name="commons-digester3" default="package" basedir=".">
<!-- ======================================================================
-->
<!-- Build environment properties
-->
<!-- ======================================================================
-->
<property file="maven-build.properties"/>
<property name="project.groupId" value="org.apache.commons"/>
<property name="project.artifactId" value="commons-digester3"/>
<property name="project.version" value="3.2"/>
<property name="project.name" value="Apache Commons Digester"/>
<property name="project.description" value="The Apache Commons Digester
package
lets you configure an XML to Java object mapping module which triggers certain
actions
called rules whenever a particular pattern of nested XML elements is
recognized."/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
<property name="bundle.symbolicName"
value="${project.groupId}.${project.artifactId}"/>
<property name="spec.version" value="${project.version}"/>
<property name="bundle.version" value="${project.version}.0"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName"
value="${project.artifactId}-${project.version}"/>
<property name="build.dir" value="target"/>
<property name="build.outputDir" value="${build.dir}/classes"/>
<property name="build.srcDir" value="src/main/java"/>
<property name="build.resourceDir.0" value="."/>
<property name="build.resourceDir.1" value="src/main/resources"/>
<property name="reporting.outputDirectory" value="${build.dir}/site"/>
<!-- ======================================================================
-->
<!-- Defining classpaths
-->
<!-- ======================================================================
-->
<path id="build.classpath">
<fileset dir="lib">
<include name="**/*.jar"/>
</fileset>
</path>
<!-- ======================================================================
-->
<!-- Cleaning up target
-->
<!-- ======================================================================
-->
<target name="clean" description="Clean the output directory">
<delete dir="${build.dir}"/>
</target>
<!-- ======================================================================
-->
<!-- Compilation target
-->
<!-- ======================================================================
-->
<target name="compile" description="Compile the code">
<mkdir dir="${build.outputDir}"/>
<javac destdir="${build.outputDir}"
encoding="UTF-8"
nowarn="false"
debug="true"
optimize="false"
deprecation="true"
target="${compiler.target}"
release="${compiler.release}"
verbose="false"
fork="false"
source="${compiler.source}">
<src>
<pathelement location="${build.srcDir}"/>
</src>
<classpath refid="build.classpath"/>
</javac>
<mkdir dir="${build.outputDir}/META-INF"/>
<copy todir="${build.outputDir}/META-INF">
<fileset dir="${build.resourceDir.0}">
<include name="NOTICE.txt"/>
<include name="LICENSE.txt"/>
</fileset>
</copy>
<copy todir="${build.outputDir}">
<fileset dir="${build.resourceDir.1}">
<include name="**/*.dtd"/>
</fileset>
</copy>
</target>
<!-- ======================================================================
-->
<!-- Javadoc target
-->
<!-- ======================================================================
-->
<target name="javadoc" description="Generates the Javadoc of the application">
<javadoc sourcepath="${build.srcDir}"
packagenames="*"
destdir="${reporting.outputDirectory}/apidocs"
access="protected"
verbose="false"
encoding="UTF-8"
version="true"
use="true"
author="true"
splitindex="false"
nodeprecated="false"
nodeprecatedlist="false"
notree="false"
noindex="false"
nohelp="false"
nonavbar="false"
serialwarn="false"
docencoding="UTF-8"
source="${compiler.source}"
linksource="true"
breakiterator="false">
<classpath refid="build.classpath"/>
</javadoc>
</target>
<!-- ======================================================================
-->
<!-- Package target
-->
<!-- ======================================================================
-->
<target name="package" depends="compile" description="Package the
application">
<jar jarfile="${build.dir}/${build.finalName}.jar"
compress="true"
index="false"
basedir="${build.outputDir}"
excludes="**/package.html">
<manifest>
<attribute name="Bundle-Description"
value="${project.description}"/>
<attribute name="Bundle-License"
value="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
<attribute name="Bundle-ManifestVersion" value="2"/>
<attribute name="Bundle-Name" value="${project.name}"/>
<attribute name="Bundle-SymbolicName"
value="${bundle.symbolicName}"/>
<attribute name="Bundle-Vendor"
value="${project.organization.name}"/>
<attribute name="Bundle-Version" value="${bundle.version}"/>
<attribute name="Export-Package"
value="org.apache.commons.digester3.annotations.handlers;version="${project.version}";uses:="org.apache.commons.digester3.annotations,org.apache.commons.digester3.annotations.reflect,org.apache.commons.digester3.annotations.rules,org.apache.commons.digester3.binder",org.apache.commons.digester3.annotations.reflect;version="${project.version}",org.apache.commons.digester3.annotations.rules;version="${project.version}";uses:="org.apache.commons.digester3,org.apache.commons.digester3.annotations,org.apache.commons.digester3.annotations.handlers,org.xml.sax",org.apache.commons.digester3.annotations.utils;version="${project.version}",org.apache.commons.digester3.annotations;version="${project.version}";uses:="org.apache.commons.digester3,org.apache.commons.digester3.binder",org.apache.commons.digester3.binder;version="${project.version}";uses:="javax.xml.parser
s,javax.xml.validation,org.apache.commons.digester3,org.apache.commons.digester3.plugins,org.xml.sax",org.apache.commons.digester3.plugins.strategies;version="${project.version}";uses:="org.apache.commons.digester3,org.apache.commons.digester3.plugins",org.apache.commons.digester3.plugins;version="${project.version}";uses:="org.apache.commons.digester3,org.xml.sax",org.apache.commons.digester3.substitution;version="${project.version}";uses:="org.apache.commons.digester3,org.xml.sax",org.apache.commons.digester3.xmlrules;version="${project.version}";uses:="org.apache.commons.digester3.binder,org.xml.sax",org.apache.commons.digester3;version="${project.version}";uses:="javax.xml.parsers,javax.xml.validation,org.apache.commons.logging,org.xml.sax,org.xml.sax.helpers""/>
<attribute name="Implementation-Title" value="${project.name}"/>
<attribute name="Implementation-Vendor-Id" value="org.apache"/>
<attribute name="Implementation-Vendor"
value="${project.organization.name}"/>
<attribute name="Implementation-Version"
value="${project.version}"/>
<attribute name="Import-Package"
value="javax.xml.parsers,javax.xml.validation,net.sf.cglib.proxy,org.apache.commons.beanutils,org.apache.commons.logging,org.apache.commons.logging.impl,org.w3c.dom,org.xml.sax,org.xml.sax.helpers"/>
<attribute name="Include-Resource"
value="META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt,org/apache/commons/digester3/xmlrules/digester-rules.dtd=src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd"/>
<attribute name="Require-Capability"
value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${compiler.target}))""/>
<attribute name="Specification-Title" value="${project.name}"/>
<attribute name="Specification-Vendor"
value="${project.organization.name}"/>
<attribute name="Specification-Version"
value="${spec.version}"/>
</manifest>
</jar>
</target>
<!-- ======================================================================
-->
<!-- A dummy target for the package named after the type it creates
-->
<!-- ======================================================================
-->
<target name="jar" depends="package" description="Builds the jar for the
application"/>
</project>
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-03-31 22:25:18.000000000 +0200
@@ -0,0 +1 @@
+.osc