[lutok] Update to Lutok 0.4

Julio Merino jmmv at fedoraproject.org
Sun Dec 8 12:10:35 UTC 2013


commit bbf1717e17ffd8655de36fdc9d12b7fe8634b2ec
Author: Julio Merino <julio at meroh.net>
Date:   Sat Dec 7 22:50:02 2013 -0500

    Update to Lutok 0.4

 .gitignore |    1 +
 lutok.spec |   15 +++++++++------
 sources    |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 962ad5a..3756fe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /lutok-0.1.tar.gz
 /lutok-0.2.tar.gz
 /lutok-0.3.tar.gz
+/lutok-0.4.tar.gz
diff --git a/lutok.spec b/lutok.spec
index 219eb9f..8b57e02 100644
--- a/lutok.spec
+++ b/lutok.spec
@@ -1,15 +1,15 @@
 Summary: Lightweight C++ API library for Lua
 Name: lutok
-Version: 0.3
-Release: 2%{?dist}
+Version: 0.4
+Release: 1%{?dist}
 License: BSD
 Group: Development/Libraries
 URL: http://code.google.com/p/lutok/
 Source0: http://lutok.googlecode.com/files/lutok-%{version}.tar.gz
 Source1: README.Fedora
-Requires: lua >= 5.1
+Requires: lua >= 5.2
 BuildRequires: libatf-c++-devel >= 0.15
-BuildRequires: lua-devel >= 5.1
+BuildRequires: lua-devel >= 5.2
 
 %define _testsdir %{_libexecdir}/lutok/tests
 
@@ -55,8 +55,8 @@ rm %{buildroot}%{_libdir}/liblutok.la
 
 %files
 %doc AUTHORS COPYING NEWS README
-%{_libdir}/liblutok.so.2
-%{_libdir}/liblutok.so.2.0.0
+%{_libdir}/liblutok.so.3
+%{_libdir}/liblutok.so.3.0.0
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -105,6 +105,9 @@ details on how to run the installed tests.
 %{_testsdir}
 
 %changelog
+* Sat Dec 07 2013 Julio Merino <julio at meroh.net> 0.4-1
+- Package updated to Lutok 0.4.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2284f9d..d601867 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de74782382e7085638fa43cf4b586629  lutok-0.3.tar.gz
+5da43895d9209f8c19d79433dd046b3f  lutok-0.4.tar.gz


More information about the scm-commits mailing list