commit nodejs-glob for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package nodejs-glob for openSUSE:Factory 
checked in at 2015-08-05 06:51:02

Comparing /work/SRC/openSUSE:Factory/nodejs-glob (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-glob.new (New)


Package is "nodejs-glob"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-glob/nodejs-glob.changes  2015-07-12 
22:52:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-glob.new/nodejs-glob.changes 
2015-08-05 06:51:06.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 14:02:35 UTC 2015 - i...@marguerite.su
+
+- update version 5.0.14
+
+---

Old:

  glob-5.0.13.tgz

New:

  glob-5.0.14.tgz



Other differences:
--
++ nodejs-glob.spec ++
--- /var/tmp/diff_new_pack.7RJf2K/_old  2015-08-05 06:51:07.0 +0200
+++ /var/tmp/diff_new_pack.7RJf2K/_new  2015-08-05 06:51:07.0 +0200
@@ -19,7 +19,7 @@
 %define base_name glob
 
 Name:   nodejs-glob
-Version:5.0.13
+Version:5.0.14
 Release:0
 Summary:File Globbing
 License:ISC

++ glob-5.0.13.tgz -> glob-5.0.14.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/glob.js new/package/glob.js
--- old/package/glob.js 2015-07-02 22:23:54.0 +0200
+++ new/package/glob.js 2015-07-15 03:26:47.0 +0200
@@ -556,6 +556,7 @@
 
   // handle errors, and cache the information
   switch (er.code) {
+case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
 case 'ENOTDIR': // totally normal. means it *does* exist.
   this.cache[this._makeAbs(f)] = 'FILE'
   break
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/package.json new/package/package.json
--- old/package/package.json2015-07-02 23:29:10.0 +0200
+++ new/package/package.json2015-07-15 03:34:46.0 +0200
@@ -2,7 +2,7 @@
   "author": "Isaac Z. Schlueter  (http://blog.izs.me/)",
   "name": "glob",
   "description": "a little globber",
-  "version": "5.0.13",
+  "version": "5.0.14",
   "repository": {
 "type": "git",
 "url": "git://github.com/isaacs/node-glob.git"
@@ -36,7 +36,7 @@
 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
 "bench": "bash benchmark.sh",
 "prof": "bash prof.sh && cat profile.txt",
-"benchclean": "bash benchclean.sh"
+"benchclean": "node benchclean.js"
   },
   "license": "ISC"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/sync.js new/package/sync.js
--- old/package/sync.js 2015-05-21 18:44:38.0 +0200
+++ new/package/sync.js 2015-07-15 03:26:33.0 +0200
@@ -57,7 +57,7 @@
   for (var p in matchset) {
 try {
   p = self._makeAbs(p)
-  var real = fs.realpathSync(p, this.realpathCache)
+  var real = fs.realpathSync(p, self.realpathCache)
   set[real] = true
 } catch (er) {
   if (er.syscall === 'stat')
@@ -303,6 +303,7 @@
 GlobSync.prototype._readdirError = function (f, er) {
   // handle errors, and cache the information
   switch (er.code) {
+case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
 case 'ENOTDIR': // totally normal. means it *does* exist.
   this.cache[this._makeAbs(f)] = 'FILE'
   break




commit nodejs-glob for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package nodejs-glob for openSUSE:Factory 
checked in at 2015-07-12 22:52:03

Comparing /work/SRC/openSUSE:Factory/nodejs-glob (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-glob.new (New)


Package is "nodejs-glob"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-glob/nodejs-glob.changes  2015-07-02 
22:40:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-glob.new/nodejs-glob.changes 
2015-07-12 22:52:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul  4 10:33:19 UTC 2015 - i...@marguerite.su
+
+- update version 5.0.13
+
+---

Old:

  glob-4.5.3.tgz

New:

  glob-5.0.13.tgz



Other differences:
--
++ nodejs-glob.spec ++
--- /var/tmp/diff_new_pack.OmUngf/_old  2015-07-12 22:52:06.0 +0200
+++ /var/tmp/diff_new_pack.OmUngf/_new  2015-07-12 22:52:06.0 +0200
@@ -19,7 +19,7 @@
 %define base_name glob
 
 Name:   nodejs-glob
-Version:4.5.3
+Version:5.0.13
 Release:0
 Summary:File Globbing
 License:ISC
@@ -48,7 +48,6 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.md
-%{nodejs_modulesdir}
-%dir %{nodejs_modulesdir}/%{base_name}
+%{nodejs_modulesdir}/%{base_name}
 
 %changelog

++ glob-4.5.3.tgz -> glob-5.0.13.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/README.md new/package/README.md
--- old/package/README.md   2015-03-13 06:32:15.0 +0100
+++ new/package/README.md   2015-06-19 00:23:47.0 +0200
@@ -79,7 +79,8 @@
 The intent for negation would be for a pattern starting with `!` to
 match everything that *doesn't* match the supplied pattern.  However,
 the implementation is weird, and for the time being, this should be
-avoided.  The behavior will change or be deprecated in version 5.
+avoided.  The behavior is deprecated in version 5, and will be removed
+entirely in version 6.
 
 ### Empty Sets
 
@@ -159,8 +160,6 @@
 * `aborted` Boolean which is set to true when calling `abort()`.  There
   is no way at this time to continue a glob search after aborting, but
   you can re-use the statCache to avoid having to duplicate syscalls.
-* `statCache` Collection of all the stat results the glob search
-  performed.
 * `cache` Convenience object.  Each field has the following possible
   values:
   * `false` - Path does not exist
@@ -263,9 +262,6 @@
 * `matchBase` Perform a basename-only match if the pattern does not
   contain any slash characters.  That is, `*.js` would be treated as
   equivalent to `**/*.js`, matching all js files in all directories.
-* `nonegate` Suppress `negate` behavior.  (See below.)
-* `nocomment` Suppress `comment` behavior.  (See below.)
-* `nonull` Return the pattern when no matches are found.
 * `nodir` Do not match directories, only files.  (Note: to match
   *only* directories, simply put a `/` at the end of the pattern.)
 * `ignore` Add a pattern or an array of patterns to exclude matches.
@@ -276,6 +272,10 @@
   In the case of a symlink that cannot be resolved, the full absolute
   path to the matched entry is returned (though it will usually be a
   broken symlink)
+* `nonegate` Suppress deprecated `negate` behavior.  (See below.)
+  Default=true
+* `nocomment` Suppress deprecated `comment` behavior.  (See below.)
+  Default=true
 
 ## Comparisons to other fnmatch/glob implementations
 
@@ -283,17 +283,6 @@
 goal, some discrepancies exist between node-glob and other
 implementations, and are intentional.
 
-If the pattern starts with a `!` character, then it is negated.  Set the
-`nonegate` flag to suppress this behavior, and treat leading `!`
-characters normally.  This is perhaps relevant if you wish to start the
-pattern with a negative extglob pattern like `!(a|B)`.  Multiple `!`
-characters at the start of a pattern will negate the pattern multiple
-times.
-
-If a pattern starts with `#`, then it is treated as a comment, and
-will not match anything.  Use `\#` to match a literal `#` at the
-start of a line, or set the `nocomment` flag to suppress this behavior.
-
 The double-star character `**` is supported by default, unless the
 `noglobstar` flag is set.  This is supported in the manner of bsdglob
 and bash 4.3, where `**` only has special significance if it is the only
@@ -317,6 +306,25 @@
 **first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are
 checked for validity.  Since those two are valid, matching proceeds.
 
+### Comments and Negation
+
+**Note**: In version 5 of this module, negation and comments are
+**disabled** by default.  You can explicitly set `nonegate:false` or
+`nocomment:false` to re-enable them.  They are

commit nodejs-glob for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package nodejs-glob for openSUSE:Factory 
checked in at 2015-07-02 22:40:22

Comparing /work/SRC/openSUSE:Factory/nodejs-glob (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-glob.new (New)


Package is "nodejs-glob"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-glob/nodejs-glob.changes  2015-04-27 
13:01:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-glob.new/nodejs-glob.changes 
2015-07-02 22:40:24.0 +0200
@@ -1,0 +2,16 @@
+Wed Jun 24 14:04:17 UTC 2015 - i...@marguerite.su
+
+- revert to version 4.5.3
+- rimraf needs glob version < 5
+
+---
+Sat Jun  6 04:52:57 UTC 2015 - i...@marguerite.su
+
+- update version 5.0.10
+
+---
+Fri Apr 24 12:10:40 UTC 2015 - hvo...@suse.com
+
+- Update to version 5.0.5
+
+---

Old:

  glob-4.0.6.tgz

New:

  glob-4.5.3.tgz



Other differences:
--
++ nodejs-glob.spec ++
--- /var/tmp/diff_new_pack.a9aiLO/_old  2015-07-02 22:40:24.0 +0200
+++ /var/tmp/diff_new_pack.a9aiLO/_new  2015-07-02 22:40:24.0 +0200
@@ -19,7 +19,7 @@
 %define base_name glob
 
 Name:   nodejs-glob
-Version:4.0.6
+Version:4.5.3
 Release:0
 Summary:File Globbing
 License:ISC
@@ -42,12 +42,12 @@
 
 %install
 mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
-cp -pr package.json %{base_name}.js \
+cp -pr package.json *.js \
 %{buildroot}%{nodejs_modulesdir}/%{base_name}/
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.md examples
+%doc LICENSE README.md
 %{nodejs_modulesdir}
 %dir %{nodejs_modulesdir}/%{base_name}
 

++ glob-4.0.6.tgz -> glob-4.5.3.tgz ++
 3664 lines of diff (skipped)




commit nodejs-glob for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package nodejs-glob for openSUSE:Factory 
checked in at 2015-04-27 13:01:13

Comparing /work/SRC/openSUSE:Factory/nodejs-glob (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-glob.new (New)


Package is "nodejs-glob"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-glob/nodejs-glob.changes  2014-10-24 
10:46:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-glob.new/nodejs-glob.changes 
2015-04-27 13:01:13.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 06:39:45 UTC 2015 - dmuel...@suse.com
+
+- enable building for all arches
+
+---



Other differences:
--
++ nodejs-glob.spec ++
--- /var/tmp/diff_new_pack.csPuzD/_old  2015-04-27 13:01:14.0 +0200
+++ /var/tmp/diff_new_pack.csPuzD/_new  2015-04-27 13:01:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-glob
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,6 @@
 BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
 
 %nodejs_find_provides_and_requires
 




commit nodejs-glob for openSUSE:Factory

2014-10-24 Thread h_root
Hello community,

here is the log from the commit of package nodejs-glob for openSUSE:Factory 
checked in at 2014-10-24 10:46:33

Comparing /work/SRC/openSUSE:Factory/nodejs-glob (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-glob.new (New)


Package is "nodejs-glob"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-glob/nodejs-glob.changes  2014-09-23 
10:46:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-glob.new/nodejs-glob.changes 
2014-10-24 10:46:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 15:08:10 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---



Other differences:
--
++ nodejs-glob.spec ++
--- /var/tmp/diff_new_pack.QDxzYs/_old  2014-10-24 10:46:35.0 +0200
+++ /var/tmp/diff_new_pack.QDxzYs/_new  2014-10-24 10:46:35.0 +0200
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define base_name glob
 
 Name:nodejs-glob
 Version: 4.0.6
 Release: 0
-License: ISC
 Summary: File Globbing
-URL: https://github.com/isaacs/node-glob
+License:ISC
 Group:   Development/Libraries/Other
+Url:https://github.com/isaacs/node-glob
 Source:  
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-BuildRequires:   nodejs
-Requires:  nodejs-graceful-fs
-Requires:  nodejs-inherits
-Requires:  nodejs-minimatch
-Requires:  nodejs-once
-BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  nodejs-packaging
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:   noarch
 ExclusiveArch:   %{ix86} x86_64 %{arm} noarch
-%{?nodejs_requires}
+
+%nodejs_find_provides_and_requires
 
 %description
 Match files using the patterns the shell uses, like stars and stuff.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org