Update to 1.3.1
This commit is contained in:
parent
5d092f2af2
commit
68341424c6
2 changed files with 6 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
%global so_ver 1.0.0
|
||||
|
||||
Name: qcustomplot
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Qt widget for plotting and data visualization
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ cp -a %{SOURCE1} .
|
|||
|
||||
|
||||
%build
|
||||
LDFLAGS="-Wl,--as-needed" %qmake_qt4 SOVERSION=%{so_ver} .
|
||||
LDFLAGS="%{__global_ldflags} -Wl,--as-needed" %qmake_qt4 SOVERSION=%{so_ver} .
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
|
|
@ -91,6 +91,9 @@ EOF
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 25 2015 Sandro Mani <manisandro@gmail.com> - 1.3.1-1
|
||||
- Update to 1.3.1
|
||||
|
||||
* Sun Dec 28 2014 Sandro Mani <manisandro@gmail.com> - 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
03b6d97cf8f0d4eb2902c0805a72e8bd QCustomPlot.tar.gz
|
||||
84b525f69fad67d8a77e7994891c2880 QCustomPlot.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue