Hello community, here is the log from the commit of package jameica for openSUSE:Factory checked in at 2018-02-07 18:42:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jameica (Old) and /work/SRC/openSUSE:Factory/.jameica.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jameica" Wed Feb 7 18:42:19 2018 rev:2 rq:573663 version:2.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/jameica/jameica.changes 2018-01-13 21:44:20.175336084 +0100 +++ /work/SRC/openSUSE:Factory/.jameica.new/jameica.changes 2018-02-07 18:42:27.929227002 +0100 @@ -1,0 +2,5 @@ +Wed Feb 7 10:52:40 UTC 2018 - [email protected] + +- unbundle velocity + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jameica.spec ++++++ --- /var/tmp/diff_new_pack.ihDFjJ/_old 2018-02-07 18:42:29.589149280 +0100 +++ /var/tmp/diff_new_pack.ihDFjJ/_new 2018-02-07 18:42:29.593149093 +0100 @@ -1,7 +1,7 @@ # # spec file for package jameica # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define tag V_2_6_6_BUILD_439 Name: jameica +Summary: Runtime environment for Java applications like Hibiscus License: GPL-2.0 and LGPL-2.0 and Apache-2.0 and CPL-1.0 and Zlib and MPL-1.0 and EPL-1.0 Group: Productivity/Office/Finance -Summary: Runtime environment for Java applications like Hibiscus Version: 2.6.6 Release: 0 Url: http://www.willuhn.de/products/jameica/ @@ -28,16 +29,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ant BuildRequires: dos2unix +BuildRequires: fdupes BuildRequires: java-devel >= 1.6 BuildRequires: jpackage-utils -BuildRequires: xerces-j2-xml-apis -BuildRequires: fdupes BuildRequires: swtcalendar +BuildRequires: xerces-j2-xml-apis Requires: swtcalendar BuildRequires: paperclips = 1.0.4 Requires: paperclips = 1.0.4 BuildRequires: nanoxml = 2.2.3 Requires: nanoxml = 2.2.3 +BuildRequires: velocity = 1.7 +Requires: velocity = 1.7 # Don't offer libraries linked in here to other packages: AutoReqProv: off @@ -92,6 +95,10 @@ rm -rf lib/swtcalendar/* ln -sf %{_javadir}/swtcalendar.jar lib/swtcalendar/swtcalendar.jar +# unbundle Velocity +rm -rf lib/velocity/* +ln -sf %{_javadir}/velocity.jar lib/velocity/velocity-1.7.jar + %build export CLASSPATH="$(build-classpath xerces-j2-xml-apis)" ant -f build/build.xml init compile jar zip src javadoc
