diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-24 11:55:16 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-24 11:55:16 +0200 |
commit | f65a36f324313a2166843acfa38577e3bba800d6 (patch) | |
tree | b550ecb172387262766187dd10b45f86ad45cf30 | |
parent | 56b53e86fb0910624c340c806e374f3c6113bf40 (diff) | |
download | rpm-setup-f65a36f324313a2166843acfa38577e3bba800d6.tar rpm-setup-f65a36f324313a2166843acfa38577e3bba800d6.tar.gz rpm-setup-f65a36f324313a2166843acfa38577e3bba800d6.tar.bz2 rpm-setup-f65a36f324313a2166843acfa38577e3bba800d6.tar.xz rpm-setup-f65a36f324313a2166843acfa38577e3bba800d6.zip |
2.36,2.36
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.36 - 24 September 2018, by Thierry Vignaud + - add __brp_mangle_shebangs in order to fix /bin -> /usr/bin & "env foobar" - automatically compile python files diff --git a/configure.ac b/configure.ac index 8329852..f0be648 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.35, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.36, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |