Update to 5.9.2
This commit is contained in:
parent
779325ec00
commit
d58666dd09
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/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
|
||||||
|
@ -15,6 +15,10 @@ 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}") \
|
||||||
@ -54,4 +58,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.0.tar.xz .
|
tar cfJ ../qt-doc-opensource-src-5.9.2.tar.xz .
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: qt5-doc
|
Name: qt5-doc
|
||||||
Summary: Qt5 - Complete documentation
|
Summary: Qt5 - Complete documentation
|
||||||
Version: 5.9.0
|
Version: 5.9.2
|
||||||
Release: 0.beta.3%{?dist}.1
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: qt5-rpm-macros >= 5.5.0
|
BuildRequires: qt5-rpm-macros >= 5.5.0
|
||||||
License: GFDL
|
License: GFDL
|
||||||
@ -378,6 +378,9 @@ rm -rf activeqt* qtandroidextras* qtmacextras* qtwinextras*
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 10 2017 Martin Bříza <mbriza@redhat.com> - 5.9.2-1
|
||||||
|
- Update to 5.9.2
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.0-0.beta.3.1
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.0-0.beta.3.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
3942
qt5-qtbase-5.9.1-openssl11.patch
Normal file
3942
qt5-qtbase-5.9.1-openssl11.patch
Normal file
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qt-doc-opensource-src-5.9.0.tar.xz) = 21b7941c5496a2ef85a44be388b482aff5e1af6fa9c653dd0d3762ed7babd9e3180e229be7c2a1071653de629cd23c6ad8ef83d2f1df2527a15b4d2ada5ead53
|
SHA512 (qt-doc-opensource-src-5.9.2.tar.xz) = 21b7941c5496a2ef85a44be388b482aff5e1af6fa9c653dd0d3762ed7babd9e3180e229be7c2a1071653de629cd23c6ad8ef83d2f1df2527a15b4d2ada5ead53
|
||||||
|
Loading…
Reference in New Issue
Block a user