Fix lib version

This commit is contained in:
Sandro Mani 2022-11-28 16:10:22 +01:00
commit a5124015c7
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@ project(qcustomplot)
set(SO_VER "" CACHE STRING "SO version")
set(QT_VER "6" CACHE STRING "Target Qt version")
set(QCUSTOMPLOT_LIB_VERSION ${SO_VER}.0)
set(QCUSTOMPLOT_LIB_VERSION ${SO_VER})
set(QCUSTOMPLOT_SO_VERSION ${SO_VER})
FIND_PACKAGE(Qt${QT_VER}Core REQUIRED)

View file

@ -6,7 +6,7 @@
Name: qcustomplot
Version: 2.1.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Qt widget for plotting and data visualization
License: GPL-3.0-or-later
@ -148,6 +148,9 @@ done
%changelog
* Mon Nov 28 2022 Sandro Mani <manisandro@gmail.com> - 2.1.1-3
- Fix lib version
* Mon Nov 28 2022 Sandro Mani <manisandro@gmail.com> - 2.1.1-2
- Add Qt6 build, drop Qt4 build