commit apache-commons-email for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package apache-commons-email for 
openSUSE:Factory checked in at 2018-07-07 21:58:07

Comparing /work/SRC/openSUSE:Factory/apache-commons-email (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-email.new (New)


Package is "apache-commons-email"

Sat Jul  7 21:58:07 2018 rev:6 rq:620749 version:1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-email/apache-commons-email.changes
2017-09-14 21:19:03.762087425 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-email.new/apache-commons-email.changes
   2018-07-07 21:58:08.427337269 +0200
@@ -1,0 +2,12 @@
+Tue May 15 09:41:06 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * commons-email-1.5-sourcetarget.patch
++ build with java source and target 8 to anticipate removal of
+  the java 6 compatibility
+- Added patch:
+  * commons-email-1.5-javadoc.patch
++ Do not load urls while building
+- Run fdupes on documentation
+
+---

New:

  commons-email-1.5-javadoc.patch



Other differences:
--
++ apache-commons-email.spec ++
--- /var/tmp/diff_new_pack.yhUYgd/_old  2018-07-07 21:58:09.731335615 +0200
+++ /var/tmp/diff_new_pack.yhUYgd/_new  2018-07-07 21:58:09.735335610 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +28,13 @@
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source1:build.xml.tar.bz2
 Patch0: commons-email-1.5-sourcetarget.patch
+Patch1: commons-email-1.5-javadoc.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javamail
 BuildRequires:  javapackages-tools
-Requires:   java >= 1.6.0
+Requires:   java >= 1.8
 Requires:   javamail
 BuildArch:  noarch
 
@@ -49,6 +52,7 @@
 %prep
 %setup -q -n %{short_name}-%{version}-src -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 ant -Dmaven.mode.offline=true -Dmaven.test.skip=true \
@@ -63,6 +67,7 @@
 # javadoc
 install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)

++ commons-email-1.5-javadoc.patch ++
--- commons-email-1.5-src/maven-build.xml   2018-05-15 11:35:50.295897337 
+0200
+++ commons-email-1.5-src/maven-build.xml   2018-05-15 11:36:43.873065976 
+0200
@@ -228,7 +228,6 @@
  source="8" 
  linksource="true" 
  breakiterator="false">
-  http://docs.oracle.com/javase/8/docs/api/"/>
 
   
 
++ commons-email-1.5-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.yhUYgd/_old  2018-07-07 21:58:09.759335579 +0200
+++ /var/tmp/diff_new_pack.yhUYgd/_new  2018-07-07 21:58:09.759335579 +0200
@@ -5,7 +5,7 @@
  commons.osgi.export=org.apache.commons.*;version\=1.5
  commons.release.name=commons-email-1.5
 -maven.compile.target=1.5
-+maven.compile.target=1.6
++maven.compile.target=8
  maven.repo.local=${user.home}/.m2/repository
  maven.build.dir=target
  maven.build.outputDir=${maven.build.dir}/classes
@@ -14,7 +14,7 @@
  commons.rc.version=RC3
  maven.build.testResourceDir.0=src/test
 -maven.compile.source=1.5
-+maven.compile.source=1.6
++maven.compile.source=8
  JAVA_1_6_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0
  commons.deployment.protocol=scp
  project.build.outputDirectory=${maven.build.outputDir}
@@ -25,11 +25,11 @@
 optimize="false" 
 deprecation="true" 
 -   target="1.5" 
-+   target="1.6" 
++   target="8" 
 verbose="false" 
 fork="false" 
 -   source="1.5">
-+   source="1.6">
++   source="8">

  

@@ -38,7 +38,7 @@
   serialwarn="false" 
   charset="ISO-8859-1" 
 - source="1.5" 
-+ source="1.6" 
++ source="8" 
   linksource="true" 
   breakiterator="false">
http://docs.oracle.com/javase/8/docs/api/"/>




commit apache-commons-email for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package apache-commons-email for 
openSUSE:Factory checked in at 2017-09-14 21:18:59

