Accepting request 972175 from Java:packages
0.8.1 OBS-URL: https://build.opensuse.org/request/show/972175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cal10n?expand=0&rev=12
This commit is contained in:
commit
a96271b89a
@ -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
3
build.xml-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0acfffac0a074a8f8318e0033a69a421f66023f8e24e15bcaec53fe5a6b867ec
|
||||||
|
size 3828
|
@ -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
3
cal10n-0.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8545f55f74f20bb457cd0260e939b64b5fd31d80f4eb19a98b2d67c00e38f819
|
||||||
|
size 358264
|
@ -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>
|
Thu Oct 18 09:14:38 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
14
cal10n.spec
14
cal10n.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cal10n
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cal10n
|
Name: cal10n
|
||||||
Version: 0.7.7
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compiler assisted localization library (CAL10N)
|
Summary: Compiler assisted localization library (CAL10N)
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://cal10n.qos.ch
|
URL: http://cal10n.qos.ch
|
||||||
Source0: http://cal10n.qos.ch/dist/cal10n-%{version}.tar.gz
|
Source0: https://github.com/qos-ch/cal10n/archive/refs/tags/v_%{version}.tar.gz#:/%{name}-%{version}.tar.gz
|
||||||
Source1: build.xml-0.7.7.tar.xz
|
Source1: build.xml-0.8.1.tar.xz
|
||||||
Patch0: cal10n-0.7.7-sourcetarget.patch
|
Patch0: cal10n-0.7.7-sourcetarget.patch
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -56,10 +56,10 @@ Group: Development/Libraries/Java
|
|||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-v_%{version}
|
||||||
tar -xf %{SOURCE1}
|
tar -xf %{SOURCE1}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
find . -name "*.jar" | xargs rm
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
|
|
||||||
# bnc#759912
|
# bnc#759912
|
||||||
rm -rf docs cal10n-site
|
rm -rf docs cal10n-site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user