From 61c9815559442c2cdfc37e2e7ad35c46b40e5c3e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:04:09 +0100 Subject: [PATCH] update to 1.6.0 [release 1.6.0-1mamba;Sat Apr 18 2020] --- qrcodegen.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/qrcodegen.spec b/qrcodegen.spec index a69e62e..2802163 100644 --- a/qrcodegen.spec +++ b/qrcodegen.spec @@ -1,6 +1,6 @@ Name: qrcodegen -Version: 1.5.0 -Release: 2mamba +Version: 1.6.0 +Release: 1mamba Summary: High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, C++, C, Rust Group: System/Libraries Vendor: openmamba @@ -28,8 +28,8 @@ This package contains libraries and header files for developing applications tha %setup -q -n QR-Code-generator-%{version} %build -%make -C c -%make -C cpp +%make -C c CFLAGS="%{optflags} -fPIC" +%make -C cpp CXXFLAGS="%{optflags} -fPIC" %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -51,6 +51,9 @@ cp -a cpp/*.hpp %{buildroot}%{_includedir}/qrcodegen/ %{_libdir}/libqrcodegen.a %changelog +* Sat Apr 18 2020 Silvan Calarco 1.6.0-1mamba +- update to 1.6.0 + * Thu Feb 06 2020 Silvan Calarco 1.5.0-2mamba - rename libqrcodegen.a to libqrcodegencpp.a and provide libqrcodegen.a as C library