commit nodejs-opener for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

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

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


Package is "nodejs-opener"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-opener/nodejs-opener.changes  
2015-04-27 13:03:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-opener.new/nodejs-opener.changes 
2015-07-02 22:32:19.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 12:37:06 UTC 2015 - hvo...@suse.com
+
+- Update to version 1.4.1
+
+---

Old:

  opener-1.4.0.tgz

New:

  opener-1.4.1.tgz



Other differences:
--
++ nodejs-opener.spec ++
--- /var/tmp/diff_new_pack.0ad2km/_old  2015-07-02 22:32:20.0 +0200
+++ /var/tmp/diff_new_pack.0ad2km/_new  2015-07-02 22:32:20.0 +0200
@@ -19,7 +19,7 @@
 %define base_name opener
 
 Name:   nodejs-opener
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Cross-platform file opener
 License:WTFPL

++ opener-1.4.0.tgz -> opener-1.4.1.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/LICENSE.txt new/package/LICENSE.txt
--- old/package/LICENSE.txt 2014-08-21 06:03:06.0 +0200
+++ new/package/LICENSE.txt 2015-03-24 12:35:54.0 +0100
@@ -1,4 +1,4 @@
-Copyright © 2012–2014 Domenic Denicola 
+Copyright © 2012–2015 Domenic Denicola 
 
 This work is free. You can redistribute it and/or modify it under the
 terms of the Do What The Fuck You Want To Public License, Version 2,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/opener.js new/package/opener.js
--- old/package/opener.js   2014-08-21 05:59:01.0 +0200
+++ new/package/opener.js   2015-03-24 12:33:13.0 +0100
@@ -35,6 +35,11 @@
 //
 // Furthermore, if "cmd /c" double-quoted the first parameter, then 
"start" will interpret it as a window title,
 // so we need to add a dummy empty-string window title: 
http://stackoverflow.com/a/154090/3191
+//
+// Additionally, on Windows ampersand needs to be escaped when passed 
to "start"
+args = args.map(function(value) {
+return value.replace(/&/g, '^&');
+});
 args = ["/c", "start", '""'].concat(args);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/package.json new/package/package.json
--- old/package/package.json2014-08-21 06:07:17.0 +0200
+++ new/package/package.json2015-03-24 12:37:40.0 +0100
@@ -1,20 +1,19 @@
 {
 "name": "opener",
 "description": "Opens stuff, like webpages and files and executables, 
cross-platform",
-"version": "1.4.0",
-"author": "Domenic Denicola  
(http://domenic.me/)",
+"version": "1.4.1",
+"author": "Domenic Denicola  (https://domenic.me/)",
 "license": "WTFPL",
-"repository": {
-"type": "git",
-"url": "git://github.com/domenic/opener.git"
-},
-"bugs": "http://github.com/domenic/opener/issues";,
+"repository": "domenic/opener",
 "main": "opener.js",
 "bin": "opener.js",
+"files": [
+"opener.js"
+],
 "scripts": {
 "lint": "jshint opener.js"
 },
 "devDependencies": {
-"jshint": "^2.5.4"
+"jshint": "^2.6.3"
 }
 }




commit nodejs-opener for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

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

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


Package is "nodejs-opener"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-opener/nodejs-opener.changes  
2014-10-24 10:47:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-opener.new/nodejs-opener.changes 
2015-04-27 13:03:23.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 06:44:24 UTC 2015 - dmuel...@suse.com
+
+- enable building for all arches
+
+---



Other differences:
--
++ nodejs-opener.spec ++
--- /var/tmp/diff_new_pack.Jmfjg3/_old  2015-04-27 13:03:23.0 +0200
+++ /var/tmp/diff_new_pack.Jmfjg3/_new  2015-04-27 13:03:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-opener
 #
-# 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
@@ -30,7 +30,6 @@
 BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
 
 %nodejs_find_provides_and_requires
 




commit nodejs-opener for openSUSE:Factory

2014-10-24 Thread h_root
Hello community,

here is the log from the commit of package nodejs-opener for openSUSE:Factory 
checked in at 2014-10-24 10:47:04

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


Package is "nodejs-opener"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-opener/nodejs-opener.changes  
2014-09-23 17:17:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-opener.new/nodejs-opener.changes 
2014-10-24 10:47:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 15:08:27 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---



Other differences:
--
++ nodejs-opener.spec ++
--- /var/tmp/diff_new_pack.USztpL/_old  2014-10-24 10:47:07.0 +0200
+++ /var/tmp/diff_new_pack.USztpL/_new  2014-10-24 10:47:07.0 +0200
@@ -27,11 +27,12 @@
 Url:https://github.com/isaacs/opener
 Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
 BuildRequires:  dos2unix
-BuildRequires:  nodejs
+BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
-%{?nodejs_requires}
+
+%nodejs_find_provides_and_requires
 
 %description
 Opens stuff, like webpages and files and executables, cross-platform. That is,

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



commit nodejs-opener for openSUSE:Factory

2014-09-23 Thread h_root
Hello community,

here is the log from the commit of package nodejs-opener for openSUSE:Factory 
checked in at 2014-09-23 17:17:37

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


Package is "nodejs-opener"

Changes:

New Changes file:

--- /dev/null   2014-07-24 01:57:42.080040256 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-opener.new/nodejs-opener.changes 
2014-09-23 17:17:38.0 +0200
@@ -0,0 +1,10 @@
+---
+Sun Sep 21 19:39:44 UTC 2014 - i...@marguerite.su
+
+- update version 1.4.0
+
+---
+Mon Aug 18 13:46:25 UTC 2014 - jgleiss...@suse.com
+
+- Initial build
+

New:

  nodejs-opener.changes
  nodejs-opener.spec
  opener-1.4.0.tgz



Other differences:
--
++ nodejs-opener.spec ++
#
# spec file for package nodejs-opener
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define base_name opener

Name:   nodejs-opener
Version:1.4.0
Release:0
Summary:Cross-platform file opener
License:WTFPL
Group:  Development/Languages/Other
Url:https://github.com/isaacs/opener
Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires:  dos2unix
BuildRequires:  nodejs
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
%{?nodejs_requires}

%description
Opens stuff, like webpages and files and executables, cross-platform. That is,
in your desktop environment. This will make actual windows pop up, with stuff
in them.

%prep
%setup -q -n package
chmod 755 opener.js
dos2unix LICENSE.txt README.md

%build

%install
mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
mkdir -p %{buildroot}%{_bindir}
cp -pr package.json opener.js \
%{buildroot}%{nodejs_modulesdir}/%{base_name}/
ln -sf %{nodejs_modulesdir}/%{base_name}/opener.js %{buildroot}%{_bindir}/opener

%files
%defattr(-,root,root,-)
%doc README.md LICENSE.txt
%{nodejs_modulesdir}/%{base_name}
%{_bindir}/opener

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