[nodejs-srs] Upate to 0.3.1 upstream release

Tom Hughes tomh at fedoraproject.org
Sun Aug 11 11:11:36 UTC 2013


commit d8843d0f17e3080c4e80cd037ad003476d430ff1
Author: Tom Hughes <tom at compton.nu>
Date:   Sun Aug 11 12:08:45 2013 +0100

    Upate to 0.3.1 upstream release

 .gitignore                 |    1 +
 nodejs-srs-cleaner.sh      |    2 +-
 nodejs-srs-libraries.patch |   19 -------------------
 nodejs-srs.spec            |   12 ++++++------
 sources                    |    2 +-
 5 files changed, 9 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbe8472..89101e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /srs-0.2.20-fedora.tgz
 /srs-0.3.0-fedora.tgz
+/srs-0.3.1-fedora.tgz
diff --git a/nodejs-srs-cleaner.sh b/nodejs-srs-cleaner.sh
index c06e036..caca283 100755
--- a/nodejs-srs-cleaner.sh
+++ b/nodejs-srs-cleaner.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION="0.3.0"
+VERSION="0.3.1"
 
 tar xvfz srs-"${VERSION}".tgz
 
diff --git a/nodejs-srs.spec b/nodejs-srs.spec
index a99bf4b..68c2d92 100644
--- a/nodejs-srs.spec
+++ b/nodejs-srs.spec
@@ -1,7 +1,7 @@
 %global enable_tests 1
 
 Name:           nodejs-srs
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        Spatial reference library for Node.js
 
@@ -16,10 +16,8 @@ Source0:        srs-%{version}-fedora.tgz
 Source1:        nodejs-srs-cleaner.sh
 # Settings file normally generated by waf build
 Source2:        nodejs-srs-settings.js
-# Fix library linking
-Patch0:         nodejs-srs-libraries.patch
 # Patch out tests which rely on removed files
-Patch1:         nodejs-srs-tests.patch
+Patch0:         nodejs-srs-tests.patch
 ExclusiveArch:  %{nodejs_arches}
 
 BuildRequires:  nodejs-devel
@@ -40,8 +38,7 @@ Bindings to libosr for handling spatial references in Node.js.
 
 %prep
 %setup -q -n package-fedora
-%patch0 -p1 -b .libraries
-%patch1 -p1 -b .tests
+%patch0 -p1 -b .tests
 cp -pr %{SOURCE2} lib/settings.js
 rm -rf deps node_modules lib/srs_data
 
@@ -71,6 +68,9 @@ NODE_PATH=lib %{nodejs_sitearch}/mocha/bin/mocha -R spec
 
 
 %changelog
+* Sun Aug 11 2013 Tom Hughes <tom at compton.nu> - 0.3.1-1
+- Update to 0.3.1 upstream release
+
 * Thu Aug  8 2013 Tom Hughes <tom at compton.nu> - 0.3.0-1
 - Update to 0.3.0 upstream release
 
diff --git a/sources b/sources
index 4cce394..9f67a0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d7e0afddd56c44b96015c0e52ebae52  srs-0.3.0-fedora.tgz
+9b02654c8bddacd2ec0f6d07e6566a71  srs-0.3.1-fedora.tgz


More information about the scm-commits mailing list