Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jmock for openSUSE:Factory checked 
in at 2022-03-23 20:19:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jmock (Old)
 and      /work/SRC/openSUSE:Factory/.jmock.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jmock"

Wed Mar 23 20:19:27 2022 rev:20 rq:964353 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jmock/jmock.changes      2018-12-18 
14:55:12.310530224 +0100
+++ /work/SRC/openSUSE:Factory/.jmock.new.25692/jmock.changes   2022-03-23 
20:21:19.250562643 +0100
@@ -1,0 +2,9 @@
+Wed Mar 23 18:24:33 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with java source and target levels 8
+- Modified patch:
+  * jmock-1.2.0-build_xml.patch
+    + specify the keyalg attribute for GenKey Ant task
+    + fixes builds with newer keytool
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jmock.spec ++++++
--- /var/tmp/diff_new_pack.AqElFk/_old  2022-03-23 20:21:19.762562932 +0100
+++ /var/tmp/diff_new_pack.AqElFk/_new  2022-03-23 20:21:19.766562934 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jmock
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:        Test Java code using mock objects
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
-Url:            http://jmock.codehaus.org/license.html
+URL:            http://jmock.codehaus.org/license.html
 Source0:        jmock-1.2.0.tar.gz
 # svn export http://svn.codehaus.org/jmock/tags/1.2.0/ jmock-1.2.0
 Source1:        jmock-1.2.0.pom
@@ -34,7 +34,7 @@
 BuildRequires:  ant-junit
 BuildRequires:  cglib-nohook >= 2.1.3
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit >= 3.8.1
@@ -100,7 +100,7 @@
 export OPT_JAR_LIST="ant/ant-junit junit"
 export CLASSPATH=`pwd`/build/classes:$(build-classpath objectweb-asm cglib)
 ant \
-    -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+    -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
     -Dbuild.sysclasspath=only \
     package
 

++++++ jmock-1.2.0-build_xml.patch ++++++
--- /var/tmp/diff_new_pack.AqElFk/_old  2022-03-23 20:21:19.794562950 +0100
+++ /var/tmp/diff_new_pack.AqElFk/_new  2022-03-23 20:21:19.798562952 +0100
@@ -54,4 +54,13 @@
                
                <jar destfile="build/testdata/signed.jar" compress="false">
                        <fileset dir="build/testdata/classes/" includes="*"/>
+@@ -108,7 +109,7 @@
+               <genkey alias="testdata"
+                               keystore="build/testdata/keystore" 
storepass="testdata"
+                               dname="CN=Test Data, OU=Test Data, O=Test Data, 
C=Unknown"
+-                              validity="1"/>
++                              keyalg="RSA" validity="1"/>
+               
+               <signjar jar="build/testdata/signed.jar" alias="testdata" 
+                            keystore="build/testdata/keystore" 
storepass="testdata"/>
 

Reply via email to