update to 2.1.3 [release 2.1.3-1mamba;Sun Sep 09 2018]
This commit is contained in:
parent
1439f4ab5c
commit
f9de7121c4
16
libqca.spec
16
libqca.spec
@ -1,15 +1,16 @@
|
|||||||
%define majorminor %(echo %version | cut -d. -f 1-2)
|
%define majorminor %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libqca
|
Name: libqca
|
||||||
Version: 2.1.0.3
|
Version: 2.1.3
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Qt Cryptographic Architecture (QCA)
|
Summary: Qt Cryptographic Architecture (QCA)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
URL: http://delta.affinix.com/qca/
|
URL: http://delta.affinix.com/qca/
|
||||||
Source: http://download.kde.org/stable/qca-qt5/%{version}/src/qca-qt5-%{version}.tar.xz
|
Source: https://download.kde.org/stable/qca/%{version}/src/qca-%{version}.tar.xz
|
||||||
|
#Source: http://download.kde.org/stable/qca-qt5/%{version}/src/qca-qt5-%{version}.tar.xz
|
||||||
Patch0: qca-2.0.3-gcc-4.7.patch
|
Patch0: qca-2.0.3-gcc-4.7.patch
|
||||||
Patch1: libqca-2.1.0.3-qt5-5.5.patch
|
Patch1: libqca-2.1.0.3-qt5-5.5.patch
|
||||||
Patch2: libqca-2.1.0.3-use-Q_SLOT-and-Q_SIGNAL.patch
|
Patch2: libqca-2.1.0.3-use-Q_SLOT-and-Q_SIGNAL.patch
|
||||||
@ -62,10 +63,10 @@ Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims
|
|||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qca-qt5-%{version}
|
%setup -q -n qca-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -172,6 +173,9 @@ rm -fr %{buildroot}%{_qt4_datadir}/qca/certs
|
|||||||
%doc README TODO
|
%doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1mamba
|
||||||
|
- update to 2.1.3
|
||||||
|
|
||||||
* Fri Jul 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0.3-3mamba
|
* Fri Jul 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0.3-3mamba
|
||||||
- upstream headers patch to use Q_SLOT and Q_SIGNAL
|
- upstream headers patch to use Q_SLOT and Q_SIGNAL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user