commit nodejs-path-is-inside for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

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

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


Package is "nodejs-path-is-inside"

Changes:

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



Other differences:
--
++ nodejs-path-is-inside.spec ++
--- /var/tmp/diff_new_pack.WBTM5V/_old  2015-04-27 13:03:28.0 +0200
+++ /var/tmp/diff_new_pack.WBTM5V/_new  2015-04-27 13:03:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-path-is-inside
 #
-# 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-path-is-inside for openSUSE:Factory

2014-10-24 Thread h_root
Hello community,

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

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


Package is "nodejs-path-is-inside"

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-path-is-inside/nodejs-path-is-inside.changes  
2014-09-23 17:17:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-path-is-inside.new/nodejs-path-is-inside.changes
 2014-10-24 10:47:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 15:08:28 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---



Other differences:
--
++ nodejs-path-is-inside.spec ++
--- /var/tmp/diff_new_pack.wZljhm/_old  2014-10-24 10:47:09.0 +0200
+++ /var/tmp/diff_new_pack.wZljhm/_new  2014-10-24 10:47:09.0 +0200
@@ -26,11 +26,12 @@
 Group:  Development/Languages/Other
 Url:https://github.com/domenic/path-is-inside
 Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-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
 The path-is-inside package will give you a robust, cross-platform way of 
detecting whether a given path is inside another path.

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



commit nodejs-path-is-inside for openSUSE:Factory

2014-09-23 Thread h_root
Hello community,

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

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


Package is "nodejs-path-is-inside"

Changes:

New Changes file:

--- /dev/null   2014-07-24 01:57:42.080040256 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-path-is-inside.new/nodejs-path-is-inside.changes
 2014-09-23 17:17:40.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Sep 22 18:20:12 UTC 2014 - i...@marguerite.su
+
+- format specfile
+
+---
+Mon Aug 18 14:04:26 UTC 2014 - jgleiss...@suse.com
+
+- Initial build
+

New:

  nodejs-path-is-inside.changes
  nodejs-path-is-inside.spec
  path-is-inside-1.0.1.tgz



Other differences:
--
++ nodejs-path-is-inside.spec ++
#
# spec file for package nodejs-path-is-inside
#
# 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 path-is-inside

Name:   nodejs-path-is-inside
Version:1.0.1
Release:0
Summary:Tests whether one path is inside another path
License:WTFPL
Group:  Development/Languages/Other
Url:https://github.com/domenic/path-is-inside
Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires:  nodejs
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
%{?nodejs_requires}

%description
The path-is-inside package will give you a robust, cross-platform way of 
detecting whether a given path is inside another path.

%prep
%setup -q -n package

%build

%install
mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
cp -pr package.json lib \
%{buildroot}%{nodejs_modulesdir}/%{base_name}/

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

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