Hello community,

here is the log from the commit of package nodejs-lru-cache for 
openSUSE:Factory checked in at 2014-09-23 10:46:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-lru-cache (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-lru-cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-lru-cache"

Changes:
--------
New Changes file:

--- /dev/null   2014-07-24 01:57:42.080040256 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-lru-cache.new/nodejs-lru-cache.changes   
2014-09-23 10:46:22.000000000 +0200
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Sun Sep 21 15:04:19 UTC 2014 - i...@marguerite.su
+
+- format specfile
+
+-------------------------------------------------------------------
+Thu Sep 11 10:58:00 UTC 2014 - jgleiss...@suse.com
+
+- obsolete nodejs-lrucache (old name in build service)
+
+-------------------------------------------------------------------
+Wed Aug 13 14:14:33 UTC 2014 - jgleiss...@suse.com
+
+- spec file clean up
+
+-------------------------------------------------------------------
+Wed Jan 29 02:24:10 UTC 2014 - rschweik...@suse.com
+
+- spec file clean up
+  + locally define module path
+  + use path definition fo simpification
+
+-------------------------------------------------------------------
+Tue Jan 28 22:00:46 UTC 2014 - rschweik...@suse.com
+
+- Initial build
+

New:
----
  node-lru-cache-2.5.0.tar.gz
  nodejs-lru-cache.changes
  nodejs-lru-cache.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs-lru-cache.spec ++++++
#
# spec file for package nodejs-lru-cache
#
# 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 lru-cache

Name:           nodejs-lru-cache
Version:        2.5.0
Release:        0
Summary:        LRU Cache
License:        MIT
Group:          Development/Libraries/Other
Url:            https://github.com/isaacs/node-lru-cache
Source:         node-%{base_name}-%{version}.tar.gz
BuildRequires:  nodejs
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
Obsoletes:      nodejs-lrucache
%{?nodejs_requires}

%description
A cache object that deletes the least-recently-used items.

%prep
%setup -q -n node-%{base_name}-%{version}

%build

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

%files
%defattr(-,root,root,-)
%doc CONTRIBUTORS LICENSE README.md
%{nodejs_modulesdir}/lru-cache

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

Reply via email to