Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Leap:15.2 checked in at 2020-02-05 07:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/apache-commons-codec (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.apache-commons-codec.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-codec"

Wed Feb  5 07:22:56 2020 rev:18 rq:762695 version:1.11

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/apache-commons-codec/apache-commons-codec.changes  
    2020-01-15 14:46:57.825276717 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.apache-commons-codec.new.26092/apache-commons-codec.changes
   2020-02-05 07:23:00.122584570 +0100
@@ -1,0 +2,87 @@
+Mon Mar 25 17:23:20 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Remove pom parent, since we don't use it when not building with
+  maven
+
+-------------------------------------------------------------------
+Fri Feb 15 15:39:31 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Update to version 1.11
+  * New features:
+    + Add Automatic-Module-Name manifest entry for Java 9.
+       Fixes CODEC-242.
+    + Add BaseNCodec.encode(byte[], int, int) input with offset and
+      length parameters for Base64 and Base32. Fixes CODEC-202.
+    + Add convenience API org.apache.commons.codec.binary.Hex.
+      .encodeHexString(byte[]|ByteBuffer, boolean).
+      Fixes CODEC-224.
+    + Add convenience method decodeHex(String). Fixes CODEC-203.
+    + Add DigestUtils.getDigest(String, MessageDigest).
+      Fixes CODEC-210.
+    + Add faster CRC32 implementation. Fixes CODEC-205.
+    + Add HmacAlgorithms.HMAC_SHA_224 (Java 8 only).
+      Fixes CODEC-217.
+    + Add java.io.File APIs to MessageDigestAlgorithm.
+      Fixes CODEC-206.
+    + Add support for CRC32-C. Fixes CODEC-171.
+    + Add support for XXHash32. Fixes CODEC-241.
+    + BaseNCodecOutputStream only supports writing EOF on close().
+      Fixes CODEC-183.
+    + Create a minimal Digest command line utility:
+      org.apache.commons.codec.digest.Digest. Fixes CODEC-212.
+    + Fluent interface for DigestUtils. Fixes CODEC-220.
+    + Fluent interface for HmacUtils. Fixes CODEC-222.
+    + Make some DigestUtils APIs public. Fixes CODEC-208.
+    + Support java.nio.ByteBuffer in DigestUtils. Fixes CODEC-193.
+    + Support java.nio.ByteBuffer in 
+      org.apache.commons.codec.binary.Hex. Fixes CODEC-194.
+    + Support JEP 287: SHA-3 Hash Algorithms. Fixes CODEC-213.
+    + Support SHA-224 in DigestUtils on Java 8. Fixes CODEC-195.
+  * Removed feature:
+    + Drop obsolete Ant build. Fixes CODEC-223.
+  * Changes:
+    + Base32.decode should support lowercase letters.
+         Fixes CODEC-234.
+    + HmacUtils.updateHmac calls reset() unnecessarily.
+         Fixes CODEC-221.
+    + Soundex should support more algorithm variants.
+         Fixes CODEC-233.
+  * Fixed bugs:  
+    + Base32.HEX_DECODE_TABLE contains the wrong value 32.
+         Fixes CODEC-200.
+    + Base64.encodeBase64String could better use newStringUsAscii
+         (ditto encodeBase64URLSafeString). Fixes CODEC-145.
+    + BaseNCodec: encodeToString and encodeAsString methods are
+         identical. Fixes CODEC-144.
+    + Bug in HW rule in Soundex. Fixes CODEC-199.
+    + Charsets Javadoc breaks build when using Java 8.
+         Fixes CODEC-207.
+    + Don't deprecate Charsets Charset constants in favor of
+         Java 7's java.nio.charset.StandardCharsets. Fixes CODEC-219.
+    + Fix minor resource leaks. Fixes CODEC-225.
+    + Javadoc for SHA-224 DigestUtils methods should mention
+         Java 1.8.0 restriction instead of 1.4.0. Fixes CODEC-209.
+    + StringUtils.equals(CharSequence cs1, CharSequence cs2) can
+         fail with String Index OBE. Fixes CODEC-231.
+    + StringUtils.newStringxxx(null) should return null, not NPE.
+         Fixes CODEC-229.
+    + URLCodec is neither immutable nor threadsafe.
+         Fixes CODEC-232.
+    + URLCodec.WWW_FORM_URL should be private. Fixes CODEC-230.
+- Generate the Ant build file and use it
+- Add an option --with tests and don't run tests by default. This
+  diminshes the number of dependencies and speeds-up the build.
+  
+-------------------------------------------------------------------
+Tue Feb  5 12:21:12 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Clean-up the spec file
+
+-------------------------------------------------------------------
+Tue May 15 07:32:20 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+-------------------------------------------------------------------

Old:
----
  MANIFEST.MF
  commons-codec-1.10-src.tar.gz

New:
----
  apache-commons-codec-build.xml
  aspell-mail.txt
  commons-codec-1.11-src.tar.gz

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

Other differences:
------------------
++++++ apache-commons-codec.spec ++++++
--- /var/tmp/diff_new_pack.wkB0Au/_old  2020-02-05 07:23:01.022584949 +0100
+++ /var/tmp/diff_new_pack.wkB0Au/_new  2020-02-05 07:23:01.026584951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,38 +13,45 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define base_name  codec
 %define short_name commons-%{base_name}
+%bcond_with tests
 Name:           apache-commons-codec
-Version:        1.10
+Version:        1.11
 Release:        0
 Summary:        Apache Commons Codec Package
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-Url:            http://commons.apache.org/codec/
-Source0:        
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
-Source4:        MANIFEST.MF
+URL:            http://commons.apache.org/codec/
+Source0:        
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
+Source1:        %{name}-build.xml
+# Data in DoubleMetaphoneTest.java originally has an inadmissible license.
+# The author gives MIT in e-mail communication.
+Source100:      aspell-mail.txt
 # PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
 Patch0:         timeout.patch
-BuildRequires:  ant >= 1.7
-BuildRequires:  ant-junit >= 1.7
+BuildRequires:  ant
+BuildRequires:  dos2unix
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
-# FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
-#        this should be a dependency of openjdk itself
-BuildRequires:  junit
-BuildRequires:  mozilla-nss
-Requires:       java >= 1.6.0
+Requires:       java >= 1.8
 Provides:       jakarta-%{short_name} = %{version}
 Obsoletes:      jakarta-%{short_name} < %{version}
 Provides:       %{short_name} = %{version}
 Obsoletes:      %{short_name} < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+%if %{with tests}
+BuildRequires:  ant-junit >= 1.7
+BuildRequires:  apache-commons-lang3
+BuildRequires:  hamcrest-core
+BuildRequires:  junit
+BuildRequires:  mozilla-nss
+%endif
 
 %description
 Commons Codec is an attempt to provide definitive implementations of
@@ -52,8 +59,7 @@
 
 %package        javadoc
 Summary:        Javadoc for %{name}
-Group:          Development/Libraries/Java
-Requires:       java-javadoc
+Group:          Documentation/HTML
 Provides:       jakarta-%{short_name}-javadoc = %{version}
 Obsoletes:      jakarta-%{short_name}-javadoc < %{version}
 Provides:       %{short_name}-javadoc = %{version}
@@ -64,77 +70,53 @@
 
 %prep
 %setup -q -n %{short_name}-%{version}-src
+cp %{SOURCE1} build.xml
+cp %{SOURCE100} aspell-mail.txt
 %patch0 -p1
 
 #fixes eof encoding
-sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
+dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
+
+%pom_remove_parent .
 
 %build
-%if %with maven
-export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
-mkdir -p ${MAVEN_REPO_LOCAL}
-export MAVEN_OPTS="-Dmaven2.jpp.mode=true -Dmaven2.jpp.depmap.file=%{SOURCE2} 
-Dmaven.repo.local=${MAVEN_REPO_LOCAL} -Dproject.build.directory=$(pwd)/target"
-%{_bindir}/mvn-jpp \
-        -e \
-        -s $(pwd)/settings.xml \
-        install javadoc:javadoc
-%else
-
-export CLASSPATH=$(build-classpath junit)
-ant -Dbuild.sysclasspath=first \
-  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-  -Dconf.home=src/conf \
-  -Dbuild.home=build \
-  -Dsource.home=src/main/java \
-  -Dtest.home=src/test/java \
-  -Ddist.home=dist \
-  -Dcomponent.title=%{short_name} \
-  -Dcomponent.version=%{version} \
-  -Dfinal.name=%{name}-%{version} \
-  -Dextension.name=%{short_name} \
-  test jar javadoc
+mkdir -p lib
+%if %{with tests}
+build-jar-repository -s lib junit4 hamcrest/core commons-lang3
 %endif
+ant \
+%if %{without tests}
+  -Dtest.skip=true \
+%endif
+  -Dcompiler.source=1.8 -Dcompiler.target=1.8 \
+  jar javadoc
 
 %install
 # jars
-mkdir -p %{buildroot}%{_javadir}
-%if %with maven
-cp -p target/%{short_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%else
-jar umf %{SOURCE4} dist/%{name}-%{version}.jar
-cp -p dist/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%endif
-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
-ln -s %{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{short_name}-%{version}.jar
-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{short_name}.jar
-ln -s %{name}-%{version}.jar 
%{buildroot}%{_javadir}/jakarta-%{short_name}-%{version}.jar
-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/jakarta-%{short_name}.jar
-
+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
+# poms
 # Install pom file
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
-%add_maven_depmap JPP-%{short_name}.pom %{short_name}.jar -a 
"%{short_name}:%{short_name}"
-
+install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%add_maven_depmap %{short_name}.pom %{short_name}.jar -a 
"%{short_name}:%{short_name}"
 # javadoc
-mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
-cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} 
%{buildroot}%{_javadocdir}/jakarta-%{short_name}-%{version}
-ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/jakarta-%{short_name}
-ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
-
-%files
-%defattr(0644,root,root,0755)
-%doc LICENSE.txt RELEASE-NOTES.txt
-%{_javadir}/*.jar
-%{_mavenpomdir}/*
-%if %{defined _maven_repository}
-%config(noreplace) %{_mavendepmapfragdir}/%{name}
-%else
-%{_datadir}/maven-metadata/%{name}.xml
-%endif
+install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
+%fdupes -s %{buildroot}%{_javadocdir}
+
+%pre javadoc
+if [ -L %{_javadocdir}/%{name} ]; then
+  rm -f %{_javadocdir}/%{name};
+fi
+
+%files -f .mfiles
+%license LICENSE.txt
+%doc RELEASE-NOTES.txt
+%{_javadir}/%{name}.jar
 
 %files javadoc
-%defattr(0644,root,root,0755)
-%{_javadocdir}/*
+%{_javadocdir}/%{name}
 
 %changelog

++++++ apache-commons-codec-build.xml ++++++
<?xml version="1.0" encoding="UTF-8"?>

<project name="commons-codec" default="package" basedir=".">

  <!-- ====================================================================== 
-->
  <!-- Build environment properties                                           
-->
  <!-- ====================================================================== 
-->

  <property file="build.properties"/>

  <property name="project.groupId" value="commons-codec"/>
  <property name="project.artifactId" value="commons-codec"/>
  <property name="project.version" value="1.11"/>
  <property name="project.name" value="Apache Commons Codec"/>
  <property name="project.description" value="The Apache Commons Codec package
contains simple encoder and decoders for various formats such as Base64 and 
Hexadecimal.
In addition to these widely used encoders and decoders, the codec package also 
maintains a
collection of phonetic encoding utilities."/>
  <property name="project.organization.name" value="The Apache Software 
Foundation"/>
  <property name="project.organization.url" 
value="http://commons.apache.org/proper/commons-codec/"/>
  
  <property name="bundle.version" value="${project.version}.0"/>
  <property name="bundle.symbolicName" value="org.apache.commons.codec"/>
  
  <property name="compiler.source" value="1.6"/>
  <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="src/main/resources"/>
  <property name="build.resourceDir.1" value="."/>
  <property name="build.testOutputDir" value="${build.dir}/test-classes"/>
  <property name="build.testDir" value="src/test/java"/>
  <property name="build.testResourceDir.0" value="src/test/resources"/>
  <property name="build.testResourceDir.1" value="."/>
  <property name="test.reports" value="${build.dir}/test-reports"/>
  <property name="reporting.outputDirectory" value="${build.dir}/site"/>

  <!-- ====================================================================== 
-->
  <!-- Defining classpaths                                                    
-->
  <!-- ====================================================================== 
-->

  <path id="build.classpath"/>
  <path id="build.test.classpath">
    <!-- junit-4.12 hamcrest-core-1.3 commons-lang3-3.5 -->
    <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}" 
           verbose="false" 
           fork="false" 
           source="${compiler.source}">
      <src>
        <pathelement location="${build.srcDir}"/>
      </src>
      <classpath refid="build.classpath"/>
    </javac>
    <copy todir="${build.outputDir}">
      <fileset dir="${build.resourceDir.0}"/>
    </copy>
    <mkdir dir="${build.outputDir}/META-INF"/>
    <copy todir="${build.outputDir}/META-INF">
      <fileset dir="${build.resourceDir.1}">
        <include name="NOTICE.txt"/>
        <include name="LICENSE.txt"/>
      </fileset>
    </copy>
  </target>

  <!-- ====================================================================== 
-->
  <!-- Test-compilation target                                                
-->
  <!-- ====================================================================== 
-->

  <target name="compile-tests" 
          depends="compile" 
          description="Compile the test code" 
          unless="test.skip">
    <mkdir dir="${build.testOutputDir}"/>
    <javac destdir="${build.testOutputDir}" 
           encoding="UTF-8" 
           nowarn="false" 
           debug="true" 
           optimize="false" 
           deprecation="true" 
           target="${compiler.target}" 
           verbose="false" 
           fork="false" 
           source="${compiler.source}">
      <src>
        <pathelement location="${build.testDir}"/>
      </src>
      <classpath>
        <path refid="build.test.classpath"/>
        <pathelement location="${build.outputDir}"/>
      </classpath>
    </javac>
    <copy todir="${build.testOutputDir}">
      <fileset dir="${build.testResourceDir.0}"/>
    </copy>
    <mkdir dir="${build.testOutputDir}/META-INF"/>
    <copy todir="${build.testOutputDir}/META-INF">
      <fileset dir="${build.testResourceDir.1}">
        <include name="NOTICE.txt"/>
        <include name="LICENSE.txt"/>
      </fileset>
    </copy>
  </target>

  <!-- ====================================================================== 
-->
  <!-- Run all tests                                                          
-->
  <!-- ====================================================================== 
-->

  <target name="test" 
          depends="compile-tests, junit-missing" 
          unless="junit.skipped" 
          description="Run the test cases">
    <mkdir dir="${test.reports}"/>
    <junit printSummary="yes" haltonerror="true" haltonfailure="true" 
fork="true" dir=".">
      <sysproperty key="basedir" value="."/>
      <formatter type="xml"/>
      <formatter type="plain" usefile="false"/>
      <classpath>
        <path refid="build.test.classpath"/>
        <pathelement location="${build.outputDir}"/>
        <pathelement location="${build.testOutputDir}"/>
      </classpath>
      <batchtest todir="${test.reports}" unless="test">
        <fileset dir="${build.testDir}">
          <include name="**/Test*.java"/>
          <include name="**/*Test.java"/>
          <include name="**/*TestCase.java"/>
          <exclude name="**/*AbstractTest.java"/>
          <exclude name="**/*PerformanceTest.java"/>
        </fileset>
      </batchtest>
      <batchtest todir="${test.reports}" if="test">
        <fileset dir="${build.testDir}">
          <include name="**/${test}.java"/>
          <exclude name="**/*AbstractTest.java"/>
          <exclude name="**/*PerformanceTest.java"/>
        </fileset>
      </batchtest>
    </junit>
  </target>

  <target name="test-junit-present">
    <available classname="junit.framework.Test" property="junit.present" 
classpathref="build.test.classpath"/>
  </target>

  <target name="test-junit-status" 
          depends="test-junit-present">
    <condition property="junit.missing">
      <and>
        <isfalse value="${junit.present}"/>
        <isfalse value="${test.skip}"/>
      </and>
    </condition>
    <condition property="junit.skipped">
      <or>
        <isfalse value="${junit.present}"/>
        <istrue value="${test.skip}"/>
      </or>
    </condition>
  </target>

  <target name="junit-missing" 
          depends="test-junit-status" 
          if="junit.missing">
    <echo>=================================== WARNING 
===================================</echo>
    <echo> JUnit is not present in the test classpath or your $ANT_HOME/lib 
directory. Tests not executed.</echo>
    
<echo>===============================================================================</echo>
  </target>

  <!-- ====================================================================== 
-->
  <!-- Javadoc target                                                         
-->
  <!-- ====================================================================== 
-->

  <target name="javadoc" description="Generates the Javadoc of the application">
    <javadoc sourcepath="${build.srcDir}" 
             packagenames="*" 
             destdir="${reporting.outputDirectory}/apidocs" 
             access="protected" 
             old="false" 
             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">
    </javadoc>
  </target>

  <!-- ====================================================================== 
-->
  <!-- Package target                                                         
-->
  <!-- ====================================================================== 
-->

  <target name="package" depends="compile,test" description="Package the 
application">
    <jar jarfile="${build.dir}/${build.finalName}.jar" 
         compress="true" 
         index="false" 
         basedir="${build.outputDir}" 
         excludes="**/package.html">
      <manifest>
                <attribute name="Automatic-Module-Name" 
value="${bundle.symbolicName}"/>
                <attribute name="Bundle-Description" 
value="${project.description}"/>
                <attribute name="Bundle-DocURL" 
value="${project.organization.url}"/>
                <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.codec;version=&quot;${project.version}&quot;,org.apache.commons.codec.binary;version=&quot;${project.version}&quot;,org.apache.commons.codec.cli;version=&quot;${project.version}&quot;,org.apache.commons.codec.digest;version=&quot;${project.version}&quot;,org.apache.commons.codec.language;version=&quot;${project.version}&quot;,org.apache.commons.codec.language.bm;version=&quot;${project.version}&quot;,org.apache.commons.codec.net;version=&quot;${project.version}&quot;"/>
                <attribute name="Implementation-Title" value="${project.name}"/>
                <attribute name="Implementation-URL" 
value="${project.organization.url}"/>
                <attribute name="Implementation-Vendor" 
value="${project.organization.name}"/>
                <attribute name="Implementation-Vendor-Id" 
value="${project.groupId}"/>
                <attribute name="Implementation-Version" 
value="${project.version}"/>
                <attribute name="Import-Package" 
value="javax.crypto,javax.crypto.spec"/>
                <attribute name="JavaPackages-ArtifactId" 
value="${project.artifactId}"/>
                <attribute name="JavaPackages-GroupId" 
value="${project.groupId}"/>
                <attribute name="JavaPackages-Version" 
value="${project.version}"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=${compiler.target}))&quot;"/>
                <attribute name="Specification-Title" value="${project.name}"/>
                <attribute name="Specification-Vendor" 
