Update to 5.10.1
This commit is contained in:
parent
a554e9ecd7
commit
f072cce005
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/qt-doc-opensource-src-5.9.0.tar.xz
|
/qt-doc-opensource-src-5.9.0.tar.xz
|
||||||
/qt-doc-opensource-src-5.9.2.tar.xz
|
/qt-doc-opensource-src-5.9.2.tar.xz
|
||||||
|
/qt-doc-opensource-src-5.10.1.tar.xz
|
||||||
|
@ -1,24 +1,20 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
# Clone full qt tree
|
# Clone full qt tree
|
||||||
git clone -b 5.9 git://code.qt.io/qt/qt5.git
|
git clone -b 5.10 git://code.qt.io/qt/qt5.git
|
||||||
|
|
||||||
# Install fedora deps for qt5-qtbase
|
# Install fedora deps for qt5-qtbase
|
||||||
sudo dnf builddep qt5-qtbase
|
sudo dnf builddep qt5-qtbase
|
||||||
|
|
||||||
# Configure using fedora configure basic options
|
# Configure using fedora configure basic options
|
||||||
cd qt5 || return
|
cd qt5 || return
|
||||||
git submodule foreach "git checkout 5.9"
|
git submodule foreach "git checkout 5.10"
|
||||||
git submodule foreach "git fetch"
|
git submodule foreach "git fetch"
|
||||||
git submodule foreach "git pull"
|
git submodule foreach "git pull"
|
||||||
|
|
||||||
# Init the base source
|
# Init the base source
|
||||||
./init-repository
|
./init-repository
|
||||||
|
|
||||||
pushd qtbase
|
|
||||||
patch -p1 < 'qt5-qtbase-5.9.1-openssl11.patch'
|
|
||||||
popd
|
|
||||||
|
|
||||||
./configure -confirm-license -opensource -prefix $(rpm --eval "%{_qt5_prefix}") \
|
./configure -confirm-license -opensource -prefix $(rpm --eval "%{_qt5_prefix}") \
|
||||||
-archdatadir $(rpm --eval "%{_qt5_archdatadir}") -bindir $(rpm --eval "%{_qt5_bindir}") \
|
-archdatadir $(rpm --eval "%{_qt5_archdatadir}") -bindir $(rpm --eval "%{_qt5_bindir}") \
|
||||||
-libdir $(rpm --eval "%{_qt5_libdir}") -libexecdir $(rpm --eval "%{_qt5_libexecdir}") \
|
-libdir $(rpm --eval "%{_qt5_libdir}") -libexecdir $(rpm --eval "%{_qt5_libexecdir}") \
|
||||||
@ -58,4 +54,4 @@ mkdir -p ${DEST}
|
|||||||
make INSTALL_ROOT=${DEST} install_docs
|
make INSTALL_ROOT=${DEST} install_docs
|
||||||
|
|
||||||
cd ${DEST}
|
cd ${DEST}
|
||||||
tar cfJ ../qt-doc-opensource-src-5.9.2.tar.xz .
|
tar cfJ ../qt-doc-opensource-src-5.10.1.tar.xz .
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: qt5-doc
|
Name: qt5-doc
|
||||||
Summary: Qt5 - Complete documentation
|
Summary: Qt5 - Complete documentation
|
||||||
Version: 5.9.2
|
Version: 5.10.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: GFDL
|
License: GFDL
|
||||||
@ -397,6 +397,9 @@ rm -rfv qtdoc*
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 09 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||||
|
- Update to 5.10.1
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.2-3
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qt-doc-opensource-src-5.9.2.tar.xz) = 21b7941c5496a2ef85a44be388b482aff5e1af6fa9c653dd0d3762ed7babd9e3180e229be7c2a1071653de629cd23c6ad8ef83d2f1df2527a15b4d2ada5ead53
|
SHA512 (qt-doc-opensource-src-5.10.1.tar.xz) = 99c4be2004a11e36817c025a0e8f9d9532089ad61eb54153c8a85f322e13ba76af9cc2a38352e8371813ea2dac7c5919d4df2854ded963b34b9d7c5ce35b98a7
|
||||||
|
Loading…
Reference in New Issue
Block a user