[nodejs-srs] Update to 0.3.11 upstream release

Tom Hughes tomh at fedoraproject.org
Fri Mar 14 14:57:12 UTC 2014


commit fe6858596d717fb2b8b700786ab5e531a9c5f640
Author: Tom Hughes <tom at compton.nu>
Date:   Fri Mar 14 14:50:12 2014 +0000

    Update to 0.3.11 upstream release

 .gitignore             |    1 +
 nodejs-srs-cleaner.sh  |    2 +-
 nodejs-srs-strip.patch |   12 ++++++------
 nodejs-srs.spec        |    7 +++++--
 sources                |    2 +-
 5 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b79642f..2d78d1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /srs-0.3.8-fedora.tgz
 /srs-0.3.9-fedora.tgz
 /srs-0.3.10-fedora.tgz
+/srs-0.3.11-fedora.tgz
diff --git a/nodejs-srs-cleaner.sh b/nodejs-srs-cleaner.sh
index 0a527ec..2d2d07f 100755
--- a/nodejs-srs-cleaner.sh
+++ b/nodejs-srs-cleaner.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION="0.3.10"
+VERSION="0.3.11"
 
 tar xvfz srs-"${VERSION}".tgz
 
diff --git a/nodejs-srs-strip.patch b/nodejs-srs-strip.patch
index 7ff727e..bdcb0a0 100644
--- a/nodejs-srs-strip.patch
+++ b/nodejs-srs-strip.patch
@@ -1,17 +1,17 @@
-commit c9e358858c2a87b582e9c4b7506f8b19bc7b2a5f
+commit 143e961b88a2b3664a75c8f339717e0cb97d17be
 Author: Tom Hughes <tom at compton.nu>
 Date:   Tue Oct 1 17:03:00 2013 +0100
 
     Don't strip the compiled module
 
 diff --git a/common.gypi b/common.gypi
-index bf7b460..5c6742d 100644
+index 6e9496a..4f917d7 100644
 --- a/common.gypi
 +++ b/common.gypi
-@@ -19,11 +19,8 @@
-                 'OTHER_LDFLAGS': [
-                     '-s' # warns 'option -s is obsolete and being ignored' but actually works
-                 ]
+@@ -16,11 +16,8 @@
+                 'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO',
+                 'DEAD_CODE_STRIPPING':'YES',
+                 'GCC_INLINES_ARE_PRIVATE_EXTERN':'YES'
 -              },
 -              'ldflags': [
 -                    '-Wl,-s'
diff --git a/nodejs-srs.spec b/nodejs-srs.spec
index b379b94..e837f21 100644
--- a/nodejs-srs.spec
+++ b/nodejs-srs.spec
@@ -1,6 +1,6 @@
 Name:           nodejs-srs
-Version:        0.3.10
-Release:        3%{?dist}
+Version:        0.3.11
+Release:        1%{?dist}
 Summary:        Spatial reference library for Node.js
 
 License:        BSD
@@ -65,6 +65,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitearch}/srs
 
 
 %changelog
+* Fri Mar 14 2014 Tom Hughes <tom at compton.nu> - 0.3.11-1
+- Update to 0.3.11 upstream release
+
 * Fri Feb 14 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.10-3
 - rebuild for icu-53 (via v8)
 
diff --git a/sources b/sources
index 04ddd3c..d940218 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e5f6cc3272918753812a7956bb5d0ce  srs-0.3.10-fedora.tgz
+6cf3f1485a35930b2df0ce9fb05a5d24  srs-0.3.11-fedora.tgz


More information about the scm-commits mailing list