Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
16
.gitignore
vendored
16
.gitignore
vendored
@ -1 +1,15 @@
|
|||||||
SOURCES/qtimageformats-everywhere-opensource-src-5.15.3.tar.xz
|
/qtimageformats-everywhere-src-5.10.1.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.11.0.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.11.1.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.11.2.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.11.3.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.12.1.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.12.3.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.12.4.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.12.5.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.13.2.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.14.2.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.15.1.tar.xz
|
||||||
|
/qtimageformats-everywhere-src-5.15.2.tar.xz
|
||||||
|
/qtimageformats-everywhere-opensource-src-5.15.3.tar.xz
|
||||||
|
/qtimageformats-everywhere-opensource-src-5.15.9.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
10487de5c9c6240847c1b860567e6a4fb12c3f41 SOURCES/qtimageformats-everywhere-opensource-src-5.15.3.tar.xz
|
18ad34b40208609b3964cc6d0317f12f57410119 qtimageformats-everywhere-opensource-src-5.15.9.tar.xz
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Qt5 - QtImageFormats component
|
Summary: Qt5 - QtImageFormats component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.15.3
|
Version: 5.15.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for details
|
||||||
@ -13,6 +13,7 @@ Url: http://www.qt.io
|
|||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
@ -52,7 +53,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
||||||
|
|
||||||
rm -rv src/3rdparty
|
rm -rv src/3rdparty
|
||||||
|
|
||||||
@ -63,28 +64,19 @@ rm -rv src/3rdparty
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%if 0%{?build_tests}
|
%if 0%{?build_tests}
|
||||||
make sub-tests %{?_smp_mflags} -k ||:
|
%qt5_build_tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALL_ROOT=%{buildroot}
|
make install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
%if 0%{?build_tests}
|
%if 0%{?build_tests}
|
||||||
# Install tests for gating
|
%qt5_install_tests
|
||||||
mkdir -p %{buildroot}%{_qt5_libdir}/qt5
|
|
||||||
find ./tests -not -path '*/\.*' -type d | while read LINE
|
|
||||||
do
|
|
||||||
mkdir -p "%{buildroot}%{_qt5_libdir}/qt5/$LINE"
|
|
||||||
done
|
|
||||||
find ./tests -not -path '*/\.*' -not -name '*.h' -not -name '*.cpp' -not -name '*.pro' -not -name 'uic_wrapper.sh' -not -name 'Makefile' -not -name 'target_wrapper.sh' -type f | while read LINE
|
|
||||||
do
|
|
||||||
cp -r --parents "$LINE" %{buildroot}%{_qt5_libdir}/qt5/
|
|
||||||
done
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.GPL* LICENSE.LGPL*
|
%license LICENSE.GPL*
|
||||||
|
%license LICENSE.LGPL*
|
||||||
%{_qt5_plugindir}/imageformats/libqmng.so
|
%{_qt5_plugindir}/imageformats/libqmng.so
|
||||||
%{_qt5_plugindir}/imageformats/libqtga.so
|
%{_qt5_plugindir}/imageformats/libqtga.so
|
||||||
%{_qt5_plugindir}/imageformats/libqtiff.so
|
%{_qt5_plugindir}/imageformats/libqtiff.so
|
||||||
@ -99,31 +91,91 @@ done
|
|||||||
%{_qt5_libdir}/qt5/tests
|
%{_qt5_libdir}/qt5/tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 18 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-1
|
||||||
|
- 5.15.9
|
||||||
|
Resolves: bz#2175734
|
||||||
|
|
||||||
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
||||||
- 5.15.3
|
- 5.15.3
|
||||||
Resolves: bz#2061395
|
Resolves: bz#2061360
|
||||||
|
|
||||||
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-6
|
||||||
- Rebuild (binutils)
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Resolves: bz#1930046
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Sun Apr 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
* Wed Jun 09 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-5
|
||||||
|
- Add gating tests
|
||||||
|
Resolves: bz#1968465
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-4
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 24 07:54:14 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
|
||||||
|
- Rebuild for qtbase with -no-reduce-relocations option
|
||||||
|
|
||||||
|
* Fri Nov 20 09:30:46 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
||||||
- 5.15.2
|
- 5.15.2
|
||||||
Resolves: bz#1930046
|
|
||||||
|
|
||||||
* Thu Nov 07 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
|
||||||
|
- 5.15.1
|
||||||
|
|
||||||
|
* Mon Aug 10 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-4
|
||||||
|
- fix FTBFS undefined "pow"
|
||||||
|
|
||||||
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-3
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
||||||
|
- 5.14.2
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-1
|
||||||
|
- 5.13.2
|
||||||
|
|
||||||
|
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
||||||
- 5.12.5
|
- 5.12.5
|
||||||
Resolves: bz#1733142
|
|
||||||
|
|
||||||
* Mon Dec 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-2
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-2
|
||||||
- Rebuild to fix CET notes
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
Resolves: bz#1657234
|
|
||||||
|
|
||||||
* Fri Jun 29 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-1
|
* Fri Jun 14 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-1
|
||||||
|
- 5.12.4
|
||||||
|
|
||||||
|
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-1
|
||||||
|
- 5.12.3
|
||||||
|
|
||||||
|
* Fri Feb 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
||||||
|
- 5.12.1
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
||||||
|
- 5.11.3
|
||||||
|
|
||||||
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
|
||||||
|
- 5.11.2
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 19 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
||||||
- 5.11.1
|
- 5.11.1
|
||||||
|
|
||||||
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
||||||
|
- 5.11.0
|
||||||
|
- use %%make_build
|
||||||
|
|
||||||
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||||
- 5.10.1
|
- 5.10.1
|
||||||
|
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (qtimageformats-everywhere-opensource-src-5.15.9.tar.xz) = 9713c781200c8abb1a6f1a2dfb851fc38dcb2428ca3dbf29aa392d938671978804a67587bbbc5a5f75703cc754da4673dd9a4b567c9c03ed61d329889156c437
|
1
sources.basename
Normal file
1
sources.basename
Normal file
@ -0,0 +1 @@
|
|||||||
|
qtimageformats-everywhere-src
|
Loading…
Reference in New Issue
Block a user