[lua-ldoc] Update to 1.4.2.

Thomas Moschny thm at fedoraproject.org
Thu Apr 17 16:39:24 UTC 2014


commit 93fd823c85dabf8bdf3c0f9ed22e6e615b9a9418
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Apr 17 18:37:15 2014 +0200

    Update to 1.4.2.

 .gitignore    |    1 +
 lua-ldoc.spec |   13 +++++++++----
 sources       |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 929eb3f..a61f2e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /LDoc-1.3.7.tar.gz
 /LDoc-1.3.11.tar.gz
 /LDoc-1.4.0.tar.gz
+/LDoc-1.4.2.tar.gz
diff --git a/lua-ldoc.spec b/lua-ldoc.spec
index 398264c..89d1da2 100644
--- a/lua-ldoc.spec
+++ b/lua-ldoc.spec
@@ -8,7 +8,7 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:		lua-ldoc
-Version:	1.4.0
+Version:	1.4.2
 Release:	1%{?dist}
 BuildArch:	noarch
 Summary:	Lua documentation generator
@@ -65,6 +65,7 @@ pushd doc
 lua ../ldoc.lua .
 popd
 markdown.lua readme.md > readme.html
+markdown.lua changes.md > changes.html
 
 # fix permissions
 chmod u=rwX,go=rX -R out
@@ -82,7 +83,7 @@ rm %{buildroot}%{luapkgdir}/ldoc/SciTE.properties \
 
 # install docs
 mkdir -p %{buildroot}%{_pkgdocdir}
-cp -av COPYRIGHT readme.html out/* \
+cp -av COPYRIGHT readme.html changes.html out/* \
   %{buildroot}%{_pkgdocdir}
 
 
@@ -99,11 +100,15 @@ cp -av COPYRIGHT readme.html out/* \
 %{_pkgdocdir}/index.html
 %{_pkgdocdir}/ldoc_pale.css
 %{_pkgdocdir}/examples
-%{_pkgdocdir}/scripts
-%{_pkgdocdir}/topics
+%{_pkgdocdir}/manual
+%{_pkgdocdir}/programs
+%{_pkgdocdir}/changes.html
 
 
 %changelog
+* Thu Apr 17 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.2-1
+- Update to 1.4.2.
+
 * Sun Nov 17 2013 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.0-1
 - Update to 1.4.0.
 - Use a single package doc dir.
diff --git a/sources b/sources
index 31b246f..ee3279a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6643cb575b50cba4c3ae8694e9f0bab  LDoc-1.4.0.tar.gz
+4388d5739f7ca4fbea988bec9a11d91e  LDoc-1.4.2.tar.gz


More information about the scm-commits mailing list