[nodejs-form-data/f18] add missing dist macro to Release

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 14 19:20:39 UTC 2013


commit f008ac87ebdedaf608f46891d39bd5928e850a0c
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 14 12:20:30 2013 -0700

    add missing dist macro to Release

 nodejs-form-data.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-form-data.spec b/nodejs-form-data.spec
index d452334..96774e5 100644
--- a/nodejs-form-data.spec
+++ b/nodejs-form-data.spec
@@ -1,6 +1,6 @@
 Name:           nodejs-form-data
-Version:        0.0.6
-Release:        1
+Version:        0.0.6%{?dist}
+Release:        2
 Summary:        A module to create readable "multipart/form-data" streams
 BuildArch:      noarch
 
@@ -36,6 +36,9 @@ rm -rf %buildroot
 %doc License Readme.md
 
 %changelog
+* Mon Jan 14 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-2
+- add missing dist macro to Release
+
 * Thu Jan 10 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-1
 - new upstream release 0.0.6
 


More information about the scm-commits mailing list