From 98f22f34084414b84c1c58adf31d6699ee64a8d9 Mon Sep 17 00:00:00 2001 From: Andrey Maslennikov Date: Mon, 21 Aug 2017 14:51:58 +0300 Subject: [PATCH] UCX: bump version to 1.2.1 --- configure.ac | 2 +- ucx.spec.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 407c543f1c0..74284add87b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ([2.63]) define([ucx_ver_major], 1) define([ucx_ver_minor], 2) -define([ucx_ver_patch], 0) +define([ucx_ver_patch], 1) define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"])) # This is the API version (see libtool library versioning) diff --git a/ucx.spec.in b/ucx.spec.in index c3613da28b2..c2bf000b374 100644 --- a/ucx.spec.in +++ b/ucx.spec.in @@ -79,5 +79,7 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Mon Aug 21 2017 Andrey Maslennikov 1.2.1-1 +- Spec file now complies with Fedora guidelines * Mon Jul 3 2017 Andrey Maslennikov 1.2.0-1 - Fedora package created