new upstream release 3

- dependencies and engines can be lists or strings too
- handle unversioned dependencies on multiply versioned modules correctly
  (RHBZ#982798)
epel9
T.C. Hollingsworth 12 years ago
parent f1fb57666a
commit 55efec8fcd

1
.gitignore vendored

@ -1 +1,2 @@
/nodejs-packaging-fedora-2.tar.xz
/nodejs-packaging-fedora-3.tar.xz

@ -1,5 +1,5 @@
Name: nodejs-packaging
Version: 2
Version: 3
Release: 1%{?dist}
Summary: RPM Macros and Utilities for Node.js Packaging
BuildArch: noarch
@ -38,6 +38,11 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
%doc LICENSE
%changelog
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3-1
- dependencies and engines can be lists or strings too
- handle unversioned dependencies on multiply versioned modules correctly
(RHBZ#982798)
* Fri Jun 21 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2-1
- move multiple version list to /usr/share/node
- bump nodejs Requires to 0.10.12

@ -1 +1 @@
c4629eb603a0997220b13d24f6e31d28 nodejs-packaging-fedora-2.tar.xz
db11ae6bd03735ac97e1329fbc82f38c nodejs-packaging-fedora-3.tar.xz

Loading…
Cancel
Save