Accepting request 671840 from Java:packages

Trim future goals from description

OBS-URL: https://build.opensuse.org/request/show/671840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz-java?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2019-02-06 13:06:46 +00:00 committed by Git OBS Bridge
commit 72ad5ef7fb
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 26 12:01:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim future goals from description.
-------------------------------------------------------------------
Wed Jan 9 08:43:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -34,14 +34,13 @@ BuildRequires: unzip
BuildArch: noarch
%description
This aims to be a complete implementation of XZ data compression in pure Java.
This is an implementation of XZ data compression in pure Java.
Single-threaded streamed compression and decompression and random access
decompression have been fully implemented. Threading is planned but it is
unknown when it will be implemented.
decompression have been implemented.
%package javadoc
Summary: API documentation of Java XZ compression library
Group: Development/Libraries/Java
Group: Documentation/HTML
%description javadoc
This package contains the API documentation of xz-java.