Updated to 28.5.0

This commit is contained in:
Алзим 2019-05-09 14:36:47 +03:00
parent 39b4b929a5
commit 8700660e87
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,3 @@
sources:
UXP-PM28.4.1_Release.tar.gz: fa618fc52ac973cfe29f11930d01e3d81862f270
UXP-PM28.5.0_Release.tar.gz: e6a630c140ecc9f92be5df42de10444d77a37c9c
firefox-dictionary-61.0.2.tar.bz2: 25929c585dc8568a32d5be49aacc672f0ed2202f

View file

@ -7,11 +7,11 @@
%define mozillalibdir %{_libdir}/%{name}-%{version}
%define pluginsdir %{_libdir}/mozilla/plugins
%define clang 1
%bcond_without clang
Summary: Web browser based on Goanna engine
Name: newmoon
Version: 28.4.1
Version: 28.5.0
Release: 1
License: MPLv2.0
Group: Networking/WWW
@ -30,7 +30,7 @@ Patch6: palemoon-27.4.0-enable-addons.patch
Patch7: palemoon-27.4.0-user-agent-overrides.patch
BuildRequires: autoconf2.1
%if 0%{?clang}
%if %{with clang}
BuildRequires: clang
BuildRequires: clang-devel
BuildRequires: lld
@ -131,7 +131,7 @@ popd
autoconf-2.13
%build
%if 0%{?clang}
%if %{with clang}
export CC=clang
export CXX=clang++
export LINKER=ld.lld
@ -163,6 +163,8 @@ ac_add_options --includedir="%{_includedir}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --prefix="%{_prefix}"
ac_add_options --target=%{_target_platform}
# https://github.com/MoonchildProductions/UXP/issues/1073
ac_add_options --disable-accessibility
ac_add_options --disable-crashreporter
ac_add_options --disable-debug
ac_add_options --disable-official-branding