Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f929164f2f329003d158223f08011db211b16f35)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f929164f2f329003d158223f08011db211b16f35)
  • Date: Mon, 15 Oct 2012 04:17:58 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/seamonkey/DEPENDS | 2 +-
http/seamonkey/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f929164f2f329003d158223f08011db211b16f35
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: added check for nspr <4.9.2

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 6a71a7a..0e6b5ca 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -6,7 +6,7 @@ depends libidl &&
depends libxft &&
depends nspr &&

-if spell_ok nspr && is_version_less $(installed_version nspr) 4.9; then
+if spell_ok nspr && is_version_less $(installed_version nspr) 4.9.2; then
force_depends nspr
fi &&

diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index cef4ddc..b8e37a7 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added check for nspr <4.9.2
+
2012-10-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.13.1; SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f929164f2f329003d158223f08011db211b16f35), Vlad Glagolev, 10/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page