[Git][java-team/jcodings][debian/sid] 5 commits: [maven-release-plugin] prepare for next development iteration

Hideki Yamane gitlab at salsa.debian.org
Fri Nov 1 16:04:54 GMT 2019



Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jcodings


Commits:
c5ded8fe by Charles Oliver Nutter at 2019-10-02T01:43:40Z
[maven-release-plugin] prepare for next development iteration

- - - - -
549d6310 by Marcin Mielzynski at 2019-10-31T19:22:21Z
update to unicode 12.1.0

- - - - -
de8f1e75 by Marcin Mielzynski at 2019-10-31T19:23:24Z
[maven-release-plugin] prepare release jcodings-1.0.46

- - - - -
5612c071 by Hideki Yamane at 2019-11-01T16:00:42Z
Merge tag 'jcodings-1.0.46' into debian/sid

[maven-release-plugin]  copy for tag jcodings-1.0.46

- - - - -
929444ad by Hideki Yamane at 2019-11-01T16:01:17Z
note to changelog

- - - - -


15 changed files:

- debian/changelog
- pom.xml
- + resources/tables/CR_Age_12_1.bin
- resources/tables/CR_Assigned.bin
- resources/tables/CR_C.bin
- resources/tables/CR_Cn.bin
- resources/tables/CR_Common.bin
- resources/tables/CR_Graph.bin
- resources/tables/CR_Grapheme_Base.bin
- resources/tables/CR_Print.bin
- resources/tables/CR_S.bin
- resources/tables/CR_So.bin
- resources/tables/CR_Unknown.bin
- scripts/generate.rb
- src/org/jcodings/unicode/UnicodeProperties.java


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jcodings (1.0.46-1) unstable; urgency=medium
+
+  * New upstream release 1.0.46
+
+ -- Hideki Yamane <henrich at debian.org>  Sat, 02 Nov 2019 01:01:12 +0900
+
 jcodings (1.0.45-1) unstable; urgency=medium
 
   * New upstream release 1.0.45


=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jruby.jcodings</groupId>
   <artifactId>jcodings</artifactId>
-  <version>1.0.45</version>
+  <version>1.0.46</version>
   <name>JCodings</name>
   <description>Byte based encoding support library for java</description>
   <parent>


=====================================
resources/tables/CR_Age_12_1.bin
=====================================
Binary files /dev/null and b/resources/tables/CR_Age_12_1.bin differ


=====================================
resources/tables/CR_Assigned.bin
=====================================
Binary files a/resources/tables/CR_Assigned.bin and b/resources/tables/CR_Assigned.bin differ


=====================================
resources/tables/CR_C.bin
=====================================
Binary files a/resources/tables/CR_C.bin and b/resources/tables/CR_C.bin differ


=====================================
resources/tables/CR_Cn.bin
=====================================
Binary files a/resources/tables/CR_Cn.bin and b/resources/tables/CR_Cn.bin differ


=====================================
resources/tables/CR_Common.bin
=====================================
Binary files a/resources/tables/CR_Common.bin and b/resources/tables/CR_Common.bin differ


=====================================
resources/tables/CR_Graph.bin
=====================================
Binary files a/resources/tables/CR_Graph.bin and b/resources/tables/CR_Graph.bin differ


=====================================
resources/tables/CR_Grapheme_Base.bin
=====================================
Binary files a/resources/tables/CR_Grapheme_Base.bin and b/resources/tables/CR_Grapheme_Base.bin differ


=====================================
resources/tables/CR_Print.bin
=====================================
Binary files a/resources/tables/CR_Print.bin and b/resources/tables/CR_Print.bin differ


=====================================
resources/tables/CR_S.bin
=====================================
Binary files a/resources/tables/CR_S.bin and b/resources/tables/CR_S.bin differ


=====================================
resources/tables/CR_So.bin
=====================================
Binary files a/resources/tables/CR_So.bin and b/resources/tables/CR_So.bin differ


=====================================
resources/tables/CR_Unknown.bin
=====================================
Binary files a/resources/tables/CR_Unknown.bin and b/resources/tables/CR_Unknown.bin differ


=====================================
scripts/generate.rb
=====================================
@@ -8,7 +8,7 @@ when /darwin/i; ["const_data", "g"]
 else ;["rdata", ""]
 end
 
-UNICODE_VERSION = "12.0.0"
+UNICODE_VERSION = "12.1.0"
 SRC_DIR = "../src/org/jcodings"
 DST_BIN_DIR =  "../resources/tables"
 INDENT = " " * 4


=====================================
src/org/jcodings/unicode/UnicodeProperties.java
=====================================
@@ -536,6 +536,7 @@ public class UnicodeProperties {
         new CodeRangeEntry("age=10.0", "CR_Age_10_0"),
         new CodeRangeEntry("age=11.0", "CR_Age_11_0"),
         new CodeRangeEntry("age=12.0", "CR_Age_12_0"),
+        new CodeRangeEntry("age=12.1", "CR_Age_12_1"),
         new CodeRangeEntry("graphemeclusterbreak=prepend", "CR_Grapheme_Cluster_Break_Prepend"),
         new CodeRangeEntry("graphemeclusterbreak=cr", "CR_Grapheme_Cluster_Break_CR"),
         new CodeRangeEntry("graphemeclusterbreak=lf", "CR_NEWLINE"),



View it on GitLab: https://salsa.debian.org/java-team/jcodings/compare/3d4ded5284dc77aa529b3b018000b1711a264f91...929444ad6d32785d121f28075774dcf834d7cd02

-- 
View it on GitLab: https://salsa.debian.org/java-team/jcodings/compare/3d4ded5284dc77aa529b3b018000b1711a264f91...929444ad6d32785d121f28075774dcf834d7cd02
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20191101/bec86002/attachment.html>


More information about the pkg-java-commits mailing list