[lutok/f16] Update package to Lutok 0.2

Julio Merino jmmv at fedoraproject.org
Wed May 30 22:42:49 UTC 2012


commit 5ff6fa5d09cb7f047ae462fef7b154f4911b6f59
Author: Julio Merino <jmmv at julipedia.org>
Date:   Wed May 30 18:45:23 2012 -0400

    Update package to Lutok 0.2

 .gitignore |    1 +
 lutok.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eec7e4..07edbe2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lutok-0.1.tar.gz
+/lutok-0.2.tar.gz
diff --git a/lutok.spec b/lutok.spec
index d86ac4a..4c8e1a4 100644
--- a/lutok.spec
+++ b/lutok.spec
@@ -1,7 +1,7 @@
 Summary: Lightweight C++ API library for Lua
 Name: lutok
-Version: 0.1
-Release: 2%{?dist}
+Version: 0.2
+Release: 1%{?dist}
 License: BSD
 Group: Development/Libraries
 URL: http://code.google.com/p/lutok/
@@ -45,7 +45,7 @@ rm %{buildroot}%{_libdir}/liblutok.la
 %files
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/liblutok.so.0
-%{_libdir}/liblutok.so.0.0.0
+%{_libdir}/liblutok.so.0.1.0
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -79,6 +79,9 @@ of the library.
 %{_defaultdocdir}/lutok-doc-%{version}
 
 %changelog
+* Wed May 30 2012 Julio Merino <jmmv at google.com> 0.2-1
+- Package updated to Lutok 0.2.
+
 * Fri May 06 2012 Julio Merino <jmmv at google.com> 0.1-2
 - Made lutok-devel depend on lua-devel (needed for c_gate.hpp).
 - Forced lutok and lutok-devel to depend on Lua 5.1; 5.2 is not supported
diff --git a/sources b/sources
index 5823068..d72ecca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55d4f5da82adbd39cc89de606f7a6b4d  lutok-0.1.tar.gz
+d327de3a634b90af33eb631a8eafa24d  lutok-0.2.tar.gz


More information about the scm-commits mailing list