Accepting request 266369 from home:posophe:branches:Java:packages
- Update to version 0.7.7 + Correctly read escaped ':', '#', '!', '=' characters. The behavior is documented in the Properties javadocs (http://tinyurl.com/bprdgnk). This fixes CAL-37 (http://jira.qos.ch/browse/CAL-37) - Update build.xml.tar.bz2, rename it to build.xml-$VERSION and recompress it in xz format - Add a requirement to xz OBS-URL: https://build.opensuse.org/request/show/266369 OBS-URL: https://build.opensuse.org/package/show/Java:packages/cal10n?expand=0&rev=10
This commit is contained in:
parent
01a1eaedcc
commit
ef85efa743
3
build.xml-0.7.7.tar.xz
Normal file
3
build.xml-0.7.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed3969c21254517f97dd6e62b4ea5fe7d2e38142b71ae6905e1a208243a16a6a
|
||||||
|
size 3824
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3146a54c77828cc68275718439dd032f797d9409fadbe10226f2c54f7078a993
|
|
||||||
size 4402
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ed4a8c0c459321dce492bc058d163b56159fd9f80cf099231e330c4829eaef0
|
|
||||||
size 758482
|
|
3
cal10n-0.7.7.tar.gz
Normal file
3
cal10n-0.7.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a778dd646277612f7bb5f65d6970938f80294ca775b8916fcc8e62abeeb2fa8f
|
||||||
|
size 804140
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 25 14:23:44 UTC 2014 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.7.7
|
||||||
|
+ Correctly read escaped ':', '#', '!', '=' characters. The behavior
|
||||||
|
is documented in the Properties javadocs (http://tinyurl.com/bprdgnk).
|
||||||
|
This fixes CAL-37 (http://jira.qos.ch/browse/CAL-37)
|
||||||
|
- Update build.xml.tar.bz2, rename it to build.xml-$VERSION and
|
||||||
|
recompress it in xz format
|
||||||
|
- Add a requirement to xz
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 7 14:59:58 UTC 2014 - tchvatal@suse.com
|
Mon Jul 7 14:59:58 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -17,17 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cal10n
|
Name: cal10n
|
||||||
Version: 0.7.4
|
Version: 0.7.7
|
||||||
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: http://cal10n.qos.ch/dist/cal10n-%{version}.tar.gz
|
||||||
Source1: build.xml.tar.bz2
|
Source1: build.xml-0.7.7.tar.xz
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
|
BuildRequires: xz
|
||||||
Requires: java
|
Requires: java
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user