Update to 1.2 (#2023014)

Note that 1.2 made building tests optional, so we need to explictly
enable it.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
epel9
Fedora Release Monitoring 3 years ago committed by Ondrej Mosnacek
parent 9357b0e15a
commit fb93d1211f

@ -15,8 +15,8 @@
%bcond_without test %bcond_without test
Name: quazip Name: quazip
Version: 1.1 Version: 1.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Qt/C++ wrapper for the minizip library Summary: Qt/C++ wrapper for the minizip library
License: GPLv2+ or LGPLv2+ License: GPLv2+ or LGPLv2+
URL: https://github.com/stachenov/quazip URL: https://github.com/stachenov/quazip
@ -121,19 +121,19 @@ for developing applications that use %{name}-qt6.
%build %build
%if %{with qt4} %if %{with qt4}
%global _vpath_builddir build-qt4 %global _vpath_builddir build-qt4
%cmake -DQUAZIP_QT_MAJOR_VERSION=4 %cmake -DQUAZIP_QT_MAJOR_VERSION=4 -DQUAZIP_ENABLE_TESTS=ON
%cmake_build %cmake_build
%endif %endif
%if %{with qt5} %if %{with qt5}
%global _vpath_builddir build-qt5 %global _vpath_builddir build-qt5
%cmake -DQUAZIP_QT_MAJOR_VERSION=5 %cmake -DQUAZIP_QT_MAJOR_VERSION=5 -DQUAZIP_ENABLE_TESTS=ON
%cmake_build %cmake_build
%endif %endif
%if %{with qt6} %if %{with qt6}
%global _vpath_builddir build-qt6 %global _vpath_builddir build-qt6
%cmake -DQUAZIP_QT_MAJOR_VERSION=6 %cmake -DQUAZIP_QT_MAJOR_VERSION=6 -DQUAZIP_ENABLE_TESTS=ON
%cmake_build %cmake_build
%endif %endif
@ -278,6 +278,9 @@ export QT_ENABLE_REGEXP_JIT=0
%changelog %changelog
* Sun Nov 14 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.2-1
- Update to 1.2 (#2023014)
* Tue Sep 14 2021 Ondrej Mosnacek <omosnace@redhat.com> - 1.1-3 * Tue Sep 14 2021 Ondrej Mosnacek <omosnace@redhat.com> - 1.1-3
- Fix symlink-directory conflict on upgrade - Fix symlink-directory conflict on upgrade

@ -1 +1 @@
SHA512 (quazip-v1.1.tar.gz) = 418516759e993c2e5636422c6a14e2caf95f836698b91d2188df5ef9b97879ee326255273793fc802325e14f378cbe2baad7e6ec2e1732e19bf238f70891f22c SHA512 (quazip-v1.2.tar.gz) = 3f4b1a4194ca286163b1c17880ea471a341dcc05d758ee8f3d1e540d0f6aed7ac18200450187034c46b4fab1da39111dca534d75859701259406a6dd50205386

Loading…
Cancel
Save