[packages/SoQt] - update to 1.6.3 and switch to Qt6
baggins
baggins at pld-linux.org
Mon Dec 30 10:03:46 CET 2024
commit 676668a92c92492a9313c792921c48caf3447de0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Dec 30 11:03:09 2024 +0100
- update to 1.6.3 and switch to Qt6
SoQt.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/SoQt.spec b/SoQt.spec
index 46cd84b..e2f9e7f 100644
--- a/SoQt.spec
+++ b/SoQt.spec
@@ -2,9 +2,9 @@
# Conditional build:
%bcond_without apidocs # API documentation
%bcond_without static_libs # static library
-%bcond_with qt4 # Qt4 instead of Qt5
-%bcond_without qt5 # Qt5 (default)
-%bcond_with qt6 # Qt6 instead of Qt5
+%bcond_with qt4 # Qt4 instead of Qt6
+%bcond_with qt5 # Qt5 instead of Qt6
+%bcond_without qt6 # Qt6 (default)
%if %{with qt4} || %{with qt6}
%undefine with_qt5
@@ -16,13 +16,13 @@
Summary: Qt GUI component toolkit library for Coin
Summary(pl.UTF-8): Biblioteka komponentu graficznego interfejsu Qt dla biblioteki Coin
Name: SoQt
-Version: 1.6.2
+Version: 1.6.3
Release: 1
License: BSD
Group: X11/Libraries
#Source0Download: https://github.com/coin3d/soqt/releases
Source0: https://github.com/coin3d/soqt/releases/download/v%{version}/soqt-%{version}-src.tar.gz
-# Source0-md5: 70ef0990e009d806c59941d819a62c98
+# Source0-md5: 412a0de593fd336659faf73e7f96036f
Patch0: %{name}-pc.patch
URL: https://github.com/coin3d/soqt
BuildRequires: Coin-devel >= 4.0.0
@@ -130,7 +130,7 @@ Dokumentacja API biblioteki SoQt.
%prep
%setup -q -n soqt
-%patch0 -p1
+%patch -P 0 -p1
%build
install -d builddir
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/SoQt.git/commitdiff/676668a92c92492a9313c792921c48caf3447de0
More information about the pld-cvs-commit
mailing list