Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit mozilla-nspr for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Jan 2011 10:44:11 +0100
- Message-id: <20110110094411.A1A95201DD@hilbert.suse.de>
Hello community,
here is the log from the commit of package mozilla-nspr for openSUSE:Factory
checked in at Mon Jan 10 10:44:11 CET 2011.
--------
--- GNOME/mozilla-nspr/mozilla-nspr.changes 2010-12-10 00:04:23.000000000
+0100
+++ /mounts/work_src_done/STABLE/mozilla-nspr/mozilla-nspr.changes
2011-01-09 23:57:42.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan 9 22:26:15 UTC 2011 - wr@xxxxxxxxxxxxx
+
+- update to 4.8.7 RTM
+ * no code changes to beta2
+ * only updated internal version information
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mozilla-nspr.spec ++++++
--- /var/tmp/diff_new_pack.MHwLxc/_old 2011-01-10 10:43:58.000000000 +0100
+++ /var/tmp/diff_new_pack.MHwLxc/_new 2011-01-10 10:43:58.000000000 +0100
@@ -1,8 +1,8 @@
#
# spec file for package mozilla-nspr (Version 4.8.7)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# 2006-2010 Wolfgang Rosenauer
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 2006-2011 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
BuildRequires: gcc-c++ pkg-config
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
Version: 4.8.7
-Release: 1
+Release: 2
Summary: Netscape Portable Runtime
Url: http://www.mozilla.org/projects/nspr/
# bug437293
++++++ nspr-4.8.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nspr-4.8.7/mozilla/nsprpub/config/rules.mk
new/nspr-4.8.7/mozilla/nsprpub/config/rules.mk
--- old/nspr-4.8.7/mozilla/nsprpub/config/rules.mk 2010-12-09
15:34:05.000000000 +0100
+++ new/nspr-4.8.7/mozilla/nsprpub/config/rules.mk 2011-01-09
23:24:20.000000000 +0100
@@ -463,6 +463,14 @@
################################################################################
#
+# Disallow parallel builds with MSVC < 8 since it can't open the PDB file in
+# parallel.
+#
+ifeq (,$(filter-out 1200 1300 1310,$(MSC_VER)))
+.NOTPARALLEL:
+endif
+
+#
# Re-define the list of default suffixes, so gmake won't have to churn through
# hundreds of built-in suffix rules for stuff we don't need.
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nspr-4.8.7/mozilla/nsprpub/pr/include/prinit.h
new/nspr-4.8.7/mozilla/nsprpub/pr/include/prinit.h
--- old/nspr-4.8.7/mozilla/nsprpub/pr/include/prinit.h 2010-12-09
15:34:05.000000000 +0100
+++ new/nspr-4.8.7/mozilla/nsprpub/pr/include/prinit.h 2011-01-09
23:24:20.000000000 +0100
@@ -63,11 +63,11 @@
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.8.7 Beta"
+#define PR_VERSION "4.8.7"
#define PR_VMAJOR 4
#define PR_VMINOR 8
#define PR_VPATCH 7
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |