commit nodejs-readable-stream for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

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

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


Package is nodejs-readable-stream

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-readable-stream/nodejs-readable-stream.changes
2015-07-02 22:43:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-readable-stream.new/nodejs-readable-stream.changes
   2015-08-05 06:51:21.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 30 10:08:33 UTC 2015 - i...@marguerite.su
+
+- update version 2.0.2
+
+---

Old:

  readable-stream-1.1.13.tgz

New:

  readable-stream-2.0.2.tgz



Other differences:
--
++ nodejs-readable-stream.spec ++
--- /var/tmp/diff_new_pack.Ucu85i/_old  2015-08-05 06:51:22.0 +0200
+++ /var/tmp/diff_new_pack.Ucu85i/_new  2015-08-05 06:51:22.0 +0200
@@ -19,7 +19,7 @@
 %define base_name readable-stream
 
 Name:   nodejs-readable-stream
-Version:1.1.13
+Version:2.0.2
 Release:0
 Summary:Streams2, a user-land copy of the stream library from Node.js 
v0.10.x
 License:MIT
@@ -45,13 +45,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
+mkdir -p %{buildroot}%{nodejs_sitelib}/%{base_name}
 cp -pr package.json lib *.js \
-%{buildroot}%{nodejs_modulesdir}/%{base_name}/
+%{buildroot}%{nodejs_sitelib}/%{base_name}/
 
 %files
 %defattr(-,root,root,-)
-%doc README.md LICENSE
-%{nodejs_modulesdir}/%{base_name}
+%doc README.md LICENSE doc
+%{nodejs_sitelib}/%{base_name}
 
 %changelog

++ readable-stream-1.1.13.tgz - readable-stream-2.0.2.tgz ++
 3813 lines of diff (skipped)




commit nodejs-readable-stream for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package nodejs-readable-stream for 
openSUSE:Factory checked in at 2015-07-02 22:43:48

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


Package is nodejs-readable-stream

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-readable-stream/nodejs-readable-stream.changes
2015-04-27 13:02:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-readable-stream.new/nodejs-readable-stream.changes
   2015-07-02 22:43:49.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 30 09:48:07 UTC 2015 - i...@marguerite.su
+
+- update version 1.1.13
+
+---
+Fri Apr 24 12:44:03 UTC 2015 - hvo...@suse.com
+
+- Update to version 1.0.33
+
+---

Old:

  readable-stream-1.0.32.tgz

New:

  readable-stream-1.1.13.tgz



Other differences:
--
++ nodejs-readable-stream.spec ++
--- /var/tmp/diff_new_pack.zvaXU0/_old  2015-07-02 22:43:49.0 +0200
+++ /var/tmp/diff_new_pack.zvaXU0/_new  2015-07-02 22:43:49.0 +0200
@@ -19,7 +19,7 @@
 %define base_name readable-stream
 
 Name:   nodejs-readable-stream
-Version:1.0.32
+Version:1.1.13
 Release:0
 Summary:Streams2, a user-land copy of the stream library from Node.js 
v0.10.x
 License:MIT
@@ -51,7 +51,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.md
+%doc README.md LICENSE
 %{nodejs_modulesdir}/%{base_name}
 
 %changelog

++ readable-stream-1.0.32.tgz - readable-stream-1.1.13.tgz ++
 2106 lines of diff (skipped)




commit nodejs-readable-stream for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package nodejs-readable-stream for 
openSUSE:Factory checked in at 2015-04-27 13:02:40

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


Package is nodejs-readable-stream

Changes:

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



Other differences:
--
++ nodejs-readable-stream.spec ++
--- /var/tmp/diff_new_pack.aXEesN/_old  2015-04-27 13:02:42.0 +0200
+++ /var/tmp/diff_new_pack.aXEesN/_new  2015-04-27 13:02:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-readable-stream
 #
-# 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-readable-stream for openSUSE:Factory

2014-10-24 Thread h_root
Hello community,

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

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


Package is nodejs-readable-stream

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-readable-stream/nodejs-readable-stream.changes
2014-09-25 08:42:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-readable-stream.new/nodejs-readable-stream.changes
   2014-10-24 10:47:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 15:08:32 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---



Other differences:
--
++ nodejs-readable-stream.spec ++
--- /var/tmp/diff_new_pack.ATOIou/_old  2014-10-24 10:47:17.0 +0200
+++ /var/tmp/diff_new_pack.ATOIou/_new  2014-10-24 10:47:17.0 +0200
@@ -26,15 +26,12 @@
 Group:  Development/Languages/Other
 Url:https://github.com/isaacs/readable-stream
 Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-Requires:   nodejs-core-util-is
-Requires:   nodejs-inherits
-Requires:   nodejs-isarray
-Requires:   nodejs-string_decoder
-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
 Node-core streams for userland. This package is a mirror of the Streams2 and

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