[lutok] Depend on atf-0.20 due to libatf-c++ changes

Julio Merino jmmv at fedoraproject.org
Wed Feb 12 03:07:10 UTC 2014


commit ead4c39d4eeee0cdbe400c0ba070d637f18cd82a
Author: Julio Merino <julio at meroh.net>
Date:   Tue Feb 11 22:06:09 2014 -0500

    Depend on atf-0.20 due to libatf-c++ changes

 lutok.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lutok.spec b/lutok.spec
index 8b57e02..3261e72 100644
--- a/lutok.spec
+++ b/lutok.spec
@@ -1,14 +1,14 @@
 Summary: Lightweight C++ API library for Lua
 Name: lutok
 Version: 0.4
-Release: 1%{?dist}
+Release: 2%{?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.2
-BuildRequires: libatf-c++-devel >= 0.15
+BuildRequires: libatf-c++-devel >= 0.20
 BuildRequires: lua-devel >= 5.2
 
 %define _testsdir %{_libexecdir}/lutok/tests
@@ -93,7 +93,7 @@ of the library.
 Summary: Run-time tests of the Lutok library
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-devel = %{version}-%{release}
-Requires: libatf-c++ >= 0.15
+Requires: libatf-c++ >= 0.20
 
 %description tests
 This package installs the run-time tests for the Lutok library.
@@ -105,6 +105,9 @@ details on how to run the installed tests.
 %{_testsdir}
 
 %changelog
+* Tue Feb 11 2014 Julio Merino <julio at meroh.net> 0.4-2
+- Depend on atf-0.20 for libatf-c++ ABI changes.
+
 * Sat Dec 07 2013 Julio Merino <julio at meroh.net> 0.4-1
 - Package updated to Lutok 0.4.
 


More information about the scm-commits mailing list