Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
christopher
0e4007d009 sobump 2019-09-28 20:41:51 -06:00
christopher
8cfe27d3e0 new version 2019-09-28 14:33:29 -06:00
Christopher King
f10c6be172 New version 2019-05-20 23:46:16 -05:00
Christopher King
01a0f0af21 new version 2019-04-19 18:58:23 -05:00
BunnyApocalypse
54ad7ee873 new version w soname bump 2019-03-27 13:36:57 -05:00
4 changed files with 39 additions and 37 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
/wpewebkit-2.21.2.tar.xz /wpewebkit-2.21.2.tar.xz
/wpewebkit-2.21.92.tar.xz /wpewebkit-2.21.92.tar.xz
/wpewebkit-2.22.4.tar.xz /wpewebkit-2.22.4.tar.xz
/wpewebkit-2.24.0.tar.xz
/wpewebkit-2.24.1.tar.xz
/wpewebkit-2.24.2.tar.xz
/wpewebkit-2.26.1.tar.xz

View file

@ -1,24 +0,0 @@
diff -up wpewebkit-2.20.1/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp
--- wpewebkit-2.20.1/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy 2017-09-05 13:39:59.294426661 +0200
+++ wpewebkit-2.20.1/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp 2017-09-05 13:40:09.144389997 +0200
@@ -43,7 +43,7 @@ int main(int argc, char** argv)
// overwrite this priority string if it's already set by the user.
// https://bugzilla.gnome.org/show_bug.cgi?id=738633
// WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp.
- setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
+ setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
#if USE(GCRYPT)
PAL::GCrypt::initialize();
diff -up wpewebkit-2.20.1/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp
--- wpewebkit-2.20.1/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy 2017-09-05 13:40:28.558317735 +0200
+++ wpewebkit-2.20.1/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp 2017-09-05 13:40:56.057215378 +0200
@@ -43,7 +43,7 @@ int main(int argc, char** argv)
// overwrite this priority string if it's already set by the user.
// https://bugzilla.gnome.org/show_bug.cgi?id=738633
// WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp.
- setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
+ setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
#if USE(GCRYPT)
PAL::GCrypt::initialize();

View file

@ -1 +1 @@
SHA512 (wpewebkit-2.22.4.tar.xz) = be6d60661cee393d35a21323ecd5b204dfdd140aa3b2ec6f119a1effd1032701b81c0f20968e7c5c58e3f988cffe16084c52c55e0cde5757128a91b7a44b5bca SHA512 (wpewebkit-2.26.1.tar.xz) = eabfa1ba4b98c7a37db51b94559c1251164988fba42a1df7872912e8a174d3ca0d04dad5e0191e16c417957c563eb18b1bd2a6722cb19a273e4e4b06bf906636

View file

@ -6,7 +6,7 @@
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
Name: wpewebkit Name: wpewebkit
Version: 2.22.4 Version: 2.26.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A WebKit port optimized for low-end devices Summary: A WebKit port optimized for low-end devices
@ -14,12 +14,10 @@ License: LGPLv2 and BSD
URL: http://www.%{name}.org/ URL: http://www.%{name}.org/
Source0: http://wpewebkit.org/releases/%{name}-%{version}.tar.xz Source0: http://wpewebkit.org/releases/%{name}-%{version}.tar.xz
# https://bugs.webkit.org/show_bug.cgi?id=158785
Patch0: fedora-crypto-policy.patch
# Explicitly specify python2 over python to avoid build fails # Explicitly specify python2 over python to avoid build fails
Patch1: python2.patch Patch0: python2.patch
BuildRequires: openjpeg2-devel
BuildRequires: bison BuildRequires: bison
BuildRequires: cairo-devel BuildRequires: cairo-devel
BuildRequires: cmake BuildRequires: cmake
@ -54,6 +52,12 @@ BuildRequires: rubygems
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: woff2-devel BuildRequires: woff2-devel
BuildRequires: libepoxy-devel BuildRequires: libepoxy-devel
BuildRequires: atk-devel at-spi2-atk-devel
BuildRequires: bubblewrap
BuildRequires: libseccomp-devel
BuildRequires: xdg-dbus-proxy
Requires: atk
Requires: at-spi2-atk
%description %description
WPE allows embedders to create simple and performant systems based on WPE allows embedders to create simple and performant systems based on
@ -136,7 +140,6 @@ popd
%add_to_license_files Source/WebCore/LICENSE-LGPL-2 %add_to_license_files Source/WebCore/LICENSE-LGPL-2
%add_to_license_files Source/WebCore/LICENSE-LGPL-2.1 %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/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/Esprima/LICENSE
%add_to_license_files Source/WebInspectorUI/UserInterface/External/three.js/LICENSE %add_to_license_files Source/WebInspectorUI/UserInterface/External/three.js/LICENSE
%add_to_license_files Source/WTF/icu/LICENSE %add_to_license_files Source/WTF/icu/LICENSE
@ -145,10 +148,10 @@ popd
%files %files
%{_bindir}/WPEWebDriver %{_bindir}/WPEWebDriver
%{_libdir}/libWPEWebKit-0.1.so.2 %{_libdir}/libWPEWebKit-1.0.so.3
%{_libdir}/libWPEWebKit-0.1.so.2.* %{_libdir}/libWPEWebKit-1.0.so.3.*
%{_libexecdir}/wpe-webkit-0.1 %{_libexecdir}/wpe-webkit-1.0
%{_libdir}/wpe-webkit-0.1 %{_libdir}/wpe-webkit-1.0
%doc NEWS %doc NEWS
%license _license_files/*ThirdParty* %license _license_files/*ThirdParty*
%license _license_files/*WebCore* %license _license_files/*WebCore*
@ -157,12 +160,31 @@ popd
%license _license_files/*JavaScriptCore* %license _license_files/*JavaScriptCore*
%files devel %files devel
%{_includedir}/wpe-webkit-0.1 %{_includedir}/wpe-webkit-1.0
%{_libdir}/libWPEWebKit-0.1.so %{_libdir}/libWPEWebKit-1.0.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Sat Sep 28 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.26.1-1
- New version, added atk/bubblewrap libs for build, removed crypto patch as its
no longer needed. Also, sobump.
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon May 20 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.24.2-1
- New version
* Fri Apr 19 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.24.1-1
- New version
* 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 * Sat Feb 09 2019 Chris King <bunnyapocalypse@protonmail.org> - 2.22.4-1
- New version and removing patches that were upstreamed in this version - New version and removing patches that were upstreamed in this version