Updated to 51.0.1

This commit is contained in:
Алзим 2017-01-28 15:43:42 +03:00
parent 762649c64c
commit 508c22b4e6
3 changed files with 3 additions and 15 deletions

View file

@ -1,2 +1,2 @@
sources:
firefox-51.0.source.tar.xz: e7219a81b16d34d92872b4604051ce5ddb818126
firefox-51.0.1.source.tar.xz: b73255fd4f90fd0c1b107b566679da2df3f31cf1

View file

@ -1,12 +0,0 @@
--- firefox-50.1.0.old/build/autoconf/icu.m4 2016-11-01 04:15:27.000000000 +0800
+++ firefox-50.1.0/build/autoconf/icu.m4 2017-01-13 16:09:33.690488542 +0800
@@ -69,7 +69,7 @@
fi
fi
- version=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
+ version=`sed -n 's/^[[[:space:]]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
if test x"$version" = x; then
AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
fi

View file

@ -7,7 +7,7 @@
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.
%define major 51.0
%define major 51.0.1
%define ff_epoch 0
# (tpg) set version HERE !!!
%define realver %{major}
@ -369,7 +369,7 @@ mkdir -p %{buildroot}%{_docdir}/%{name}
%pre
if [ -d %{mozillalibdir}/browser/dictionaries ]; then
rm -fr %{mozillalibdir}/browser/dictionaries
rm -fr %{mozillalibdir}/browser/dictionaries
fi
%post