[luabind/f19] add missing Requires boost-devel on -devel subpackage

Tom Callaway spot at fedoraproject.org
Thu May 9 15:38:55 UTC 2013


commit 5333561ca45bc677d7c451da646def3099623301
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu May 9 11:38:24 2013 -0400

    add missing Requires boost-devel on -devel subpackage

 luabind.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/luabind.spec b/luabind.spec
index f5c0e2c..96465a9 100644
--- a/luabind.spec
+++ b/luabind.spec
@@ -1,6 +1,6 @@
 Name:		luabind
 Version:	0.9.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	A library that helps create bindings between C++ and Lua
 Group:		System Environment/Libraries
 License:	MIT
@@ -22,6 +22,7 @@ not work with Lua 4.
 Summary:	Development libraries and headers for luabind
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	boost-devel
 
 %description devel
 This package contains the development libraries and headers for luabind.
@@ -55,6 +56,9 @@ bjam -d2 --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} release
 %{_libdir}/*.so
 
 %changelog
+* Thu May  9 2013 Tom Callaway <spot at fedoraproject.org> - 0.9.1-7
+- add missing Requires: boost-devel on -devel subpackage
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list