diff options
author | Jani Välimaa <wally@mageia.org> | 2023-01-07 09:33:35 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-01-07 09:33:35 +0200 |
commit | cf07c311938742e153b8afe795caf4fdfb75735b (patch) | |
tree | d9870d51849649989193303893ccdd5663cb1a99 | |
parent | 5f0aebe692304978a79a882601e4b8d8b07506a8 (diff) | |
download | rpm-setup-cf07c311938742e153b8afe795caf4fdfb75735b.tar rpm-setup-cf07c311938742e153b8afe795caf4fdfb75735b.tar.gz rpm-setup-cf07c311938742e153b8afe795caf4fdfb75735b.tar.bz2 rpm-setup-cf07c311938742e153b8afe795caf4fdfb75735b.tar.xz rpm-setup-cf07c311938742e153b8afe795caf4fdfb75735b.zip |
2.682.68
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ +Version 2.68 - 7 January 2023, by Jani Välimaa - add macros.gnome to introduce %url_ver and %tarball_version macros +- rpm-spec-mode.el: sync script and tag lists with rpm >= 4.12.90 - rpm-spec-mode.el: fix compatibility with Emacs 28.1, patch from https://github.com/stigbjorlykke/rpm-spec-mode/pull/17 diff --git a/configure.ac b/configure.ac index 9229291..0af83d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rpm-mageia-setup],[2.67],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.68],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |