removed obsolete patch
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 13 Jun 2020 10:01:48 +0200
changeset 1133 0a44f639e5ee
parent 1132 443c3ab13827
child 1134 01a4849e2ed3
removed obsolete patch bumped Gtk requirement
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/mozilla-s390-bigendian.patch
mozilla-s390-bigendian.patch
series
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Jun 12 23:06:49 2020 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Jun 13 10:01:48 2020 +0200
@@ -6,6 +6,9 @@
 - requires
   * NSS >= 3.53
   * nodejs >= 10.21
+  * Gtk+3 >= 3.14
+- removed obsolete patch
+  * mozilla-s390-bigendian.patch
 
 -------------------------------------------------------------------
 Wed Jun 10 07:17:15 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Jun 12 23:06:49 2020 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Jun 13 10:01:48 2020 +0200
@@ -108,7 +108,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.22
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(gtk+-unix-print-2.0)
 BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
 BuildRequires:  pkgconfig(libffi)
@@ -167,7 +167,6 @@
 Patch7:         mozilla-fix-aarch64-libopus.patch
 Patch8:         mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch
 Patch9:         mozilla-s390-context.patch
-Patch10:        mozilla-s390-bigendian.patch
 Patch11:        mozilla-reduce-rust-debuginfo.patch
 Patch12:        mozilla-ppc-altivec_static_inline.patch
 Patch13:        mozilla-bmo1005535.patch
@@ -300,9 +299,6 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%ifarch s390x ppc64
-#%patch10 -p1
-%endif
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
--- a/MozillaFirefox/mozilla-s390-bigendian.patch	Fri Jun 12 23:06:49 2020 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../mozilla-s390-bigendian.patch
\ No newline at end of file
--- a/mozilla-s390-bigendian.patch	Fri Jun 12 23:06:49 2020 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# HG changeset patch
-# User msirringhaus@suse.de
-# Date 1558452126 -7200
-#      Tue May 21 17:22:06 2019 +0200
-# Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
-# Parent  ae49126f2a63ba1de250ad02ffe39379295660f3
-[mq]: mozilla-s390-bigendian.patch
-
-diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
---- a/build/autoconf/icu.m4
-+++ b/build/autoconf/icu.m4
-@@ -63,17 +63,17 @@ if test -n "$USE_ICU"; then
-     if test x"$version" = x; then
-        AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
-     fi
-     MOZ_ICU_VERSION="$version"
- 
-     # TODO: the l is actually endian-dependent
-     # We could make this set as 'l' or 'b' for little or big, respectively,
-     # but we'd need to check in a big-endian version of the file.
--    ICU_DATA_FILE="icudt${version}l.dat"
-+    ICU_DATA_FILE="icudt${version}b.dat"
- fi
- 
- AC_SUBST(MOZ_ICU_VERSION)
- AC_SUBST(JS_HAS_INTL_API)
- AC_SUBST(USE_ICU)
- AC_SUBST(ICU_DATA_FILE)
- 
- if test -n "$USE_ICU"; then
--- a/series	Fri Jun 12 23:06:49 2020 +0200
+++ b/series	Sat Jun 13 10:01:48 2020 +0200
@@ -8,7 +8,6 @@
 mozilla-fix-aarch64-libopus.patch
 mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch
 mozilla-s390-context.patch
-#mozilla-s390-bigendian.patch
 mozilla-reduce-rust-debuginfo.patch
 mozilla-ppc-altivec_static_inline.patch
 mozilla-bmo1005535.patch