Commit Graph

83 Commits

Author SHA256 Message Date
Ana Guerrero
00c0d44912 Accepting request 1235720 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1235720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=37
2025-01-09 14:07:01 +00:00
Tristan Miller
d1e2d8755c -------------------------------------------------------------------
Tue Jan 07 13:14:58 UTC 2025 - Tristan Miller <psychonaut@nothingisreal.com>

- update to SeaMonkey 2.53.20
  * Use Services.focus for bookmarking from mailnews in SeaMonkey bug
    1925033.
  * Replace the Bookmark Manager with the Firefox Library in
    SeaMonkey: Another followup bug bug 1932731.
  * Port bug 1458385 - Update SeaMonkey's confvars.sh bug 1913633.
  * Tidy up channels code in cZ bug 1920565.
  * Sometimes tag data from an IRC server doesn't contain a pair bug
    1923211.
  * Fix call to updateUsers in network onAway in cZbug 1923213.
  * Remove unused XTLabelRecord from tree-utils.js in cZbug 1923215.
  * Remove unused code from connection-xpcom.js in cZbug 1923219.
  * Remove unusued code from utils.js in cZbug 1923221.
  * Switch from using arrayContains helper to using JS Array includes
    method in cZ bug 1923224.
  * Switch from using arrayIndexOf helper to using JS Array includes
    and indexOf methods in cZ bug 1923225.
  * Switch from using arrayRemoveAt and arrayInsertAt helpers to using
    JS Array splice and unshift methods in cZbug 1923227.
  * Switch from using stringTrim helper to using JS string trim method
    in cZ bug 1923229.
  * Inline newObject function in cZ bug 1924338.
  * Remove getWindowByType function from cZ bug 1924586.
  * Inline viewCert function in cZ bug 1924587.
  * Remove getSpecialDirectory function and use Services.dirsvc in cZ
    bug 1924588.
  * Remove getNSSErrorClass function and tidy up NSS related code in
    cZ bug 1924589.
  * Tidy message manager code in cZ bug 1924592.
  * Remove getService helper and tidy up code around its callers in cZ
    bug 1924595.
  * Remove use of NSGetModule in cZ bug 1925871.
  * Tidy up chatzilla-service.js bug 1926406.
  * Use Intl.DateTimeFormat in cZ's strftime function bug 1927348.
  * Remove unused code from pref-manager.js in cZ bug 1927370.
  * Use Services.scriptloader in cZ bug 1927374.
  * Use more Services in cZ bug 1927376.
  * Tidy up some Components.* code in static.js in cZ bug 1927377.
  * Switch to using listbox instead of tree for cZ chat window bug
    1927582.
  * Away status isn't reflected correctly in channel userlist in cZ
    bug 1928749.
  * Fix too much recursion and missing variable in cmdSave in cZ bug
    1930391.
  * Replace confirm helper with Services.prompt.confirm in cZ bug
    1930396.
  * Use Services.prompt in confirmEx, prompt and promptPassword
    helpers in cZ bug 1930540.
  * Use Services.prompt.alert and remove alert helper in cZ bug
    1931705.
  * Simplify getListFIle in cZ bug 1931707.
  * Remove various const from file-utils.js in cZ bug 1931708.
  * Remove unused 2nd argument from mkdir helper in file-utils.js in
    cZ bug 1931709.
  * Use LocalFile directly rather via helper fopen in cZ bug 1931710.
  * Tidy up picker code in file-utils.js in cZ bug 1931712.
  * Remove unnecessary type attributes in cZ bug 1933043.
  * Clean up Components usage in cZ bug 1933081.
  * Remove unused encodeForXMLAttribute function for cZ utils.js bug
    1933083.
  * Move renameProperty helper into lib/irc.js for cZ bug 1933084.
  * Move formatDateOffset helper into handlers.js in cZ bug 1933085.
  * Move objectContains helper into command-manager.js in cZ bug
    1933086.
  * Move splitLongWord helper into mungers.js in cZ bug 1933087.
  * Move randomString helper into commands.js in cZ bug 1933089.
  * Move Clone helper into commands.js in cZ bug 1933090.
  * Move equalsObject helper into channels.js in cZ bug 1933092.
  * Move matchEntry helper into static.js in cZ bug 1933093.
  * Move getCommonPfx helper to handlers.js in cZ bug 1933342.
  * Remove some code duplication in getSISize and getSISpeed helpers
    and improve coding in scaleNumbersBy1024 in cZ bug 1933346.
  * UI: Link for download of Themes leads to Themes for Thunderbird
    bug 1656564.
  * Add ESR 128 links to debugQA bug 1909855.
  * Port changes needed from |Bug 1476333 - Consolidate the ways that
    we reference "browser.xul" across the tree| to SeaMonkey bug
    1911841.
  * Switch from boxObject to getBoundingClientRect in utilityOverlay
    bug 1911844.
  * Align the SeaMonkey switchToTabHavingURI() call syntax with
    Firefox and toolkit bug 1925037.
  * Empty out SeaMonkey's removed-files.in (port bug 1392913) bug
    1913579.
  * Update SeaMonkey installer to register as handler for media types
    bug 1925023.
  * Remove obsolete chat services from SeaMonkey address book part2
    bug 1909853.
  * Add UI for browser.display.prefers_color_scheme to the SeaMonkey
    colors prefpane bug 1909743.
  * Update SeaMonkey wikipedia icon bug 1925021.
  * Show specific placeholders for bookmarks and history in SeaMonkey
    sidebar search bug 1925025.
  * Adjust dragOver method of tabbrowser.xml to be closer to Firefox
    version bug 1911845.
  * Avoid boxObject where appropriate in tabbrowser bug 1911847.
  * Simplify tab drop indicator code and styling bug 1911848.
  * SeaMonkey 2.53.20 uses the same backend as Firefox and contains
    the relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.20 shares most parts of the mail and news code with
    Thunderbird. Please read the Thunderbird 60.8.0 release notes for
    specific security fixes in this release.
  * Additional important security fixes up to Current Firefox 115.19
    and Thunderbird 115.19 ESR plus many enhancements have been
    backported. We will continue to enhance SeaMonkey security in
    subsequent 2.53.x beta and release versions as fast as we are able
    to.
- Adapt seamonkey-man-page.patch for SeaMonkey 2.53.20
- Adapt seamonkey-GNUmakefile to set MOZBUILD_STATE_PATH and to fix
  post-configure stamping per
  https://bugzilla.mozilla.org/show_bug.cgi?id=1692516#c13
- Update minimum build requirements for SeaMonkey 2.53.20
- Remove .mozconfig options no longer recognized in SeaMonkey 2.53.20
- request inclusion in Leap 15.6:
  https://bugzilla.opensuse.org/show_bug.cgi?id=1235392

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=70
2025-01-07 20:22:24 +00:00
Ana Guerrero
c382ac7bd4 Accepting request 1226681 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1226681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=36
2024-11-27 21:11:46 +00:00
Tristan Miller
dbc62ecbe2 - disable --with-system-icu on Tumbleweed due to
https://bugzilla.mozilla.org/show_bug.cgi?id=1933117
- remove obsolete patch mozilla-bmo1862601.patch

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=68
2024-11-26 23:00:32 +00:00
Tristan Miller
19beb5ecdd Adjust clang dependency to fix Tumbleweed build
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=67
2024-11-26 22:21:43 +00:00
Ana Guerrero
6d429ab011 Accepting request 1222616 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1222616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=35
2024-11-08 11:00:56 +00:00
Tristan Miller
92ae362332 enable patch mozilla-bmo1896958.patch for Leap 15.5
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=65
2024-11-08 03:48:55 +00:00
Ana Guerrero
58c601d3c9 Accepting request 1199077 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1199077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=34
2024-09-06 15:18:41 +00:00
Tristan Miller
1c7ffb263a - update to SeaMonkey 2.53.19
* Cancel button in SeaMonkey bookmarking star ui not working bug
    1872623.
  * Remove OfflineAppCacheHelper.jsm copy from SeaMonkey and use the
    one in toolkit bug 1896292.
  * Remove obsolete registerFactoryLocation calls from cZ bug 1870930.
  * Remove needless implements='nsIDOMEventListener' and QI bug
    1611010.
  * Replace use of nsIStandardURL::Init bug 1864355.
  * Switch SeaMonkey website from hg.mozilla.org to heptapod. bug
    1870934.
  * Allow view-image to open a data: URI by setting a flag on the
    loadinfo bug 1877001.
  * Save-link-as feature should use the loading principal and context
    menu using nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD bug 1879726.
  * Use punycode in SeaMonkey JS bug 1864287.
  * Font lists in preferences are no longer grouped by font type, port
    asynchronous handling like Bug 1399206 bug 1437393.
  * SeaMonkey broken tab after undo closed tab with invalid protocol
    bug 1885748.
  * SeaMonkey session restore is missing the checkboxes in the Classic
    theme bug 1896174.
  * Implement about:credits on seamonkey-project.org website bug
    1898467.
  * Fix for the 0.0.0.0 day vulnerability oligo summary.
  * Link in update notification does not open Browser bug 1888364.
  * Update ReadExtensionPrefs in Preferences.cpp bug 1890196.
  * Add about:seamonkey page to SeaMonkey bug 1897801.
  * SeaMonkey 2.53.19 uses the same backend as Firefox and contains
    the relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.19 shares most parts of the mail and news code with
    Thunderbird. Please read the Thunderbird 60.8.0 release notes for
    specific security fixes in this release.
  * Additional important security fixes up to Current Firefox 115.14
    and Thunderbird 115.14 ESR plus many enhancements have been
    backported. We will continue to enhance SeaMonkey security in
    subsequent 2.53.x beta and release versions as fast as we are able
    to.
- Adapt seamonkey-man-page.patch for SeaMonkey 2.53.19
- Adapt seamonkey-GNUmakefile to create mach environment
- Build with GCC 13 on Tumbleweed due to build failures with GCC 14:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1916827

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=63
2024-09-05 21:10:32 +00:00
Ana Guerrero
8253462219 Accepting request 1179513 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1179513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=33
2024-06-09 18:22:50 +00:00
Tristan Miller
2fbda5ada7 Accepting request 1179512 from mozilla
- add patch mozilla-bmo1896958.patch adapted from
  https://bugzilla.mozilla.org/show_bug.cgi?id=1896958 to fix
  compilation with rust >= 1.78
- add patch mozilla-bmo1862601.patch adapted from
  https://bugzilla.mozilla.org/show_bug.cgi?id=1862601 to fix
  build failure using --system-icu on Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1179512
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=61
2024-06-08 13:05:17 +00:00
Tristan Miller
3ccfc640c0 Accepting request 1179232 from mozilla
Fix build errors with packed_simd_2 and ICU

OBS-URL: https://build.opensuse.org/request/show/1179232
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=60
2024-06-07 13:23:16 +00:00
Ana Guerrero
6f542e757e Accepting request 1163388 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1163388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=32
2024-03-29 12:10:11 +00:00
Tristan Miller
d3d0b3ac87 Accepting request 1163387 from mozilla
update to SeaMonkey 2.53.18.2

