[luarocks/f19] Update to 2.1.2

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jan 17 08:54:54 UTC 2014


commit e11dc7a7191dc96a6a71200723a9c5c18baa2e6a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Jan 17 14:52:16 2014 +0700

    Update to 2.1.2
    
    (cherry picked from commit 24642215feed0c640f2b7497dd0289b9d2447fd0)

 .gitignore    |    1 +
 luarocks.spec |    7 +++++--
 sources       |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76f50df..ba7f4fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /luarocks-2.0.13.tar.gz
+/luarocks-2.1.2.tar.gz
diff --git a/luarocks.spec b/luarocks.spec
index 4c50561..20a46af 100644
--- a/luarocks.spec
+++ b/luarocks.spec
@@ -12,7 +12,7 @@
 %endif
 
 Name:           luarocks
-Version:        2.0.13
+Version:        2.1.2
 Release:        1%{?dist}
 Summary:        A deployment and management system for Lua modules
 
@@ -51,7 +51,7 @@ repositories, and multiple local rocks trees.
 %prep
 %setup -q
 # Remove DOS line endings
-for file in COPYING_7z; do
+for file in ; do
  sed "s|\r||g" $file > $file.new && \
  touch -r $file $file.new && \
  mv $file.new $file
@@ -91,6 +91,9 @@ done
 
 
 %changelog
+* Thu Jan 16 2014 Michel Salim <salimma at fedoraproject.org> - 2.1.2-1
+- Update to 2.1.2
+
 * Mon Apr 22 2013 Michel Salim <salimma at fedoraproject.org> - 2.0.13-1
 - Update to 2.0.13
 
diff --git a/sources b/sources
index 450bf53..ec18ae7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b46809e44648875e8234c2fef79783f9  luarocks-2.0.13.tar.gz
+0afc5fd6ee6ec6128fccda1bc559f41e  luarocks-2.1.2.tar.gz


More information about the scm-commits mailing list