Update to 1.3.0
This commit is contained in:
parent
a06099a817
commit
5d092f2af2
2 changed files with 7 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Bump this as appropriate when doing release updates, check i.e. with abi_compliance_checker
|
||||
# First digit: major, bump when incompatible changes were performed
|
||||
# Second digit: minor, bump when interface was extended
|
||||
%global so_ver 0.0.0
|
||||
%global so_ver 1.0.0
|
||||
|
||||
Name: qcustomplot
|
||||
Version: 1.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Qt widget for plotting and data visualization
|
||||
|
||||
License: GPLv3+
|
||||
|
|
@ -91,6 +91,9 @@ EOF
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 28 2014 Sandro Mani <manisandro@gmail.com> - 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
|
||||
* Fri Dec 19 2014 Sandro Mani <manisandro@gmail.com> - 1.2.1-2
|
||||
- BuildRequires: qt-devel -> qt4-devel
|
||||
- Use %%license
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b41cff26d9bdfbdd7f453a34c7520300 QCustomPlot.tar.gz
|
||||
03b6d97cf8f0d4eb2902c0805a72e8bd QCustomPlot.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue