Hello community,

here is the log from the commit of package apache-ivy for openSUSE:Factory 
checked in at 2017-05-31 13:32:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-ivy (Old)
 and      /work/SRC/openSUSE:Factory/.apache-ivy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-ivy"

Wed May 31 13:32:11 2017 rev:11 rq:497064 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-ivy/apache-ivy.changes    2015-04-02 
15:53:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache-ivy.new/apache-ivy.changes       
2017-05-31 13:32:13.927302738 +0200
@@ -1,0 +2,10 @@
+Sun May 21 08:01:08 UTC 2017 - [email protected]
+
+- Reduce deps a bit
+
+-------------------------------------------------------------------
+Fri May 19 10:07:03 UTC 2017 - [email protected]
+
+- New build dependency: javapackages-local 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache-ivy.spec ++++++
--- /var/tmp/diff_new_pack.djP6lw/_old  2017-05-31 13:32:14.811178151 +0200
+++ /var/tmp/diff_new_pack.djP6lw/_new  2017-05-31 13:32:14.815177587 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-ivy
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -29,13 +29,13 @@
 BuildRequires:  ant
 BuildRequires:  bouncycastle
 BuildRequires:  commons-httpclient
-BuildRequires:  java-devel >= 1.5
+BuildRequires:  dos2unix
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jsch
 BuildRequires:  oro
-Requires:       javapackages-tools
-Provides:       ivy = %{version}-%{release}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Provides:       ivy = %{version}
+Obsoletes:      ivy < %{version}
 BuildArch:      noarch
 
 %description
@@ -58,17 +58,11 @@
 %setup -q
 
 # Fix messed-up encodings
-for F in README LICENSE NOTICE
-do
-        sed 's/\r//' $F |iconv -f iso8859-1 -t utf8 >$F.utf8
-        touch -r $F $F.utf8
-        mv $F.utf8 $F
-done
+dos2unix README LICENSE NOTICE RELEASE_NOTES CHANGES.txt
 
 #TODO: return back when bouncycastle-pgp will be available
 rm -fr src/java/org/apache/ivy/plugins/signer/bouncycastle
 
-%build
 # Remove prebuilt documentation
 rm -rf doc build/doc
 
@@ -79,6 +73,7 @@
 sed '/vfs.*=.*org.apache.ivy.plugins.resolver.VfsResolver/d' -i \
         src/java/org/apache/ivy/core/settings/typedef.properties
 
+%build
 # Craft class path
 mkdir -p lib
 build-jar-repository lib ant ant/ant-nodeps oro jsch commons-httpclient


Reply via email to