Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c4dd6a929aa781cecd152a491fdb88f106a0cb7f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c4dd6a929aa781cecd152a491fdb88f106a0cb7f)
  • Date: Thu, 30 Nov 2023 18:40:18 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/DEPENDS | 6 ++++--
http/firefox/DETAILS | 2 +-
http/firefox/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit c4dd6a929aa781cecd152a491fdb88f106a0cb7f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: version 120.0.1

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index ff0d77b..4149d17 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -9,7 +9,10 @@ depends python3
&&
depends icu "--with-system-icu" &&

depends glib2 &&
-vdepends <<< "at-spi2-core >= 2.45.0" &&
+vdepends <<!
+ at-spi2-core >= 2.45.0
+ cbindgen >= 0.26.0
+!

if [[ $FIREFOX_SCCACHE == 'y' ]]; then
depends sccache
@@ -72,7 +75,6 @@ depends libnotify
&&
depends pixman "--enable-system-pixman" &&

depends rust &&
-depends cbindgen &&

depends nodejs &&

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 5f189fe..4619338 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=120.0
+ VERSION=120.0.1
SECURITY_PATCH=185
SOURCE="${SPELL}-${VERSION}.source.tar.xz"
# Watch: http://releases.mozilla.org/pub/firefox/releases/
/releases/([0-9.]+)/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 6b604a9..edcad5f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2023-11-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 120.0.1
+ * DEPENDS: needs cbindgen >= 0.26.0
+
2023-11-24 Pavel Vinogradov <public AT sourcemage.org>
* patches/*: updated




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c4dd6a929aa781cecd152a491fdb88f106a0cb7f), Pavel Vinogradov, 11/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page