Accepting request 264133 from home:posophe:branches:Java:packages
update + fixes OBS-URL: https://build.opensuse.org/request/show/264133 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-codec?expand=0&rev=22
This commit is contained in:
parent
258df6ed64
commit
fc6f60dd8a
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 11:33:52 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.10
|
||||
New features:
|
||||
+ Add Daitch-Mokotoff Soundex
|
||||
Issue: CODEC-192.
|
||||
+ QuotedPrintableCodec does not support soft line break per the
|
||||
'quoted-printable' example on Wikipedia
|
||||
Issue: CODEC-121.
|
||||
+ Make possible to provide padding byte to BaseNCodec in constructor
|
||||
Issue: CODEC-181.
|
||||
Fixed Bugs:
|
||||
+ Added clarification to Javadoc of Base64 concerning the use of the
|
||||
urlSafe parameter
|
||||
Issue: CODEC-185.
|
||||
+ Added clarification to the Javadoc of Base[32|64]OutputStream that it
|
||||
is mandatory to call close()
|
||||
Issue: CODEC-191.
|
||||
+ Add support for HMAC Message Authentication Code (MAC) digests
|
||||
Issue: CODEC-188.
|
||||
+ Beider Morse Phonetic Matching producing incorrect tokens
|
||||
Issue: CODEC-187.
|
||||
+ NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
|
||||
using empty strings
|
||||
Issue: CODEC-184.
|
||||
+ Fix Javadoc 1.8.0 errors
|
||||
Issue: CODEC-180.
|
||||
+ Fix Java 8 build Javadoc errors
|
||||
Issue: CODEC-189.
|
||||
Changes:
|
||||
+ Deprecate Charsets Charset constants in favor of Java 7's
|
||||
java.nio.charset.StandardCharsets
|
||||
Issue: CODEC-178.
|
||||
+ Update from commons-parent 34 to 35
|
||||
Issue: CODEC-190.
|
||||
- Use javapackages-tools instead of java-devel
|
||||
- Remove gpg_verify usage; let obs handle it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 15:15:40 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define short_name commons-%{base_name}
|
||||
|
||||
Name: apache-commons-codec
|
||||
Version: 1.8
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
Summary: Apache Commons Codec Package
|
||||
License: Apache-2.0
|
||||
@ -32,8 +32,6 @@ Group: Development/Libraries/Java
|
||||
|
||||
Url: http://commons.apache.org/codec/
|
||||
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||
Source1: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
|
||||
Source2: apache-commons-codec.keyring
|
||||
Source4: MANIFEST.MF
|
||||
|
||||
# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
|
||||
@ -41,10 +39,9 @@ Patch0: timeout.patch
|
||||
|
||||
BuildRequires: ant >= 1.7
|
||||
BuildRequires: ant-junit >= 1.7
|
||||
BuildRequires: java-devel >= 1.6.0
|
||||
BuildRequires: javapackages-tools
|
||||
# FIXME: mozilla-nss is necessary in order to use crypto, which is tested via junit tests
|
||||
# this should be a dependency of openjdk itself
|
||||
BuildRequires: gpg-offline
|
||||
BuildRequires: junit
|
||||
BuildRequires: mozilla-nss
|
||||
|
||||
@ -91,7 +88,6 @@ Obsoletes: %{short_name}-javadoc < %{version}
|
||||
Javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%gpg_verify %{SOURCE1}
|
||||
%setup -q -n %{short_name}-%{version}-src
|
||||
%patch0 -p1
|
||||
|
||||
|
3
commons-codec-1.10-src.tar.gz
Normal file
3
commons-codec-1.10-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5e48eacc96b16478ff86c752c113ad6d1eb2991cf895ced431d68e2c17838f1
|
||||
size 322874
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:388397bc09b4086d045906fc19cf10cb091feb3c7c115e644359b8e378d7ed61
|
||||
size 299286
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (MingW32)
|
||||
|
||||
iQEcBAABAgAGBQJRduk7AAoJEIb9x+KhEmLLzQEH/jbGCqCTzZlFdSFWotLOB9By
|
||||
BnU0ooaZEB7TjN0JeSegCtH8VO5KWHGrm8swa2lc/iO3sYfULnddlZzH+nYADBBn
|
||||
VTvVjio/1XJ1HAdZOKPGVHHdUqAiQWiovzdLWJIF+hENBuW8ZX2fCOAzMLsoSArk
|
||||
R3MAVnwFj1AIDRxGarhc0ta5mbNpZOIZk8KquiSY9/p5Z7SYBhOSNfadic/481wO
|
||||
hhL+YlJk6tyvbGohFHrQG64qxRkUzjfLJBYZjCeju9hVDdWSotZa5HxGtmLCVjnI
|
||||
nn86DatTC3zAphK/HamU1m1YEi/bDmg8ZH9iOd9iEz2wpT1ZNf6jbklII1zRq3o=
|
||||
=HkET
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user