qt6: update to 6.7.2
This commit is contained in:
parent
652d0f6d19
commit
242ffc3b76
@ -7,7 +7,7 @@
|
||||
Summary: PyQt6 is Python bindings for Qt6
|
||||
Name: python-pyqt6
|
||||
Version: 6.7.0
|
||||
Release: 2%{?snap:^%{snap}}%{?dist}
|
||||
Release: 3%{?snap:^%{snap}}%{?dist}
|
||||
|
||||
License: gpl-3.0-only
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
@ -242,6 +242,9 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.0-3
|
||||
- rebuilt for qt 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.0-2
|
||||
- rebuilt for qt 6.7.1
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 4ec527c..1969afc 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -252,13 +252,13 @@ if(NOT WIN32)
|
||||
set(PKGCONFIG_LIBS "-L\${libdir} -l${QCA_LIB_NAME}")
|
||||
endif()
|
||||
|
||||
- if(NOT BUILD_WITH_QT6)
|
||||
+ # if(NOT BUILD_WITH_QT6)
|
||||
# qca2.pc uses absolute paths. So it must be there. Don't rellocate this.
|
||||
configure_file("qca2.pc.cmake" "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/pkgconfig/${QCA_PC_NAME}" @ONLY)
|
||||
if(NOT DEVELOPER_MODE)
|
||||
install(FILES "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/pkgconfig/${QCA_PC_NAME}" DESTINATION ${PKGCONFIG_INSTALL_PREFIX})
|
||||
endif()
|
||||
- endif()
|
||||
+ # endif()
|
||||
endif()
|
||||
|
||||
# strip CMAKE_INSTALL_PREFIX in all paths
|
@ -1,693 +0,0 @@
|
||||
%if 0%{?fedora} < 34 && 0%{?rhel} < 9
|
||||
%global botan 1
|
||||
%endif
|
||||
|
||||
%bcond_without qt5
|
||||
%bcond_without qt6
|
||||
|
||||
#global doc 1
|
||||
%global tests 1
|
||||
|
||||
Name: qca
|
||||
Summary: Qt Cryptographic Architecture
|
||||
Version: 2.3.7
|
||||
Release: 4%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://userbase.kde.org/QCA
|
||||
Source0: http://download.kde.org/stable/qca/%{version}/qca-%{version}.tar.xz
|
||||
# Also generate pkgconfig file for qt6
|
||||
Patch0: qca-qt6-pkgconfig.patch
|
||||
## upstream patches
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(libpkcs11-helper-1)
|
||||
BuildRequires: pkgconfig(libsasl2)
|
||||
|
||||
|
||||
%if 0%{?doc}
|
||||
# apidocs
|
||||
# may need to add some tex-related ones too -- rex
|
||||
BuildRequires: doxygen-latex
|
||||
BuildRequires: graphviz
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Taking a hint from the similarly-named Java Cryptography Architecture,
|
||||
QCA aims to provide a straightforward and cross-platform crypto API,
|
||||
using Qt datatypes and conventions. QCA separates the API from the
|
||||
implementation, using plugins known as Providers. The advantage of this
|
||||
model is to allow applications to avoid linking to or explicitly depending
|
||||
on any particular cryptographic library. This allows one to easily change
|
||||
or upgrade crypto implementations without even needing to recompile the
|
||||
application!
|
||||
|
||||
|
||||
%if %{with qt5}
|
||||
%package qt5
|
||||
Summary: Qt5 Cryptographic Architecture
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
%if ! 0%{?botan}
|
||||
Obsoletes: qca-qt5-botan < %{version}-%{release}
|
||||
%endif
|
||||
# most runtime consumers seem to assume the ossl plugin be present
|
||||
Recommends: %{name}-qt5-ossl%{?_isa}
|
||||
%description qt5
|
||||
Taking a hint from the similarly-named Java Cryptography Architecture,
|
||||
QCA aims to provide a straightforward and cross-platform crypto API,
|
||||
using Qt datatypes and conventions. QCA separates the API from the
|
||||
implementation, using plugins known as Providers. The advantage of this
|
||||
model is to allow applications to avoid linking to or explicitly depending
|
||||
on any particular cryptographic library. This allows one to easily change
|
||||
or upgrade crypto implementations without even needing to recompile the
|
||||
application!
|
||||
|
||||
%package qt5-devel
|
||||
Summary: Qt5 Cryptographic Architecture development files
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-devel
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?botan}
|
||||
%package qt5-botan
|
||||
Summary: Botan plugin for the Qt5 Cryptographic Architecture
|
||||
BuildRequires: pkgconfig(botan-2)
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-botan
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
%package qt5-cyrus-sasl
|
||||
Summary: Cyrus-SASL plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-cyrus-sasl
|
||||
%{summary}.
|
||||
|
||||
%package qt5-gcrypt
|
||||
Summary: Gcrypt plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-gcrypt
|
||||
%{summary}.
|
||||
|
||||
%package qt5-gnupg
|
||||
Summary: Gnupg plugin for the Qt Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
Requires: gnupg
|
||||
%description qt5-gnupg
|
||||
%{summary}.
|
||||
|
||||
%package qt5-logger
|
||||
Summary: Logger plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-logger
|
||||
%{summary}.
|
||||
|
||||
%package qt5-nss
|
||||
Summary: Nss plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-nss
|
||||
%{summary}.
|
||||
|
||||
%package qt5-ossl
|
||||
Summary: Openssl plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-ossl
|
||||
%{summary}.
|
||||
|
||||
%package qt5-pkcs11
|
||||
Summary: Pkcs11 plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-pkcs11
|
||||
%{summary}.
|
||||
|
||||
%package qt5-softstore
|
||||
Summary: Pkcs11 plugin for the Qt5 Cryptographic Architecture
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
%description qt5-softstore
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
|
||||
%if %{with qt6}
|
||||
%package qt6
|
||||
BuildRequires: pkgconfig(Qt6Core)
|
||||
BuildRequires: pkgconfig(Qt6Core5Compat)
|
||||
Summary: Qt6 Cryptographic Architecture
|
||||
# most runtime consumers seem to assume the ossl plugin be present
|
||||
Recommends: %{name}-qt6-ossl%{?_isa}
|
||||
%description qt6
|
||||
Taking a hint from the similarly-named Java Cryptography Architecture,
|
||||
QCA aims to provide a straightforward and cross-platform crypto API,
|
||||
using Qt datatypes and conventions. QCA separates the API from the
|
||||
implementation, using plugins known as Providers. The advantage of this
|
||||
model is to allow applications to avoid linking to or explicitly depending
|
||||
on any particular cryptographic library. This allows one to easily change
|
||||
or upgrade crypto implementations without even needing to recompile the
|
||||
application!
|
||||
|
||||
%package qt6-devel
|
||||
Summary: Qt6 Cryptographic Architecture development files
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-devel
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?botan}
|
||||
%package qt6-botan
|
||||
Summary: Botan plugin for the Qt6 Cryptographic Architecture
|
||||
BuildRequires: pkgconfig(botan-2)
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-botan
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
%package qt6-cyrus-sasl
|
||||
Summary: Cyrus-SASL plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-cyrus-sasl
|
||||
%{summary}.
|
||||
|
||||
%package qt6-gcrypt
|
||||
Summary: Gcrypt plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-gcrypt
|
||||
%{summary}.
|
||||
|
||||
%package qt6-gnupg
|
||||
Summary: Gnupg plugin for the Qt Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
Requires: gnupg
|
||||
%description qt6-gnupg
|
||||
%{summary}.
|
||||
|
||||
%package qt6-logger
|
||||
Summary: Logger plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-logger
|
||||
%{summary}.
|
||||
|
||||
%package qt6-nss
|
||||
Summary: Nss plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-nss
|
||||
%{summary}.
|
||||
|
||||
%package qt6-ossl
|
||||
Summary: Openssl plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-ossl
|
||||
%{summary}.
|
||||
|
||||
%package qt6-pkcs11
|
||||
Summary: Pkcs11 plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-pkcs11
|
||||
%{summary}.
|
||||
|
||||
%package qt6-softstore
|
||||
Summary: Pkcs11 plugin for the Qt6 Cryptographic Architecture
|
||||
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
||||
%description qt6-softstore
|
||||
%{summary}.
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
cmake_opts="-Wno-dev \
|
||||
-DBUILD_TESTS:BOOL=%{?tests:ON}%{!?tests:OFF} \
|
||||
-DQCA_INSTALL_IN_QT_PREFIX:BOOL=ON \
|
||||
-DQCA_BINARY_INSTALL_DIR:STRING=%{_bindir} \
|
||||
-DQCA_MAN_INSTALL_DIR:PATH=%{_mandir} \
|
||||
-DWITH_botan_PLUGIN:BOOL=%{?botan:ON}%{?!botan:OFF}"
|
||||
%if %{with qt5}
|
||||
%define _vpath_builddir %{_target_platform}-qt5
|
||||
%cmake $cmake_opts \
|
||||
-DQCA_INCLUDE_INSTALL_DIR:PATH=%{_qt5_headerdir} \
|
||||
-DQCA_PRIVATE_INCLUDE_INSTALL_DIR:PATH=%{_qt5_headerdir}
|
||||
|
||||
%cmake_build
|
||||
%endif
|
||||
|
||||
|
||||
%if %{with qt6}
|
||||
%define _vpath_builddir %{_target_platform}-qt6
|
||||
%cmake $cmake_opts \
|
||||
-DQT6=ON \
|
||||
-DQCA_INCLUDE_INSTALL_DIR:PATH=%{_qt6_headerdir} \
|
||||
-DQCA_PRIVATE_INCLUDE_INSTALL_DIR:PATH=%{_qt6_headerdir}
|
||||
|
||||
%cmake_build
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%if 0%{?doc}
|
||||
%cmake_build --target doc
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
%define _vpath_builddir %{_target_platform}-qt5
|
||||
%cmake_install
|
||||
|
||||
%if %{with qt6}
|
||||
%define _vpath_builddir %{_target_platform}-qt6
|
||||
%cmake_install
|
||||
%endif
|
||||
|
||||
|
||||
%if 0%{?doc}
|
||||
# no make install target for docs yet
|
||||
mkdir -p %{buildroot}%{_docdir}/qca
|
||||
cp -a %{_target_platform}/apidocs/html/ \
|
||||
%{buildroot}%{_docdir}/qca/
|
||||
%endif
|
||||
|
||||
|
||||
%check
|
||||
%if %{with qt5}
|
||||
%if 0%{?test}
|
||||
%define _vpath_builddir %{_target_platform}-qt5
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
||||
# skip slow archs
|
||||
%ifnarch %{arm} ppc64 s390x
|
||||
test "$(pkg-config --modversion qca2-qt5)" = "%{version}"
|
||||
%ctest --timeout 180
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{with qt6}
|
||||
%if 0%{?test}
|
||||
%define _vpath_builddir %{_target_platform}-qt6
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
||||
# skip slow archs
|
||||
%ifnarch %{arm} ppc64 s390x
|
||||
test "$(pkg-config --modversion qca2-qt6)" = "%{version}"
|
||||
%ctest --timeout 180
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%if 0%{?doc}
|
||||
%files doc
|
||||
%{_docdir}/qca/html/
|
||||
%endif
|
||||
|
||||
|
||||
%if %{with qt5}
|
||||
%files qt5
|
||||
%doc README TODO
|
||||
%license COPYING
|
||||
%{_bindir}/mozcerts-qt5
|
||||
%{_bindir}/qcatool-qt5
|
||||
%{_mandir}/man1/qcatool-qt5.1*
|
||||
%{_qt5_libdir}/libqca-qt5.so.2*
|
||||
%dir %{_qt5_plugindir}/crypto/
|
||||
|
||||
%files qt5-devel
|
||||
%{_qt5_headerdir}/QtCrypto
|
||||
%{_qt5_libdir}/libqca-qt5.so
|
||||
%{_libdir}/pkgconfig/qca2-qt5.pc
|
||||
%{_libdir}/cmake/Qca-qt5/
|
||||
%{_qt5_archdatadir}/mkspecs/features/crypto.prf
|
||||
|
||||
%if 0%{?botan}
|
||||
%files qt5-botan
|
||||
%doc plugins/qca-botan/README
|
||||
%{_qt5_plugindir}/crypto/libqca-botan.so
|
||||
%endif
|
||||
|
||||
%files qt5-cyrus-sasl
|
||||
%doc plugins/qca-gcrypt/README
|
||||
%{_qt5_plugindir}/crypto/libqca-cyrus-sasl.so
|
||||
|
||||
%files qt5-gcrypt
|
||||
%{_qt5_plugindir}/crypto/libqca-gcrypt.so
|
||||
|
||||
%files qt5-gnupg
|
||||
%doc plugins/qca-cyrus-sasl/README
|
||||
%{_qt5_plugindir}/crypto/libqca-gnupg.so
|
||||
|
||||
%files qt5-logger
|
||||
%doc plugins/qca-logger/README
|
||||
%{_qt5_plugindir}/crypto/libqca-logger.so
|
||||
|
||||
%files qt5-nss
|
||||
%doc plugins/qca-nss/README
|
||||
%{_qt5_plugindir}/crypto/libqca-nss.so
|
||||
|
||||
%files qt5-ossl
|
||||
%doc plugins/qca-ossl/README
|
||||
%{_qt5_plugindir}/crypto/libqca-ossl.so
|
||||
|
||||
%files qt5-pkcs11
|
||||
%doc plugins/qca-pkcs11/README
|
||||
%{_qt5_plugindir}/crypto/libqca-pkcs11.so
|
||||
|
||||
%files qt5-softstore
|
||||
%doc plugins/qca-softstore/README
|
||||
%{_qt5_plugindir}/crypto/libqca-softstore.so
|
||||
%endif
|
||||
|
||||
|
||||
%if %{with qt6}
|
||||
%files qt6
|
||||
%doc README TODO
|
||||
%license COPYING
|
||||
%{_bindir}/mozcerts-qt6
|
||||
%{_bindir}/qcatool-qt6
|
||||
%{_mandir}/man1/qcatool-qt6.1*
|
||||
%{_qt6_libdir}/libqca-qt6.so.2*
|
||||
%dir %{_qt6_plugindir}/crypto/
|
||||
|
||||
%files qt6-devel
|
||||
%{_qt6_headerdir}/QtCrypto
|
||||
%{_qt6_libdir}/libqca-qt6.so
|
||||
%{_libdir}/pkgconfig/qca2-qt6.pc
|
||||
%{_libdir}/cmake/Qca-qt6/
|
||||
|
||||
%if 0%{?botan}
|
||||
%files qt6-botan
|
||||
%doc plugins/qca-botan/README
|
||||
%{_qt6_plugindir}/crypto/libqca-botan.so
|
||||
%endif
|
||||
|
||||
%files qt6-cyrus-sasl
|
||||
%doc plugins/qca-gcrypt/README
|
||||
%{_qt6_plugindir}/crypto/libqca-cyrus-sasl.so
|
||||
|
||||
%files qt6-gcrypt
|
||||
%{_qt6_plugindir}/crypto/libqca-gcrypt.so
|
||||
|
||||
%files qt6-gnupg
|
||||
%doc plugins/qca-cyrus-sasl/README
|
||||
%{_qt6_plugindir}/crypto/libqca-gnupg.so
|
||||
|
||||
%files qt6-logger
|
||||
%doc plugins/qca-logger/README
|
||||
%{_qt6_plugindir}/crypto/libqca-logger.so
|
||||
|
||||
%files qt6-nss
|
||||
%doc plugins/qca-nss/README
|
||||
%{_qt6_plugindir}/crypto/libqca-nss.so
|
||||
|
||||
%files qt6-ossl
|
||||
%doc plugins/qca-ossl/README
|
||||
%{_qt6_plugindir}/crypto/libqca-ossl.so
|
||||
|
||||
%files qt6-pkcs11
|
||||
%doc plugins/qca-pkcs11/README
|
||||
%{_qt6_plugindir}/crypto/libqca-pkcs11.so
|
||||
|
||||
%files qt6-softstore
|
||||
%doc plugins/qca-softstore/README
|
||||
%{_qt6_plugindir}/crypto/libqca-softstore.so
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 16 2024 Raven <raven@sysadmins.ws> - 2.3.7-4
|
||||
- Rebuild for new qt6
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Dec 13 2023 Steve Cossette <farchord@gmail.com> - 2.3.7-1
|
||||
- 2.3.7
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed May 03 2023 Marie Loise Nolden <loise@kde.org> - 2.3.6-1
|
||||
- 2.3.6
|
||||
|
||||
* Fri Mar 03 2023 Jan Grulich <jgrulich@redhat.com> - 2.3.5-1
|
||||
- 2.3.5
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Nov 29 2022 Sandro Mani <manisandro@gmail.com> - 2.3.4-4
|
||||
- Add qt6 build
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Sep 29 2021 Rex Dieter <rdieter@fedoraproject.org> - 2.3.4-1
|
||||
- 2.3.4
|
||||
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.3.3-2
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
|
||||
* Sat Jul 31 2021 Rex Dieter <rdieter@fedoraproject.org> - 2.3.3-1
|
||||
- 2.3.3
|
||||
- disable apidocs for now, FTBFS on rawhide
|
||||
- macro'ize docs, tests
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Dec 06 2020 Jeff Law <law@redhat.com> - 2.3.1-5
|
||||
- Fix missing #include for gcc-11
|
||||
|
||||
* Tue Nov 03 2020 Rex Dieter <rdieter@fedoraproject.org> - 2.3.1-4
|
||||
- drop botan for f34+ (#1892893)
|
||||
|
||||
* Wed Aug 26 2020 Rex Dieter <rdieter@fedoraproject.org> - 2.3.1-3
|
||||
- rebuild (botan)
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 06 2020 Rex Dieter <rdieter@fedoraproject.org> - 2.3.1-1
|
||||
- 2.3.1
|
||||
|
||||
* Mon Jun 29 2020 Rex Dieter <rdieter@fedoraproject.org> - 2.3.0-1
|
||||
- 2.3.0
|
||||
- -qt5 only
|
||||
- .spec cleanup
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Apr 25 2019 Rex Dieter <rdieter@fedoraproject.org> - 2.2.1-1
|
||||
- 2.2.1
|
||||
|
||||
* Mon Apr 22 2019 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-1
|
||||
- 2.2.0 formal release
|
||||
|
||||
* Tue Feb 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.10.20181017
|
||||
- make qt4 tests non-fatal
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-0.9.20181017
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.8.20181017
|
||||
- 2.2.0-20181017 snapshot
|
||||
|
||||
* Wed Oct 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.7.20180619
|
||||
- (re)enable botan support for real
|
||||
|
||||
* Mon Sep 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.6.20180619
|
||||
- Recommends: qca(-qt5)-ossl
|
||||
|
||||
* Tue Jul 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.5.20180619
|
||||
- 2.2.0-20180619 snapshot
|
||||
- (re)enable botan support
|
||||
- use %%_qt5_archdatadir/mkspecs
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-0.4.20180105
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Mar 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.2.20180105
|
||||
- use %%make_build %%ldconfig_scriptlets
|
||||
- BR: gcc-c++
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-0.2.20180105
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Jan 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.2.0-0.1.20180105
|
||||
- 2.2.0-20180105 snapshot
|
||||
- support openssl-1.1 (f27+)
|
||||
- disable botan backend (f27+, until supports openssl-1.1 too, see #1531569)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue May 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.3-6
|
||||
- re-enable pkcs11 support (#1423077)
|
||||
|
||||
* Mon Apr 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.3-5
|
||||
- Obsoletes: qca-pkcs11 (when pkcs11 support is disabled)
|
||||
|
||||
* Mon Apr 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.3-4
|
||||
- disable pkcs11 support on f26+ (#1423077)
|
||||
|
||||
* Fri Feb 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.3-3
|
||||
- update URL (#1423876)
|
||||
|
||||
* Fri Feb 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.3-2
|
||||
- use upstream tarball
|
||||
|
||||
* Mon Feb 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.3-1
|
||||
- qca-2.1.3 (#1419662)
|
||||
|
||||
* Mon Feb 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.1-9
|
||||
- pull in upstream fixes (#1419662), update URL
|
||||
|
||||
* Thu Jul 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.1.1-8
|
||||
- pull in some upstream fixes
|
||||
|
||||
* Sat Apr 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.1.1-7
|
||||
- own plugindir/crypto
|
||||
|
||||
* Wed Apr 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.1.1-6
|
||||
- rebuild (qt)
|
||||
|
||||
* Mon Apr 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.1.1-5
|
||||
- update URL
|
||||
|
||||
* Mon Feb 08 2016 Rex Dieter <rdieter@fedoraproject.org> 2.1.1-4
|
||||
- rebuild (botan), %%check: make qt5 tests non-fatal (FIXME: BigInteger test fails on rawhide)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Nov 19 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.1-2
|
||||
- pull in latest upstream fixes, fix build (related to install paths)
|
||||
|
||||
* Sat Oct 17 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.1-1
|
||||
- 2.1.1
|
||||
|
||||
* Mon Aug 03 2015 Helio Chissini de Castro <helio@kde.org> - 2.1.0-14
|
||||
- Add missing header. Breaks compilation for upcoming okular on Qt5
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-12
|
||||
- exclude -doc content from main pkg
|
||||
|
||||
* Thu Apr 23 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-11
|
||||
- rebuild (gcc5)
|
||||
|
||||
* Thu Feb 19 2015 Rex Dieter <rdieter@fedoraproject.org> - 2.1.0-10
|
||||
- rebuild (gcc5)
|
||||
|
||||
* Wed Jan 14 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-9
|
||||
- drop no_ansi workaround
|
||||
|
||||
* Wed Jan 14 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-8
|
||||
- workaround -gcrypt ftbfs (#1182200)
|
||||
- BR: graphviz (docs use 'dot' apparently)
|
||||
|
||||
* Tue Jan 13 2015 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-7
|
||||
- more upstream fixes (qt5 branch too)
|
||||
|
||||
* Tue Dec 02 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-6
|
||||
- pull in upstream patches (primarily for qt5 parallel-installability)
|
||||
|
||||
* Mon Dec 01 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-5
|
||||
- %%check: fix unittests
|
||||
|
||||
* Mon Dec 01 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-4
|
||||
- initial qt5 support
|
||||
|
||||
* Fri Nov 14 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-3
|
||||
- -doc: use %%_docdir instead, %%check: skip filewatch unittest
|
||||
|
||||
* Fri Nov 14 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-2
|
||||
- -botan, -doc subpkgs, add READMEs to plugin subpkgs
|
||||
|
||||
* Fri Nov 14 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.0-1
|
||||
- 2.1.0
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 2.0.3-7
|
||||
- Rebuild against fixed qt to fix -debuginfo (#1074041)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 07 2012 Sven Lankes <sven@lank.es> - 2.0.3-3
|
||||
- Fix build with gcc 4.7.0
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Nov 29 2010 Sven Lankes <sven@lank.es> - 2.0.3-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue May 05 2009 Sven Lankes <sven@lank.es> - 2.0.2-1
|
||||
- new upstream release - qt 4.5-compat-fixes
|
||||
|
||||
* Wed Apr 08 2009 Sven Lankes <sven@lank.es> - 2.0.1-1
|
||||
- new upstream release
|
||||
- removed 64bit patch - now upstream
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri May 30 2008 Dennis Gilmore <dennis@ausil.us> - 2.0.0-3
|
||||
- crypto.prf is in libdir not datadir
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.0-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Sun Oct 21 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.0.0-1
|
||||
- version 2.0.0 final
|
||||
|
||||
* Sun Oct 21 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.0.0-0.4.beta7
|
||||
- fix build on x86_64
|
||||
|
||||
* Sun Oct 21 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.0.0-0.3.beta7
|
||||
- missing BR: openssl
|
||||
|
||||
* Thu Sep 13 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.0.0-0.2.beta7
|
||||
- review from bug 289681 (thanks Rex)
|
||||
|
||||
* Sun Sep 09 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.0.0-0.1.beta7
|
||||
- initial package
|
@ -15,7 +15,7 @@ application remains responsive.}
|
||||
|
||||
Name: qcoro
|
||||
Version: 0.10.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: MIT
|
||||
Summary: C++ Coroutines for Qt
|
||||
@ -45,7 +45,7 @@ BuildRequires: cmake(Qt6Quick)
|
||||
BuildRequires: cmake(Qt6Test)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(xkbcommon) >= 1.0
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
%endif
|
||||
|
||||
@ -86,7 +86,6 @@ Summary: C++ Coroutines for Qt 6
|
||||
Summary: Development files for %{appname} (Qt 6 version)
|
||||
Requires: %{name}-qt6%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: qt6-qtbase-devel%{?_isa}
|
||||
Requires: rx-libxkbcommon
|
||||
|
||||
%description qt6 %_description
|
||||
%description qt6-devel %_description
|
||||
@ -191,6 +190,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2024 Raven <raven@sysadmins.ws> - 0.10.0-3
|
||||
- Rebuild (libxkbcommon)
|
||||
|
||||
* Wed May 8 2024 Raven <raven@sysadmins.ws> - 0.10.0-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Qt6 - Qt3D QML bindings and C++ APIs
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
%global examples 1
|
||||
|
||||
@ -213,6 +213,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Qt 5 Compatibility Libraries
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -117,6 +117,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -49,8 +49,8 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
|
||||
Name: qt6-qtbase
|
||||
Summary: Qt6 - QtBase components
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt-project.org/
|
||||
@ -280,7 +280,7 @@ Summary: Static library files for %{name}
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig(fontconfig)
|
||||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(libinput)
|
||||
Requires: pkgconfig(libinput)
|
||||
Requires: pkgconfig(xkbcommon)
|
||||
Requires: pkgconfig(zlib)
|
||||
|
||||
@ -877,6 +877,12 @@ make check -k ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Charts component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -101,6 +101,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Qt6 - CoAP component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -84,6 +84,12 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Connectivity components
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
# See LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -122,6 +122,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Summary: Qt6 - QtDeclarative component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -383,6 +383,12 @@ make check -k -C tests ||:
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Sat Jun 1 2024 Raven <raven@sysadmins.ws> - 6.7.1-2
|
||||
- move libQt6QmlBuiltins.a to devel package
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global qt_module qtgraphs
|
||||
|
||||
Name: qt6-qtgraphs
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
%global examples 1
|
||||
|
||||
@ -103,6 +103,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global examples 1
|
||||
|
||||
Name: qt6-qthttpserver
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Library to facilitate the creation of an http server with Qt
|
||||
|
||||
License: BSD-3-Clause AND GFDL-1.3-no-invariants-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -92,6 +92,12 @@ to the usage of %{name}.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Qt6 - QtImageFormats component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -86,6 +86,12 @@ rm -rv src/3rdparty
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Qt6 - LanguageServer component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt.io
|
||||
@ -81,6 +81,12 @@ Requires: qt6-qtbase-devel%{?_isa}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Location Libraries
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Rest of the licenses are for Qt code in src/location and src/plugins
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -125,6 +125,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Qt6 - Lottie Animation
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -79,6 +79,12 @@ Requires: qt6-qtbase-devel%{?_isa}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global qt_module qtmqtt
|
||||
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Qt6 - Mqtt module
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -69,6 +69,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%{_qt6_examplesdir}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
Summary: Qt6 - Multimedia support
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -206,6 +206,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - NetworkAuth component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -109,6 +109,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Qt6 - OPC UA component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -100,6 +100,12 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Positioning component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -148,6 +148,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Quick3D Libraries and utilities
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -254,6 +254,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Qt6 - QuickTimeline plugin
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -95,6 +95,12 @@ Requires: qt6-qtdeclarative-devel%{?_isa}
|
||||
%{_qt6_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Qt Remote Objects
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -110,6 +110,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - ScXml component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -119,6 +119,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Sensors component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -129,6 +129,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - SerialBus component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -106,6 +106,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - SerialPort component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -109,6 +109,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Qt6 - Qt Shader Tools module builds on the SPIR-V Open Source Ecosystem
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -112,6 +112,12 @@ popd
|
||||
%{_qt6_libdir}/pkgconfig/Qt6ShaderTools.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Speech component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Code can be either LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only
|
||||
# See e.g. src/plugins/speechdispatcher or src/tts
|
||||
@ -147,6 +147,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - Support for rendering and displaying SVG
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -119,6 +119,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: Qt6 - QtTool components
|
||||
Name: qt6-qttools
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -363,6 +363,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Qt6 - QtTranslations module
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -127,6 +127,12 @@ Provides: %{_qt6}-zh_TW = %{version}-%{release}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - VirtualKeyboard component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt.io
|
||||
@ -128,6 +128,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: Qt6 - Wayland platform support and QtCompositor module
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -176,6 +176,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - WebChannel component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt.io
|
||||
@ -123,6 +123,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
Summary: Qt6 - QtWebEngine components
|
||||
Name: qt6-qtwebengine
|
||||
Version: 6.7.1
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||
@ -266,7 +266,7 @@ BuildRequires: pkgconfig(vpx) >= 1.12.0
|
||||
# see dist/changes-5.10.1 for the version numbers (base, security fixes) and for
|
||||
# a list of CVEs fixed by the added security backports
|
||||
# See Patch101 for additional fixes applied (up to version 65.0.3325.146)
|
||||
Provides: bundled(chromium) = 124.0.6367.202
|
||||
Provides: bundled(chromium) = 125.0.6422.142
|
||||
|
||||
# Bundled in src/3rdparty/chromium/third_party:
|
||||
# Check src/3rdparty/chromium/third_party/*/README.chromium for version numbers,
|
||||
@ -381,8 +381,9 @@ Obsoletes: %{name}-libs < %{version}-%{release}
|
||||
Provides: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%if 0%{?rhel} == 8
|
||||
%if 0%{?use_system_harfbuzz}
|
||||
Requires: rx-harfbuzz
|
||||
Requires: rx-libxkbcommon
|
||||
%endif
|
||||
%if 0%{?use_system_libwebp}
|
||||
Requires: rx-libwebp
|
||||
%endif
|
||||
@ -606,6 +607,15 @@ rm -fr %{buildroot}%{_qt6_libdir}/cmake/Qt6BuildInternals
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Fri Jun 21 2024 Raven <raven@sysadmins.ws> - 6.7.1-3
|
||||
- rebuild with new libxkbcommon
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-2
|
||||
- rebuilt for qt 6.7.1
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Summary: Qt6 - WebSockets component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt-project.org/
|
||||
@ -117,6 +117,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Qt6 - WebView component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7.2
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -101,6 +101,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
||||
- rebuild (libxkbcommon)
|
||||
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
Name: qt6
|
||||
Version: 6.7.1
|
||||
Version: 6.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Qt6 meta package
|
||||
License: GPL-3.0-only
|
||||
@ -88,8 +88,8 @@ Requires: qt6-rpm-macros
|
||||
|
||||
%package rpm-macros
|
||||
Summary: RPM macros for building Qt6 and KDE Frameworks 5 packages
|
||||
Requires: cmake >= 3.29
|
||||
Requires: ninja-build >= 1.11
|
||||
Requires: cmake
|
||||
Requires: ninja-build
|
||||
Requires: gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc-plugin-annobin
|
||||
%description rpm-macros
|
||||
%{summary}.
|
||||
@ -148,6 +148,9 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
||||
- 6.7.2
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
||||
- 6.7.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user