Hello community,

here is the log from the commit of package jmock for openSUSE:Factory checked 
in at 2012-06-25 12:32:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jmock (Old)
 and      /work/SRC/openSUSE:Factory/.jmock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jmock", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jmock/jmock.changes      2012-03-29 
07:45:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jmock.new/jmock.changes 2012-06-25 
12:32:16.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun 20 12:41:18 UTC 2012 - [email protected]
+
+- drop tests (needed dropped cglib-nohook package) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jmock.spec ++++++
--- /var/tmp/diff_new_pack.3I4UG2/_old  2012-06-25 12:32:17.000000000 +0200
+++ /var/tmp/diff_new_pack.3I4UG2/_new  2012-06-25 12:32:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jmock (Version 1.2.0)
+# spec file for package jmock
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,10 +20,10 @@
 
 Name:           jmock
 Version:        1.2.0
-Release:        2
+Release:        0
 Summary:        Test Java code using mock objects
-Group:          Development/Libraries/Java
 License:        BSD-3-Clause
+Group:          Development/Libraries/Java
 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
@@ -32,15 +32,15 @@
 Patch0:         jmock-1.2.0-AssertMo.patch
 Patch1:         jmock-1.2.0-build_xml.patch
 BuildArch:      noarch
-BuildRequires:  jpackage-utils >= 1.7.2
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit
+BuildRequires:  jpackage-utils >= 1.7.2
 BuildRequires:  junit >= 3.8.1
 #BuildRequires:  cglib >= 2.1.3
-BuildRequires:  cglib-nohook >= 2.1.3
 BuildRequires:  asm >= 1.5.3
-Requires:       cglib >= 2.1.3
+BuildRequires:  cglib-nohook >= 2.1.3
 Requires:       asm >= 1.5.3
+Requires:       cglib >= 2.1.3
 BuildRequires:  java-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -59,7 +59,6 @@
 
 
 %package        javadoc
-License:        BSD-3-Clause
 Summary:        Test Java code using mock objects
 Group:          Development/Libraries/Java
 
@@ -78,7 +77,6 @@
 
 
 %package        demo
-License:        BSD-3-Clause
 Summary:        Test Java code using mock objects
 Group:          Development/Libraries/Java
 
@@ -102,9 +100,12 @@
 %patch0 -p0
 %patch1 -p0
 
+# needs net.sf.cglib.asm. classes fron dropped cglib-nohook
+rm -rf src/test src/atest
+
 %build
 export OPT_JAR_LIST="ant/ant-junit junit"
-export CLASSPATH=`pwd`/build/classes:$(build-classpath asm cglib-nohook-nodep)
+export CLASSPATH=`pwd`/build/classes:$(build-classpath asm cglib)
 ant -Dbuild.sysclasspath=only package
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to