Hello community,

here is the log from the commit of package classpathx-mail for openSUSE:Factory 
checked in at 2015-03-05 15:32:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/classpathx-mail (Old)
 and      /work/SRC/openSUSE:Factory/.classpathx-mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "classpathx-mail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/classpathx-mail/classpathx-mail.changes  
2014-08-01 19:26:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.classpathx-mail.new/classpathx-mail.changes     
2015-03-05 18:14:57.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar  2 13:06:28 UTC 2015 - tchva...@suse.com
+
+- Version bump javamail to 1.1.2:
+  * No short changelog, 5 years of developement described per
+    commit in ChangeLog file
+
+-------------------------------------------------------------------

Old:
----
  inetlib-1.1.1.tar.bz2
  mail-1.1.1.tar.bz2

New:
----
  inetlib-1.1.1.tar.gz
  mail-1.1.2.tar.gz

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

Other differences:
------------------
++++++ classpathx-mail.spec ++++++
--- /var/tmp/diff_new_pack.uYQ9le/_old  2015-03-05 18:14:58.000000000 +0100
+++ /var/tmp/diff_new_pack.uYQ9le/_new  2015-03-05 18:14:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package classpathx-mail
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,14 +19,14 @@
 %define jmailver 1.3.1
 %define inetlibver 1.1.1
 Name:           classpathx-mail
-Version:        1.1.1
+Version:        1.1.2
 Release:        0
 Summary:        GNU JavaMail is a free implementation of the JavaMail API 
specification
 License:        GPL-2.0+
 Group:          Development/Libraries/Java
 Url:            http://java.sun.com/products/javamail/
-Source0:        http://ftp.gnu.org/gnu/classpathx/mail-%{version}.tar.bz2
-Source1:        http://ftp.gnu.org/gnu/classpath/inetlib-%{inetlibver}.tar.bz2
+Source0:        http://ftp.gnu.org/gnu/classpathx/mail-%{version}.tar.gz
+Source1:        http://ftp.gnu.org/gnu/classpath/inetlib-%{inetlibver}.tar.gz
 # see bz157685
 Patch1:         %{name}-docbuild.patch
 Patch2:         %{name}-add-inetlib.patch
@@ -85,7 +85,7 @@
 %patch2
 %patch3
 rm -f libmail.so
-bunzip2 -dc %{SOURCE1} | tar -xf -
+gzip -dc %{SOURCE1} | tar -xf -
 pushd inetlib-%{inetlibver}
 %patch4
   mkdir -p source/org/jpackage/mail

++++++ classpathx-mail-docbuild.patch ++++++
--- /var/tmp/diff_new_pack.uYQ9le/_old  2015-03-05 18:14:58.000000000 +0100
+++ /var/tmp/diff_new_pack.uYQ9le/_new  2015-03-05 18:14:58.000000000 +0100
@@ -1,11 +1,13 @@
---- ../mail-20050512.orig/build.xml    2005-05-12 14:26:00.000000000 -0400
-+++ build.xml  2005-05-12 14:29:01.000000000 -0400
-@@ -208,8 +211,7 @@
+Index: build.xml
+===================================================================
+--- build.xml.orig
++++ build.xml
+@@ -210,8 +210,7 @@ Free Software Foundation, Inc., 51 Frank
    <target name='javadoc' depends='init' description='Build the JavaDoc API 
documentation'>
      <mkdir dir='${doc}'/>
      <javadoc destdir='${doc}' use='true' author='true'
 -      windowtitle='GNU JavaMail API documentation'
--      classpathref='nntp.classpath'>
+-      classpathref='provider.classpath'>
 +      windowtitle='GNU JavaMail API documentation'>
        <doctitle><![CDATA[<h3>GNU JavaMail</h3>]]></doctitle>
        <bottom><![CDATA[&copy;]]> Copyright 2003, 2004

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to