aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-17 08:49:49 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-17 08:50:15 +0100
commit28b37e0e27ebb7c554dce46660c996093476571b (patch)
treea4e01617c001b34ac45386889c151f101015aa20
parentjava-config 2.3.4-SNAPSHOT (diff)
downloadjava-config-28b37e0e27ebb7c554dce46660c996093476571b.tar.gz
java-config-28b37e0e27ebb7c554dce46660c996093476571b.tar.bz2
java-config-28b37e0e27ebb7c554dce46660c996093476571b.zip
Rename bin/java-config-2 → bin/java-config
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--NEWS3
-rwxr-xr-xsrc/java-config (renamed from src/java-config-2)0
-rw-r--r--src/meson.build2
3 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index abe7595..2faa9d9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ For full ChangeLog generated from svn commit logs see ChangeLog.
BGO: https://bugs.gentoo.org
+2.3.4:
+* Install java-config-2 as java-config from now on
+
2.3.3 / 2.3.2:
* Correctly set java.library.path in launcher
* Allow java-config to parse inverted conditions
diff --git a/src/java-config-2 b/src/java-config
index 3f140b8..3f140b8 100755
--- a/src/java-config-2
+++ b/src/java-config
diff --git a/src/meson.build b/src/meson.build
index c3a4dd9..c80b814 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -3,7 +3,7 @@ subdir('java_config_2')
py_bins = [
'depend-java-query',
'gjl',
- 'java-config-2',
+ 'java-config',
]
# It might seem sensible to use py.install_sources() to install the Python