Compare commits

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

2 commits

Author SHA1 Message Date
christopher
bf301f80a4 sobump 2019-09-28 20:41:24 -06:00
christopher
a141c49349 new version 2019-09-28 14:33:01 -06:00
4 changed files with 17 additions and 32 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/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.24.2.tar.xz) = ee3f6767d9d153043635426f0998f9e5264fb8dfbe2ac2fbebcf0461d993c11b82d63d192f6053f9b1947e3488ead9c9526fa7c07d2e9dfc798bd49000956798
SHA512 (wpewebkit-2.26.1.tar.xz) = eabfa1ba4b98c7a37db51b94559c1251164988fba42a1df7872912e8a174d3ca0d04dad5e0191e16c417957c563eb18b1bd2a6722cb19a273e4e4b06bf906636

View file

@ -6,18 +6,16 @@
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
Name: wpewebkit
Version: 2.24.2
Release: 2%{?dist}
Version: 2.26.1
Release: 1%{?dist}
Summary: A WebKit port optimized for low-end devices
License: LGPLv2 and BSD
URL: http://www.%{name}.org/
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
Patch1: python2.patch
Patch0: python2.patch
BuildRequires: openjpeg2-devel
BuildRequires: bison
@ -54,6 +52,12 @@ BuildRequires: rubygems
BuildRequires: sqlite-devel
BuildRequires: woff2-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
WPE allows embedders to create simple and performant systems based on
@ -144,8 +148,8 @@ popd
%files
%{_bindir}/WPEWebDriver
%{_libdir}/libWPEWebKit-1.0.so.2
%{_libdir}/libWPEWebKit-1.0.so.2.*
%{_libdir}/libWPEWebKit-1.0.so.3
%{_libdir}/libWPEWebKit-1.0.so.3.*
%{_libexecdir}/wpe-webkit-1.0
%{_libdir}/wpe-webkit-1.0
%doc NEWS
@ -162,6 +166,10 @@ popd
%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