new upstream release 3
- dependencies and engines can be lists or strings too - handle unversioned dependencies on multiply versioned modules correctly (RHBZ#982798)
This commit is contained in:
parent
f1fb57666a
commit
55efec8fcd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/nodejs-packaging-fedora-2.tar.xz
|
/nodejs-packaging-fedora-2.tar.xz
|
||||||
|
/nodejs-packaging-fedora-3.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: nodejs-packaging
|
Name: nodejs-packaging
|
||||||
Version: 2
|
Version: 3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -38,6 +38,11 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 21 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2-1
|
||||||
- move multiple version list to /usr/share/node
|
- move multiple version list to /usr/share/node
|
||||||
- bump nodejs Requires to 0.10.12
|
- bump nodejs Requires to 0.10.12
|
||||||
|
Loading…
Reference in New Issue
Block a user