Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ac9a4ead399a945b4286350109699c1cf06179da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ac9a4ead399a945b4286350109699c1cf06179da)
  • Date: Tue, 12 Feb 2008 00:20:14 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/nspr/DETAILS | 2 +-
libs/nspr/HISTORY | 7 +++++++
libs/nspr/INSTALL | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit ac9a4ead399a945b4286350109699c1cf06179da
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nspr: Fix Bug #14308 and increment PATCHLEVEL

diff --git a/libs/nspr/DETAILS b/libs/nspr/DETAILS
index cff3fa9..763c6d3 100755
--- a/libs/nspr/DETAILS
+++ b/libs/nspr/DETAILS
@@ -8,7 +8,7 @@
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$VERSION/src/

SOURCE_HASH=sha512:964574528fbbb321a266b6b451d523e58e9ad08dbe59fb4b4ee773ab1cc80491ecf0bceff0e637f472373dbd4aeeea1f5924bd99c032068933f8cb3959f5a7ad
# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
LICENSE[0]=MPL
- PATCHLEVEL=0
+ PATCHLEVEL=1
GATHER_DOCS=no
KEYWORDS="libs"
SHORT='Netscape Portable Runtime Library (NSPR)'
diff --git a/libs/nspr/HISTORY b/libs/nspr/HISTORY
index fccb8af..4591c8a 100644
--- a/libs/nspr/HISTORY
+++ b/libs/nspr/HISTORY
@@ -1,3 +1,9 @@
+2008-02-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * INSTALL: Use version as reported by `nspr-config --version` as that
+ is what gets compared against when looking for mozilla-nspr
+ Fixes Bug #14308
+
2008-02-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.7
* CONFIGURE, PRE_BUILD, assert.patch: removed patch, applied upstream
@@ -62,3 +68,4 @@

2005-05-12 Sergey Lipnevich <sergey AT sourcemage.org>
* ALL: spell created; based on files from nss spell.
+
diff --git a/libs/nspr/INSTALL b/libs/nspr/INSTALL
index 4763937..f7c3eda 100755
--- a/libs/nspr/INSTALL
+++ b/libs/nspr/INSTALL
@@ -5,7 +5,7 @@ make install &&
install --mode=755 config/nspr-config $INSTALL_ROOT/usr/bin
&&
install --mode=644 $SCRIPT_DIRECTORY/mozilla-nspr.pc
$INSTALL_ROOT/usr/lib/pkgconfig/ &&
# setup pkg-config file to have the correct version number
-sedit "s/VERSION/$VERSION/"
$INSTALL_ROOT/usr/lib/pkgconfig/mozilla-nspr.pc &&
+sedit "s/VERSION/$(config/nspr-config --version)/"
$INSTALL_ROOT/usr/lib/pkgconfig/mozilla-nspr.pc &&

# manually do the real install, keeping in mind that most of these files are
symlinks
cd dist &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ac9a4ead399a945b4286350109699c1cf06179da), Eric Sandall, 02/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page