Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: 58c7f60b by Charles Oliver Nutter at 2020-05-15T16:01:47-05:00 [maven-release-plugin] prepare for next development iteration - - - - - aa06810d by Charles Oliver Nutter at 2020-05-19T05:47:49-05:00 Update jcodings - - - - - b0e65d99 by Charles Oliver Nutter at 2020-05-19T05:48:57-05:00 [maven-release-plugin] prepare release joni-2.1.38 - - - - - 0f27a2e5 by Charles Oliver Nutter at 2020-05-19T05:49:06-05:00 [maven-release-plugin] prepare for next development iteration - - - - - a27f9e3a by Charles Oliver Nutter at 2020-05-20T04:56:55-05:00 Make these public to aid creation of new syntaxes Fixes #48 - - - - - 9fb8d210 by Charles Oliver Nutter at 2020-05-20T04:58:20-05:00 [maven-release-plugin] prepare release joni-2.1.39 - - - - - d95fc889 by Hideki Yamane at 2020-05-24T00:36:27+09:00 Merge tag 'joni-2.1.39' into debian/sid [maven-release-plugin] copy for tag joni-2.1.39 - - - - - a8a4708c by Hideki Yamane at 2020-05-24T00:37:16+09:00 set Build-Depends-Indep: libjcodings-java (>= 1.0.54) - - - - - 0ad9be10 by Hideki Yamane at 2020-05-24T00:39:38+09:00 note to changelog - - - - - 4 changed files: - debian/changelog - debian/control - pom.xml - src/org/joni/Syntax.java Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jruby-joni (2.1.39-1) unstable; urgency=medium + + * New upstream release + * debian/control + - Set Build-Depends-Indep: libjcodings-java (>= 1.0.54) + + -- Hideki Yamane <[email protected]> Sun, 24 May 2020 00:37:50 +0900 + jruby-joni (2.1.37-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: default-jdk Build-Depends-Indep: junit4 (>= 4.12), - libjcodings-java (>= 1.0.53), + libjcodings-java (>= 1.0.54), maven-debian-helper (>= 2.0) Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/jruby-joni.git ===================================== pom.xml ===================================== @@ -4,7 +4,7 @@ <groupId>org.jruby.joni</groupId> <artifactId>joni</artifactId> <packaging>jar</packaging> - <version>2.1.37</version> + <version>2.1.39</version> <name>Joni</name> <description> Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma @@ -52,7 +52,7 @@ <dependency> <groupId>org.jruby.jcodings</groupId> <artifactId>jcodings</artifactId> - <version>1.0.53</version> + <version>1.0.54</version> </dependency> <dependency> <groupId>junit</groupId> ===================================== src/org/joni/Syntax.java ===================================== @@ -25,10 +25,10 @@ import org.joni.constants.SyntaxProperties; public final class Syntax implements SyntaxProperties { public final String name; - private final int op; - private final int op2; - private final int op3; - private final int behavior; + public final int op; + public final int op2; + public final int op3; + public final int behavior; public final int options; public final MetaCharTable metaCharTable; View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/f039bece7be2b3205a6aa1728909045e41e914f2...0ad9be10211e3c53cd171398d4234f22da962693 -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/f039bece7be2b3205a6aa1728909045e41e914f2...0ad9be10211e3c53cd171398d4234f22da962693 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

