Skip to content

Commit 98f22f3

Browse files
Andrey Maslennikovamaslenn
authored andcommitted
UCX: bump version to 1.2.1
1 parent baa0c3c commit 98f22f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_PREREQ([2.63])
1010

1111
define([ucx_ver_major], 1)
1212
define([ucx_ver_minor], 2)
13-
define([ucx_ver_patch], 0)
13+
define([ucx_ver_patch], 1)
1414
define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))
1515

1616
# This is the API version (see libtool library versioning)

ucx.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@ rm -f %{buildroot}%{_libdir}/*.la
7979
%postun -p /sbin/ldconfig
8080

8181
%changelog
82+
* Mon Aug 21 2017 Andrey Maslennikov <[email protected]> 1.2.1-1
83+
- Spec file now complies with Fedora guidelines
8284
* Mon Jul 3 2017 Andrey Maslennikov <[email protected]> 1.2.0-1
8385
- Fedora package created

0 commit comments

Comments
 (0)