From 441a11d1ada635ddf71922c362a57410012cb0d3 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 19 Aug 2019 23:44:56 +0300 Subject: [PATCH] 1.3.12-alt1 - ppc64le support (glebfm@) - build-vm hacked to build tarballs too (iv@ et al) - p8.mk: dropped; along with other cleanups/fixups (antohami) --- .gear/mkimage-profiles.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gear/mkimage-profiles.spec b/.gear/mkimage-profiles.spec index e16dc109..d4bd2df7 100644 --- a/.gear/mkimage-profiles.spec +++ b/.gear/mkimage-profiles.spec @@ -1,5 +1,5 @@ Name: mkimage-profiles -Version: 1.3.11.1 +Version: 1.3.12 Release: alt1 Summary: ALT based distribution metaprofile @@ -128,6 +128,11 @@ mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/ %endif %changelog +* Mon Aug 19 2019 Michael Shigorin 1.3.12-alt1 +- ppc64le support (glebfm@) +- build-vm hacked to build tarballs too (iv@ et al) +- p8.mk: dropped; along with other cleanups/fixups (antohami) + * Tue Jul 09 2019 Michael Shigorin 1.3.11.1-alt1 - x11: reverted vulkan changes (need more testing)