Hello community,

here is the log from the commit of package nodejs-ansi-regex for 
openSUSE:Factory checked in at 2015-07-02 22:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-ansi-regex (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-ansi-regex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-ansi-regex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-ansi-regex/nodejs-ansi-regex.changes      
2015-04-27 12:59:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-ansi-regex.new/nodejs-ansi-regex.changes 
2015-07-02 22:32:47.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 11:55:33 UTC 2015 - [email protected]
+
+- Update to version 1.1.1
+
+-------------------------------------------------------------------

Old:
----
  ansi-regex-1.0.0.tgz

New:
----
  ansi-regex-1.1.1.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs-ansi-regex.spec ++++++
--- /var/tmp/diff_new_pack.Knx4He/_old  2015-07-02 22:32:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Knx4He/_new  2015-07-02 22:32:48.000000000 +0200
@@ -19,7 +19,7 @@
 %define base_name ansi-regex
 
 Name:           nodejs-ansi-regex
-Version:        1.0.0
+Version:        1.1.1
 Release:        0
 Summary:        Regular expression for matching ANSI escape codes
 License:        MIT

++++++ ansi-regex-1.0.0.tgz -> ansi-regex-1.1.1.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/index.js new/package/index.js
--- old/package/index.js        2014-06-17 11:47:30.000000000 +0200
+++ new/package/index.js        2014-12-28 10:59:35.000000000 +0100
@@ -1,4 +1,4 @@
 'use strict';
 module.exports = function () {
-       return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
+       return 
/(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/g;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/license new/package/license
--- old/package/license 1970-01-01 01:00:00.000000000 +0100
+++ new/package/license 2014-12-28 10:59:35.000000000 +0100
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/package.json new/package/package.json
--- old/package/package.json    2014-08-13 15:30:32.000000000 +0200
+++ new/package/package.json    2015-02-22 10:24:43.000000000 +0100
@@ -1,6 +1,6 @@
 {
   "name": "ansi-regex",
-  "version": "1.0.0",
+  "version": "1.1.1",
   "description": "Regular expression for matching ANSI escape codes",
   "license": "MIT",
   "repository": "sindresorhus/ansi-regex",
@@ -9,11 +9,16 @@
     "email": "[email protected]",
     "url": "http://sindresorhus.com";
   },
+  "maintainers": [
+    "Sindre Sorhus <[email protected]> (http://sindresorhus.com)",
+    "Joshua Appelman <[email protected]> (http://jbnicolai.com)"
+  ],
   "engines": {
     "node": ">=0.10.0"
   },
   "scripts": {
-    "test": "mocha"
+    "test": "mocha test/test.js",
+    "view-supported": "node test/viewCodes.js"
   },
   "files": [
     "index.js"


Reply via email to