Hello community,

here is the log from the commit of package cal10n for openSUSE:Factory checked 
in at 2014-07-16 16:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cal10n (Old)
 and      /work/SRC/openSUSE:Factory/.cal10n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cal10n"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cal10n/cal10n.changes    2013-09-11 
13:39:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cal10n.new/cal10n.changes       2014-07-16 
16:49:47.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul  7 14:59:58 UTC 2014 - tchva...@suse.com
+
+- Depend on junit not junit4
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cal10n.spec ++++++
--- /var/tmp/diff_new_pack.xPSjbh/_old  2014-07-16 16:49:48.000000000 +0200
+++ /var/tmp/diff_new_pack.xPSjbh/_new  2014-07-16 16:49:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cal10n
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -22,21 +22,15 @@
 Summary:        Compiler assisted localization library (CAL10N)
 License:        MIT
 Group:          Development/Libraries/Java
-
 Url:            http://cal10n.qos.ch
 Source0:        http://cal10n.qos.ch/dist/cal10n-%{version}.tar.gz
 Source1:        build.xml.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
-BuildArch:      noarch
-
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildRequires:  junit4
-
+BuildRequires:  junit
 Requires:       java
-Requires(post):   javapackages-tools
-Requires(postun): javapackages-tools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 Compiler Assisted Localization, abbreviated as CAL10N (pronounced as "calion") 
@@ -49,7 +43,6 @@
     * good performance (300 nanoseconds per key look-up)
     * automatic reloading of resource bundles upon change
 
-
 %package javadoc
 Summary:        Javadoc for %{name}
 Group:          Development/Libraries/Java
@@ -79,11 +72,11 @@
 do
   pushd $dir
   export CLASSPATH=$(build-classpath \
-                     junit4 \
+                     junit \
                      ):target/classes:target/test-classes
   ant -Dmaven.mode.offline=true package javadoc \
       -Dmaven.test.skip=true \
-      -lib /usr/share/java
+      -lib %{_datadir}/java
   popd
 done
 

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

Reply via email to