Hello community, here is the log from the commit of package jameica for openSUSE:Factory checked in at 2019-02-24 17:12:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jameica (Old) and /work/SRC/openSUSE:Factory/.jameica.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jameica" Sun Feb 24 17:12:55 2019 rev:5 rq:672364 version:2.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jameica/jameica.changes 2018-12-04 20:54:36.360834408 +0100 +++ /work/SRC/openSUSE:Factory/.jameica.new.28833/jameica.changes 2019-02-24 17:12:55.992476921 +0100 @@ -1,0 +2,6 @@ +Thu Dec 6 21:42:41 UTC 2018 - Fridrich Strba <[email protected]> + +- Build against generic xml-apis provider instead of + xerces-j2-xml-apis + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jameica.spec ++++++ --- /var/tmp/diff_new_pack.jMO1CN/_old 2019-02-24 17:12:56.996476742 +0100 +++ /var/tmp/diff_new_pack.jMO1CN/_new 2019-02-24 17:12:56.996476742 +0100 @@ -1,7 +1,7 @@ # # spec file for package jameica # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,38 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define _build 450 %define _tag V_2_8_2_BUILD_%{_build} - Name: jameica +Version: 2.8.2 +Release: 0 Summary: Runtime environment for Java applications like Hibiscus License: GPL-2.0-only AND LGPL-2.0-only AND Apache-2.0 AND CPL-1.0 AND Zlib AND MPL-1.0 AND EPL-1.0 Group: Productivity/Office/Finance -Version: 2.8.2 -Release: 0 -Url: http://www.willuhn.de/products/jameica/ +URL: http://www.willuhn.de/products/jameica/ Source: https://github.com/willuhn/jameica/archive/%{_tag}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ant BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: java-devel >= 1.6 BuildRequires: jpackage-utils -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: paperclips = 1.0.4 +BuildRequires: swtcalendar BuildRequires: velocity = 1.7 +BuildRequires: xml-apis +Requires: nanoxml = 2.2.3 +Requires: paperclips = 1.0.4 +Requires: swtcalendar Requires: velocity = 1.7 # Don't offer libraries linked in here to other packages: -AutoReqProv: off %description Serves as a base framework for recurring tasks on Hibiscus. @@ -63,13 +60,13 @@ %package javadoc Summary: Javadoc for %{name} -Group: Development/Languages/Java +Group: Documentation/HTML %description javadoc Developer documentation for Jameica. %prep -%setup -n %{name}-%{_tag} -q +%setup -q -n %{name}-%{_tag} rm build/jameica-win32.exe rm build/jameica-win64.exe @@ -101,7 +98,7 @@ ln -sf %{_javadir}/velocity.jar lib/velocity/velocity-1.7.jar %build -export CLASSPATH="$(build-classpath xerces-j2-xml-apis)" +export CLASSPATH="$(build-classpath xml-apis)" ant -f build/build.xml init compile jar zip src javadoc %install @@ -139,7 +136,6 @@ %fdupes %{buildroot}%{_prefix}/lib/%{name} %files -%defattr(-,root,root) %doc build/ChangeLog README.md %license LICENSE COPYING %{_bindir}/* @@ -149,11 +145,9 @@ %exclude %{_prefix}/lib/jameica/src %files devel -%defattr(-,root,root) %{_prefix}/lib/jameica/src %files javadoc -%defattr(-,root,root) %{_javadocdir}/%{name}-%{version} %changelog