OBS-URL: https://build.opensuse.org/request/show/1163387
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=58
2024-03-28 19:48:03 +00:00
Ana Guerrero
a7156071ee Accepting request 1151938 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1151938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=31
2024-02-27 21:47:40 +00:00
Tristan Miller
94f2199ad6 Accepting request 1151534 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151534
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=56
2024-02-26 19:34:18 +00:00
Ana Guerrero
f2bca36280 Accepting request 1146231 from mozilla:Factory
python3-base: the build log already contains
  i.e, python2 was not used anymore (boo#1219739). (forwarded request 1145490 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1146231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=30
2024-02-12 17:51:49 +00:00
Dominique Leuenberger
d4859c0c39 Accepting request 1145490 from home:dimstar:Factory
python3-base: the build log already contains
  i.e, python2 was not used anymore (boo#1219739).

OBS-URL: https://build.opensuse.org/request/show/1145490
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=54
2024-02-12 16:11:11 +00:00
Tristan Miller
8feb252b1a Accepting request 1145279 from home:dimstar:Factory
- Replace python-devel and python2-xml BuildRequires with
  python3-base: the build already now, with python2 in the
  buildroot, contained:
     Creating Python 3 environment
  In fact, python2 was not used anymore (boo#1219739).

OBS-URL: https://build.opensuse.org/request/show/1145279
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=53
2024-02-09 00:13:18 +00:00
Ana Guerrero
744bb163d0 Accepting request 1139789 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1139789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=29
2024-01-18 20:54:45 +00:00
Tristan Miller
84c3d94539 Accepting request 1139788 from mozilla
- update to SeaMonkey 2.53.18.1
  * Update the NSS library to the latest esr 115 version for the final
    2.53.18.1 release.
  * SeaMonkey 2.53.18.1 uses the same backend as Firefox and contains
    the relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.18.1 shares most parts of the mail and news code
    with Thunderbird. Please read the Thunderbird 60.8.0 release notes
    for specific security fixes in this release.
  * Additional important security fixes up to Current Firefox 115.7
    and Thunderbird 115.7 ESR plus many enhancements have been
    backported. We will continue to enhance SeaMonkey security in
    subsequent 2.53.x beta and release versions as fast as we are able
    to.

OBS-URL: https://build.opensuse.org/request/show/1139788
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=51
2024-01-18 17:47:04 +00:00
Ana Guerrero
805deaa8d5 Accepting request 1132253 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1132253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=28
2023-12-10 18:39:33 +00:00
Tristan Miller
a0e0e80503 Accepting request 1132252 from mozilla
Update to SeaMonkey 2.53.18

OBS-URL: https://build.opensuse.org/request/show/1132252
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=49
2023-12-09 18:50:26 +00:00
Dominique Leuenberger
181844c71f Accepting request 1121691 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1121691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=27
2023-11-01 21:11:05 +00:00
Tristan Miller
9873083219 Accepting request 1121690 from mozilla
Add patch for building with rust 1.48

OBS-URL: https://build.opensuse.org/request/show/1121690
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=47
2023-11-01 19:48:48 +00:00
Ana Guerrero
0475060287 Accepting request 1115612 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1115612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=26
2023-10-05 18:03:50 +00:00
Tristan Miller
af148bfe92 Accepting request 1115611 from mozilla
- add seamonkey-binutils.patch to allow building with binutils >= 2.41:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1856238
  https://bugzilla.mozilla.org/show_bug.cgi?id=1846703
- add mozilla-bmo531915.patch to fix builds for x86:
  https://bugzilla.mozilla.org/show_bug.cgi?id=531915

OBS-URL: https://build.opensuse.org/request/show/1115611
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=45
2023-10-04 12:52:03 +00:00
Ana Guerrero
1d2d4daec6 Accepting request 1114607 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1114607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=25
2023-10-02 18:06:24 +00:00
Tristan Miller
c208db6317 Accepting request 1114150 from home:bmwiedemann:branches:mozilla:Factory
Add reproducible.patch to override build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/1114150
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=43
2023-10-01 12:57:32 +00:00
Ana Guerrero
4355999b15 Accepting request 1112956 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1112956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=24
2023-09-22 19:49:43 +00:00
Tristan Miller
f86dd33d2a Accepting request 1112955 from mozilla
Update to SeaMonkey 2.53.17.1

OBS-URL: https://build.opensuse.org/request/show/1112955
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=41
2023-09-22 08:04:41 +00:00
Dominique Leuenberger
f8cb06242b Accepting request 1102406 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1102406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=23
2023-08-05 10:55:10 +00:00
Tristan Miller
82b56757b6 Accepting request 1102405 from mozilla
Update to SeaMonkey 2.53.17

OBS-URL: https://build.opensuse.org/request/show/1102405
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=39
2023-08-04 14:53:03 +00:00
Dominique Leuenberger
c89be0e753 Accepting request 1076437 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1076437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=22
2023-03-31 19:16:05 +00:00
Tristan Miller
3849940e62 Accepting request 1076436 from mozilla
Update to SeaMonkey 2.53.16

OBS-URL: https://build.opensuse.org/request/show/1076436
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=37
2023-03-31 10:14:47 +00:00
Dominique Leuenberger
c76a4b406f Accepting request 1059939 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1059939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=21
2023-01-20 16:39:21 +00:00
Tristan Miller
9e83c717b1 Accepting request 1059938 from mozilla
Update to SeaMonkey 2.53.15

OBS-URL: https://build.opensuse.org/request/show/1059938
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=35
2023-01-20 11:08:15 +00:00
Richard Brown
32f8610898 Accepting request 1007116 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1007116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=20
2022-09-30 15:57:21 +00:00
Tristan Miller
5aca04f181 Accepting request 1007115 from mozilla
Requested inclusion in Leap 15.3 and 15.4

OBS-URL: https://build.opensuse.org/request/show/1007115
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=33
2022-09-29 21:36:19 +00:00
Tristan Miller
d15e015a7e Accepting request 1006995 from mozilla
Update to SeaMonkey 2.53.14

OBS-URL: https://build.opensuse.org/request/show/1006995
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=32
2022-09-29 15:02:39 +00:00
Dominique Leuenberger
9d966ba074 Accepting request 988600 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/988600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=19
2022-07-13 11:45:17 +00:00
Tristan Miller
dbaad9eaa3 Accepting request 988599 from mozilla
Fix bug references in changelog

OBS-URL: https://build.opensuse.org/request/show/988599
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=30
2022-07-12 11:25:43 +00:00
Dominique Leuenberger
ba80110d41 Accepting request 988495 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/988495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=18
2022-07-12 09:12:37 +00:00
Tristan Miller
8ef133491d Accepting request 988494 from mozilla
update to SeaMonkey 2.53.13

OBS-URL: https://build.opensuse.org/request/show/988494
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=28
2022-07-11 20:59:32 +00:00
Dominique Leuenberger
16b64efc4a Accepting request 982614 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/982614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=17
2022-06-14 22:33:56 +00:00
Tristan Miller
aba48c0758 Accepting request 982609 from home:Guillaume_G:branches:mozilla:Factory
- Add --disable-elf-hack for aarch64 to fix build

OBS-URL: https://build.opensuse.org/request/show/982609
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=26
2022-06-14 12:56:08 +00:00
Dominique Leuenberger
11e8618b6d Accepting request 974901 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/974901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=16
2022-05-04 13:11:18 +00:00
Tristan Miller
c3400574a6 Accepting request 974900 from mozilla
Update to SeaMonkey 2.53.12

OBS-URL: https://build.opensuse.org/request/show/974900
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=24
2022-05-04 11:28:11 +00:00
Dominique Leuenberger
a45bff4dd7 Accepting request 964834 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/964834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=15
2022-03-25 20:54:47 +00:00
Tristan Miller
3c3e0f5248 Accepting request 964832 from mozilla
Update changelog

OBS-URL: https://build.opensuse.org/request/show/964832
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=22
2022-03-25 11:42:54 +00:00