Release candidate
This commit is contained in:
parent
2146421991
commit
cc17939ccf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qtwebkit-opensource-src-5.7.1.tar.xz
|
/qtwebkit-opensource-src-5.7.1.tar.xz
|
||||||
/qtwebkit-opensource-src-5.8.0.tar.xz
|
/qtwebkit-opensource-src-5.8.0.tar.xz
|
||||||
/qtwebkit-opensource-src-5.9.0-beta3.tar.xz
|
/qtwebkit-opensource-src-5.9.0-beta3.tar.xz
|
||||||
|
/qtwebkit-opensource-src-5.9.0-rc.tar.xz
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
Summary: Qt5 - QtWebKit components
|
Summary: Qt5 - QtWebKit components
|
||||||
Name: qt5-qtwebkit
|
Name: qt5-qtwebkit
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 0.beta.3%{?dist}.1
|
Release: 0.1.rc%{?dist}.1
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Source0: http://download.qt.io/community_releases/5.9/%{version}-beta3/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
|
Source0: http://download.qt.io/community_releases/5.9/%{version}-rc/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||||
|
|
||||||
## downstream patches
|
## downstream patches
|
||||||
# Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
|
# Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
|
||||||
@ -96,7 +96,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||||
|
|
||||||
%patch1 -p1 -b .pluginpath
|
%patch1 -p1 -b .pluginpath
|
||||||
%patch3 -p1 -b .debuginfo
|
%patch3 -p1 -b .debuginfo
|
||||||
@ -181,6 +181,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 28 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||||
|
- Release candidate community
|
||||||
|
|
||||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9.0-0.beta.3.1
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9.0-0.beta.3.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwebkit-opensource-src-5.9.0-beta3.tar.xz) = 188d5abcb964a880fa00d80a9791f750a4328f7ccb6339f38e2b5e8876538522eae170e42af6ffc9ce9130c1639d9b7cfdb56e825c2e89f355a9489972338395
|
SHA512 (qtwebkit-opensource-src-5.9.0-rc.tar.xz) = b7e32afa52795d33a856db9709868326e2b821f210ddc0704cb1107b92eaa475e2f069fab0f53ad7f0558139c0bebb16d4e7bfd6f296c9dbbb57d1cef8d0b6a3
|
||||||
|
Loading…
Reference in New Issue
Block a user