Hello community, here is the log from the commit of package gnu-crypto for openSUSE:Leap:15.2 checked in at 2020-02-19 18:49:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnu-crypto (Old) and /work/SRC/openSUSE:Leap:15.2/.gnu-crypto.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-crypto" Wed Feb 19 18:49:02 2020 rev:12 rq:777324 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnu-crypto/gnu-crypto.changes 2020-01-15 15:05:27.741905164 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gnu-crypto.new.26092/gnu-crypto.changes 2020-02-19 18:49:02.743052566 +0100 @@ -1,0 +2,11 @@ +Wed Mar 27 17:33:21 UTC 2019 - Jan Engelhardt <[email protected]> + +- Trim filler wording and redundant metadata from the description. + +------------------------------------------------------------------- +Thu May 17 08:13:14 UTC 2018 - [email protected] + +- Build with source and target 8 to prepare for a possible removal + of 1.6 compatibility + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-crypto.spec ++++++ --- /var/tmp/diff_new_pack.nAo3G9/_old 2020-02-19 18:49:03.703053588 +0100 +++ /var/tmp/diff_new_pack.nAo3G9/_new 2020-02-19 18:49:03.703053588 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnu-crypto # -# Copyright (c) 2017 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,7 +12,7 @@ # 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/ # @@ -20,23 +20,22 @@ Version: 2.0.1 Release: 0 Summary: GNU Crypto -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/Java Url: http://www.gnu.org/software/gnu-crypto/ Source: ftp://ftp.gnu.org/gnu/%{name}/releases/%{name}-%{version}.tar.bz2 Patch0: sasl-functions.patch BuildRequires: ant -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: unzip Provides: jce BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -GNU Crypto, part of the GNU project, released under the aegis of GNU, -aims at providing free, versatile, high-quality, and provably correct -implementations of cryptographic primitives and tools in the Java -programming language for use by programmers and end-users. +GNU Crypto provides implementations of cryptographic primitives and +tools in the Java programming language for use by programmers and +end-users. %prep %setup -q @@ -44,7 +43,7 @@ %build export CLASSPATH=$(build-classpath glibj) -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar +ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar %install mkdir -p %{buildroot}/%{_javadir}