value="${project.organization.name}"/>
                <attribute name="Specification-Version" 
value="${project.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>
++++++ aspell-mail.txt ++++++
Return-Path: kev...@misc.kevina.org
Received: from zmta06.collab.prod.int.phx2.redhat.com (LHLO
 zmta06.collab.prod.int.phx2.redhat.com) (10.5.81.13) by
 zmail15.collab.prod.int.phx2.redhat.com with LMTP; Tue, 21 Aug 2012
 08:38:00 -0400 (EDT)
Received: from int-mx12.intmail.prod.int.phx2.redhat.com 
(int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25])
    by zmta06.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 
D74A71609E2
    for <tra...@mail.corp.redhat.com>; Tue, 21 Aug 2012 08:37:59 -0400 (EDT)
Received: from mx1.redhat.com (ext-mx15.extmail.prod.ext.phx2.redhat.com 
[10.5.110.20])
    by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id 
q7LCbx5d031748
    for <tra...@redhat.com>; Tue, 21 Aug 2012 08:37:59 -0400
Received: from misc.kevina.org (misc.kevina.org [96.126.107.114])
    by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7LCbwlx024966
    for <tra...@redhat.com>; Tue, 21 Aug 2012 08:37:58 -0400
Received: by misc.kevina.org (Postfix, from userid 1000)
    id 576F124ED81; Tue, 21 Aug 2012 08:37:57 -0400 (EDT)
Date: Tue, 21 Aug 2012 14:37:57 +0200 (CEST)
From: Kevin Atkinson <k...@kevina.org>
X-X-Sender: kev...@misc.kevina.org
To: Tomas Radej <tra...@redhat.com>
Subject: Re: Aspell results licensing
In-Reply-To: <20120821095056.266cfca47594ad0e03f33...@redhat.com>
Message-ID: <alpine.deb.2.02.1208211423550.7...@misc.kevina.org>
References: <20120816110627.3b433e1e1a2cfa2a3c29f...@redhat.com> 
<alpine.deb.2.02.1208162006450.14...@misc.kevina.org> 
<20120821095056.266cfca47594ad0e03f33...@redhat.com>
User-Agent: Alpine 2.02 (DEB 1266 2009-07-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-RedHat-Spam-Score: -2.111  (BAYES_00,RP_MATCHES_RCVD)
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25
X-Scanned-By: MIMEDefang 2.68 on 10.5.110.20


How's this:

   Copyright 2007 by Kevin Atkinson

   Permission to use, copy, modify, distribute and sell the file
   batch0.tab (available at http://aspell.net/test/cur/) is hereby
   granted without fee, provided that the above copyright notice appears
   in all copies and that both that copyright notice and this permission
   notice appear in supporting documentation. Kevin Atkinson makes no
   representations about the suitability of this array for any
   purpose. It is provided "as is" without express or implied warranty.

2007 since that is the year I belive I last modified the data.  Would 2012 be 
better?

On Tue, 21 Aug 2012, Tomas Radej wrote:

> Hi,
>
> On Thu, 16 Aug 2012 20:12:27 +0200 (CEST)
> Kevin Atkinson <kev...@gnu.org> wrote:
>
>> If you are using the results than there shouldn't be a problem regardless of
>> what copyright I use.
>
> It's necessary to say that I'm not a maintainer in that project, I
> simply package it into Fedora.
>
>> If the original data file will some how be distributed
>> please let me know what your requirements are and I will see about
>> explicitly
>> assigning a compatible copyright.
>
> While checking the package, I found out that some of the data are
> actually embedded in the code [1], so yes, your data is actually being
> distributed. If I may, I would suggest you use either the MIT/X11
> licence or the 2 or 3 clause BSD licence, as both of these can be
> combined with both the ASL 2.0 licence and GPL v2+ [2].
>
> Thank you, TR
>
> [1]
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java?view=markup
> ,
> line 49 onwards
>
> [2] http://fedoraproject.org/wiki/Licensing:Main#Good_Licenses
>
> -- 
> Tomas Radej <tra...@redhat.com>
>
>

++++++ commons-codec-1.10-src.tar.gz -> commons-codec-1.11-src.tar.gz ++++++
++++ 10740 lines of diff (skipped)


Reply via email to