diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-05-04 17:13:04 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-05-04 17:13:04 +0000 |
commit | 5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b (patch) | |
tree | f6c1f1d36ab51985b1bb039fde195e99c317b596 | |
parent | bb4a5dd108fde7118664b092718fdf96d19f6e66 (diff) | |
download | rpm-setup-5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b.tar rpm-setup-5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b.tar.gz rpm-setup-5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b.tar.bz2 rpm-setup-5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b.tar.xz rpm-setup-5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b.zip |
Release 2.392.39
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.39 - 4 May 2019, by Pascal Terjan + - make armv7hl chroots on aarch64 work as expected (urpmi accepts to install armv7hl packages and default rpm build target is armv7hl) diff --git a/configure.ac b/configure.ac index 4dfaf6f..c9ee67b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.38, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.39, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |