Accepting request 971891 from home:david.anes:branches:Java:packages

- Update to 0.8.1:
  * This release adds JSR-269 support. In other words, verification
    of bundles can be performed at compilation time. See the related
    documentation for more details.
  * Fix issue with Eclipse not finding existing resources. With 
    release 0.8.1, Eclipse will find bundles located under 
    "src/main/resources" but still fail to find bundles located 
    under "src/test/resources/".
  * When reading in bundles, the verify method in MessageKeyVerifier
    now uses the locale passed as parameter instead of always 
    Locale.FR. This bug was reported by Dale Wijnand who also 
    provided the releavant patch. 
- Update build.xml-0.7.7.tar.xz to build.xml-0.8.1.tar.xz with
  references to version 0.8.1 to build correctly versioned jar
  files.

OBS-URL: https://build.opensuse.org/request/show/971891
OBS-URL: https://build.opensuse.org/package/show/Java:packages/cal10n?expand=0&rev=19
This commit is contained in:
David Anes 2022-04-21 17:21:31 +00:00 committed by Git OBS Bridge
parent 124fc8908c
commit fc6132a456
6 changed files with 33 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed3969c21254517f97dd6e62b4ea5fe7d2e38142b71ae6905e1a208243a16a6a
size 3824

3
build.xml-0.8.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0acfffac0a074a8f8318e0033a69a421f66023f8e24e15bcaec53fe5a6b867ec
size 3828

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a778dd646277612f7bb5f65d6970938f80294ca775b8916fcc8e62abeeb2fa8f
size 804140

3
cal10n-0.8.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8545f55f74f20bb457cd0260e939b64b5fd31d80f4eb19a98b2d67c00e38f819
size 358264

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Apr 21 17:06:43 UTC 2022 - David Anes <david.anes@suse.com>
- Update to 0.8.1:
* This release adds JSR-269 support. In other words, verification
of bundles can be performed at compilation time. See the related
documentation for more details.
* Fix issue with Eclipse not finding existing resources. With
release 0.8.1, Eclipse will find bundles located under
"src/main/resources" but still fail to find bundles located
under "src/test/resources/".
* When reading in bundles, the verify method in MessageKeyVerifier
now uses the locale passed as parameter instead of always
Locale.FR. This bug was reported by Dale Wijnand who also
provided the releavant patch.
- Update build.xml-0.7.7.tar.xz to build.xml-0.8.1.tar.xz with
references to version 0.8.1 to build correctly versioned jar
files.
-------------------------------------------------------------------
Thu Oct 18 09:14:38 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package cal10n
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: cal10n
Version: 0.7.7
Version: 0.8.1
Release: 0
Summary: Compiler assisted localization library (CAL10N)
License: MIT
Group: Development/Libraries/Java
Url: http://cal10n.qos.ch
Source0: http://cal10n.qos.ch/dist/cal10n-%{version}.tar.gz
Source1: build.xml-0.7.7.tar.xz
URL: http://cal10n.qos.ch
Source0: https://github.com/qos-ch/cal10n/archive/refs/tags/v_%{version}.tar.gz#:/%{name}-%{version}.tar.gz
Source1: build.xml-0.8.1.tar.xz
Patch0: cal10n-0.7.7-sourcetarget.patch
BuildRequires: ant
BuildRequires: fdupes
@ -56,10 +56,10 @@ Group: Development/Libraries/Java
API documentation for %{name}.
%prep
%setup -q
%setup -q -n %{name}-v_%{version}
tar -xf %{SOURCE1}
%patch0 -p1
find . -name "*.jar" | xargs rm
find . -name "*.jar" -exec rm -f {} \;
# bnc#759912
rm -rf docs cal10n-site