diff --git a/qcustomplot.spec b/qcustomplot.spec index 9adbee6..eed9278 100644 --- a/qcustomplot.spec +++ b/qcustomplot.spec @@ -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 - 1.3.1-1 +- Update to 1.3.1 + * Sun Dec 28 2014 Sandro Mani - 1.3.0-1 - Update to 1.3.0 diff --git a/sources b/sources index 2a51341..c6d1734 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03b6d97cf8f0d4eb2902c0805a72e8bd QCustomPlot.tar.gz +84b525f69fad67d8a77e7994891c2880 QCustomPlot.tar.gz