From 27d3963a4bee39a7a1b6fb6ff064e23030339211 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Apr 25 2016 07:08:04 +0000 Subject: update to 25.0.93 and enable webkit support --- diff --git a/.gitignore b/.gitignore index b959173..2c55ed1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /emacs-24.4.tar.xz /emacs-24.5.tar.xz /emacs-25.0.92.tar.xz +/emacs-25.0.93.tar.xz diff --git a/emacs.spec b/emacs.spec index f917a37..c641d08 100644 --- a/emacs.spec +++ b/emacs.spec @@ -4,7 +4,7 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 -Version: 25.0.92 +Version: 25.0.93 Release: 1%{?dist} License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs/ @@ -65,6 +65,7 @@ BuildRequires: desktop-file-utils BuildRequires: libacl-devel BuildRequires: gtk3-devel +BuildRequires: webkitgtk3-devel BuildRequires: python2-devel BuildRequires: python3-devel @@ -200,7 +201,8 @@ ln -s ../configure . LDFLAGS=-Wl,-z,relro; export LDFLAGS; %configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \ - --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no + --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \ + --with-xwidgets make bootstrap %{setarch} make %{?_smp_mflags} cd .. @@ -427,6 +429,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Mon Apr 25 2016 Jan Synáček - 1:25.0.93 +- update to 25.0.93 and enable webkit support + * Fri Mar 4 2016 Jan Synáček - 1:25.0.92 - update to 25.0.92 diff --git a/sources b/sources index 87e14b8..4c2de01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8039717f6c1d656c1b1ce15de513e63 emacs-25.0.92.tar.xz +55fac9d323528ae018746ac5bc4bc591 emacs-25.0.93.tar.xz