Comparing /work/SRC/openSUSE:Factory/apache-commons-email (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-email.new (New)


Package is "apache-commons-email"

Thu Sep 14 21:18:59 2017 rev:5 rq:526056 version:1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-email/apache-commons-email.changes
2017-08-19 10:56:36.986774740 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-email.new/apache-commons-email.changes
   2017-09-14 21:19:03.762087425 +0200
@@ -1,0 +2,7 @@
+Thu Sep 14 11:34:08 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * commons-email-1.5-sourcetarget.patch
+- Specify java source and target 1.6 and fix jdk9 build
+
+---

New:

  commons-email-1.5-sourcetarget.patch



Other differences:
--
++ apache-commons-email.spec ++
--- /var/tmp/diff_new_pack.pts210/_old  2017-09-14 21:19:05.009911802 +0200
+++ /var/tmp/diff_new_pack.pts210/_new  2017-09-14 21:19:05.013911239 +0200
@@ -27,6 +27,7 @@
 Url:http://commons.apache.org/%{base_name}/
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source1:build.xml.tar.bz2
+Patch0: commons-email-1.5-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  javamail
 BuildRequires:  javapackages-tools
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q -n %{short_name}-%{version}-src -a1
+%patch0 -p1
 
 %build
 ant -Dmaven.mode.offline=true -Dmaven.test.skip=true \

++ commons-email-1.5-sourcetarget.patch ++
--- commons-email-1.5-src/maven-build.properties2017-09-14 
13:26:34.59551 +0200
+++ commons-email-1.5-src/maven-build.properties2017-09-14 
13:29:23.68989 +0200
@@ -19,7 +19,7 @@
 maven.test.reports=${maven.build.dir}/test-reports
 commons.osgi.export=org.apache.commons.*;version\=1.5
 commons.release.name=commons-email-1.5
-maven.compile.target=1.5
+maven.compile.target=1.6
 maven.repo.local=${user.home}/.m2/repository
 maven.build.dir=target
 maven.build.outputDir=${maven.build.dir}/classes
@@ -33,7 +33,7 @@
 maven.build.srcDir.0=src/main/java
 commons.rc.version=RC3
 maven.build.testResourceDir.0=src/test
-maven.compile.source=1.5
+maven.compile.source=1.6
 JAVA_1_6_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0
 commons.deployment.protocol=scp
 project.build.outputDirectory=${maven.build.outputDir}
--- commons-email-1.5-src/maven-build.xml   2017-09-14 13:32:38.195119590 
+0200
+++ commons-email-1.5-src/maven-build.xml   2017-09-14 13:33:14.279119727 
+0200
@@ -82,10 +82,10 @@
debug="true" 
optimize="false" 
deprecation="true" 
-   target="1.5" 
+   target="1.6" 
verbose="false" 
fork="false" 
-   source="1.5">
+   source="1.6">
   
 
   
@@ -225,7 +225,7 @@
  nonavbar="false" 
  serialwarn="false" 
  charset="ISO-8859-1" 
- source="1.5" 
+ source="1.6" 
  linksource="true" 
  breakiterator="false">
   http://docs.oracle.com/javase/8/docs/api/"/>



commit apache-commons-email for openSUSE:Factory

2017-08-19 Thread root
Hello community,

here is the log from the commit of package apache-commons-email for 
openSUSE:Factory checked in at 2017-08-19 10:56:33

Comparing /work/SRC/openSUSE:Factory/apache-commons-email (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-email.new (New)


Package is "apache-commons-email"

Sat Aug 19 10:56:33 2017 rev:4 rq:517618 version:1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-email/apache-commons-email.changes
2017-05-22 10:49:11.190512080 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-email.new/apache-commons-email.changes
   2017-08-19 10:56:36.986774740 +0200
@@ -1,0 +2,14 @@
+Thu Aug 17 13:27:51 UTC 2017 - pmonrealgonza...@suse.com
+
+- Update to version 1.5
+  * Security fix [CVE-2017-9801, bsc#1051785]
+- SMTP header injection vulnerabilty 
+- Added patch apache-commons-email-CVE-2017-9801.patch
+  * Requires Java >= 1.6
+  * Added Support for International Domain Names
+  * Upgrade to javax.mail-1.5.6
+
+- Full update report in:
+  http://commons.apache.org/proper/commons-email/changes-report.html
+
+---

Old:

  commons-email-1.2-src.tar.gz

New:

  commons-email-1.5-src.tar.gz



Other differences:
--
++ apache-commons-email.spec ++
--- /var/tmp/diff_new_pack.MGYvKo/_old  2017-08-19 10:56:38.554553694 +0200
+++ /var/tmp/diff_new_pack.MGYvKo/_new  2017-08-19 10:56:38.574550874 +0200
@@ -19,15 +19,13 @@
 %global base_name   email
 %global short_name  commons-%{base_name}
 Name:   apache-%{short_name}
-Version:1.2
+Version:1.5
 Release:0
 Summary:Apache Commons Email Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
 Url:http://commons.apache.org/%{base_name}/
-# Only latest avail, we need maven for that
-#Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
-Source0:%{short_name}-%{version}-src.tar.gz
+Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source1:build.xml.tar.bz2
 BuildRequires:  ant
 BuildRequires:  javamail
@@ -48,8 +46,7 @@
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q -n %{short_name}-%{version}-src
-tar xpvf %{SOURCE1}
+%setup -q -n %{short_name}-%{version}-src -a1
 
 %build
 ant -Dmaven.mode.offline=true -Dmaven.test.skip=true \

++ build.xml.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-build.properties new/maven-build.properties
--- old/maven-build.properties  2011-12-20 15:39:36.0 +0100
+++ new/maven-build.properties  2017-08-17 15:11:23.083848997 +0200
@@ -8,18 +8,18 @@
 commons.docEncoding=iso-8859-1
 maven.settings.interactiveMode=true
 commons.osgi.private=
-commons.release.version=1.2
+commons.release.version=1.5
 commons.componentid=email
 maven.reporting.outputDirectory=${maven.build.dir}/site
 commons.osgi.symbolicName=org.apache.commons.email
 project.build.sourceEncoding=UTF-8
 maven.build.testOutputDir=${maven.build.dir}/test-classes
 commons.binary.suffix=-bin
-maven.build.finalName=commons-email-1.2
+maven.build.finalName=commons-email-1.5
 maven.test.reports=${maven.build.dir}/test-reports
-commons.osgi.export=org.apache.commons.*;version\=1.2
-commons.release.name=commons-email-1.2
-maven.compile.target=1.4
+commons.osgi.export=org.apache.commons.*;version\=1.5
+commons.release.name=commons-email-1.5
+maven.compile.target=1.5
 maven.repo.local=${user.home}/.m2/repository
 maven.build.dir=target
 maven.build.outputDir=${maven.build.dir}/classes
@@ -30,10 +30,10 @@
 organization.logo=http\://www.apache.org/images/asf_logo_wide.gif
 commons.manifestfile=target/osgi/MANIFEST.MF
 commons.jira.pid=12310474
-maven.build.srcDir.0=src/java
+maven.build.srcDir.0=src/main/java
 commons.rc.version=RC3
 maven.build.testResourceDir.0=src/test
-maven.compile.source=1.4
+maven.compile.source=1.5
 JAVA_1_6_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0
 commons.deployment.protocol=scp
 project.build.outputDirectory=${maven.build.outputDir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/maven-build.xml new/maven-build.xml
--- old/maven-build.xml 2011-12-20 15:49:05.0 +0100
+++ new/maven-build.xml 2017-08-17 16:15:55.395688423 +0200
@@ -24,7 +24,7 @@
   
   
 
-  
+  
   
   
   
@@ -44,11 +44,11 @@
   
 
   
-
+
 
   
   
-
+
 
 
 
@@ -82,10 +82,10 @@
debug="true" 
optimize="false" 
deprecation="true" 
-   target="1.4" 
+   target="1.5" 
  

commit apache-commons-email for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package apache-commons-email for 
openSUSE:Factory checked in at 2017-05-22 10:48:26

Comparing /work/SRC/openSUSE:Factory/apache-commons-email (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-email.new (New)


Package is "apache-commons-email"

Mon May 22 10:48:26 2017 rev:3 rq:497059 version:1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-email/apache-commons-email.changes
2014-07-21 22:34:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-email.new/apache-commons-email.changes
   2017-05-22 10:49:11.190512080 +0200
@@ -1,0 +2,5 @@
+Sun May 21 07:49:03 UTC 2017 - tchva...@suse.com
+
+- Remove javapackages-tools requires
+
+---



Other differences:
--
++ apache-commons-email.spec ++
--- /var/tmp/diff_new_pack.Ba9rHK/_old  2017-05-22 10:49:11.650447255 +0200
+++ /var/tmp/diff_new_pack.Ba9rHK/_new  2017-05-22 10:49:11.654446691 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package apache-commons-email
+# spec file for package apache
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,13 +30,10 @@
 Source0:%{short_name}-%{version}-src.tar.gz
 Source1:build.xml.tar.bz2
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javamail
-BuildRequires:  jpackage-utils
+BuildRequires:  javapackages-tools
 Requires:   java >= 1.6.0
 Requires:   javamail
-Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -45,8 +42,7 @@
 
 %package javadoc
 Summary:Javadoc for %{name}
-Group:  Documentation
-Requires:   jpackage-utils
+Group:  Documentation/Other
 
 %description javadoc
 This package contains the API documentation for %{name}.