From 8b0ec5373e1a8d784bf3f54805e74ab2a3490bc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Mar 2013 20:09:03 +0100 Subject: Xulrunner / Firefox 19.0.2 --- xulrunner.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xulrunner.spec b/xulrunner.spec index 6461181..45b23d4 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -1,5 +1,5 @@ # Use system nspr/nss? -%if 0%{?fedora} < 16 && 0%{?rhel} < 7 +%if 0%{?fedora} < 16 %define system_nss 0 %else %define system_nss 1 @@ -18,8 +18,8 @@ %define system_sqlite 1 %endif -# Use system libpeg? -%if 0%{?fedora} < 14 +# Use system libpeg (and libjpeg-turbo) ? +%if 0%{?fedora} < 14 && 0%{?rhel} < 6 %define system_jpeg 0 %else %define system_jpeg 1 @@ -92,7 +92,7 @@ Summary: XUL Runtime for Gecko Applications Name: %{shortname}-last -Version: 19.0 +Version: 19.0.2 Release: 1%{?pre_tag}%{?dist} URL: http://developer.mozilla.org/En/XULRunner License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -574,6 +574,9 @@ fi #--------------------------------------------------------------------- %changelog +* Fri Mar 8 2013 Remi Collet - 19.0.2-1 +- Update to 19.0.2 (security) + * Sat Feb 23 2013 Remi Collet - 19.0-1 - Update to 19.0 -- cgit