new version w soname bump
This commit is contained in:
parent
3d70f94321
commit
d4bef49307
3 changed files with 25 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/wpewebkit-2.21.2.tar.xz
|
||||
/wpewebkit-2.21.92.tar.xz
|
||||
/wpewebkit-2.22.4.tar.xz
|
||||
/wpewebkit-2.24.0.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wpewebkit-2.22.4.tar.xz) = be6d60661cee393d35a21323ecd5b204dfdd140aa3b2ec6f119a1effd1032701b81c0f20968e7c5c58e3f988cffe16084c52c55e0cde5757128a91b7a44b5bca
|
||||
SHA512 (wpewebkit-2.24.0.tar.xz) = 309bc59b01d1b16eeae81873f4233ce50a58db1b93bb4a72f7de1e39185cb80dec4d55e8ddcf258ea29fcc663b7eab5883c01a4f1f49aaa2145072dd6177e448
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
|
||||
|
||||
Name: wpewebkit
|
||||
Version: 2.22.4
|
||||
Version: 2.24.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A WebKit port optimized for low-end devices
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ Patch0: fedora-crypto-policy.patch
|
|||
# Explicitly specify python2 over python to avoid build fails
|
||||
Patch1: python2.patch
|
||||
|
||||
|
||||
BuildRequires: openjpeg2-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: cmake
|
||||
|
|
@ -136,7 +136,6 @@ popd
|
|||
%add_to_license_files Source/WebCore/LICENSE-LGPL-2
|
||||
%add_to_license_files Source/WebCore/LICENSE-LGPL-2.1
|
||||
%add_to_license_files Source/WebInspectorUI/UserInterface/External/CodeMirror/LICENSE
|
||||
%add_to_license_files Source/WebInspectorUI/UserInterface/External/ESLint/LICENSE
|
||||
%add_to_license_files Source/WebInspectorUI/UserInterface/External/Esprima/LICENSE
|
||||
%add_to_license_files Source/WebInspectorUI/UserInterface/External/three.js/LICENSE
|
||||
%add_to_license_files Source/WTF/icu/LICENSE
|
||||
|
|
@ -145,10 +144,10 @@ popd
|
|||
|
||||
%files
|
||||
%{_bindir}/WPEWebDriver
|
||||
%{_libdir}/libWPEWebKit-0.1.so.2
|
||||
%{_libdir}/libWPEWebKit-0.1.so.2.*
|
||||
%{_libexecdir}/wpe-webkit-0.1
|
||||
%{_libdir}/wpe-webkit-0.1
|
||||
%{_libdir}/libWPEWebKit-1.0.so.2
|
||||
%{_libdir}/libWPEWebKit-1.0.so.2.*
|
||||
%{_libexecdir}/wpe-webkit-1.0
|
||||
%{_libdir}/wpe-webkit-1.0
|
||||
%doc NEWS
|
||||
%license _license_files/*ThirdParty*
|
||||
%license _license_files/*WebCore*
|
||||
|
|
@ -157,12 +156,27 @@ popd
|
|||
%license _license_files/*JavaScriptCore*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/wpe-webkit-0.1
|
||||
%{_libdir}/libWPEWebKit-0.1.so
|
||||
%{_includedir}/wpe-webkit-1.0
|
||||
%{_libdir}/libWPEWebKit-1.0.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.24.0-1
|
||||
- New version
|
||||
|
||||
* Tue Mar 19 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.22.5-1
|
||||
- New version
|
||||
|
||||
* Sat Feb 09 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.22.4-1
|
||||
- New version and removing patches that were upstreamed in this version
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.21.92-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jan 24 2019 Pete Walter <pwalter@fedoraproject.org> - 2.21.92-3
|
||||
- Rebuild for ICU 63
|
||||
|
||||
* Fri Sep 21 2018 Chris King <bunnyapocalypse@protonmail.org> - 2.21.92-2
|
||||
- Adding another patch so the package properly installs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue