Hello community,
here is the log from the commit of package nodejs-request for openSUSE:Factory checked in at 2014-09-30 20:09:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-request (Old) and /work/SRC/openSUSE:Factory/.nodejs-request.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-request"
Changes: -------- New Changes file:
--- /dev/null 2014-09-26 12:09:11.568032006 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-request.new/nodejs-request.changes 2014-09-30 20:09:07.000000000 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 22 16:20:11 UTC 2014 - i@marguerite.su + +- update version 2.44.0 + +------------------------------------------------------------------- +Mon Aug 18 14:15:41 UTC 2014 - jgleissner@suse.com + +- Initial build +
New: ---- nodejs-request.changes nodejs-request.spec request-2.44.0.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ nodejs-request.spec ++++++ # # spec file for package nodejs-request # # 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 request
Name: nodejs-request Version: 2.44.0 Release: 0 Summary: Simplified HTTP request client License: Apache-2.0 Group: Development/Languages/Other Url: https://github.com/mikeal/request Source: http://registry.npmjs.org/%%7Bbase_name%7D/-/%%7Bbase_name%7D-%%7Bversion%7D... Requires: nodejs-bl Requires: nodejs-caseless Requires: nodejs-forever-agent Requires: nodejs-qs Requires: nodejs-json-stringify-safe Requires: nodejs-mime-types Requires: nodejs-node-uuid Requires: nodejs-tunnel-agent Requires: nodejs-tough-cookie Requires: nodejs-form-data Requires: nodejs-http-signature Requires: nodejs-oauth-sign Requires: nodejs-hawk Requires: nodejs-aws-sign2 Requires: nodejs-stringstream BuildRequires: nodejs BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch %{?nodejs_requires}
%description Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.
%prep %setup -q -n package chmod 0644 package.json index.js
%build
%install mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name} cp -pr package.json request.js index.js lib \ %{buildroot}%{nodejs_modulesdir}/%{base_name}/
%files %defattr(-,root,root,-) %doc README.md LICENSE CHANGELOG.md CONTRIBUTING.md %{nodejs_modulesdir}/%{base_name}
%changelog