rpms/lua/devel lua.spec,1.29,1.30

Tim Niemueller (timn) fedora-extras-commits at redhat.com
Sun Apr 13 20:39:54 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/lua/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14849

Modified Files:
	lua.spec 
Log Message:
* Sun Apr 13 2008 Tim Niemueller <tim at niemueller.de> - 5.1.3-5
- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
  base version and expect certain paths for packages



Index: lua.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lua/devel/lua.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- lua.spec	5 Apr 2008 07:24:12 -0000	1.29
+++ lua.spec	13 Apr 2008 20:39:17 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           lua
 Version:        5.1.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -9,6 +9,7 @@
 Patch0:         lua-5.1.3-autotoolize.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  readline-devel ncurses-devel
+Provides:       lua = 5.1
 
 %description
 Lua is a powerful light-weight programming language designed for
@@ -82,6 +83,10 @@
 
 
 %changelog
+* Sun Apr 13 2008 Tim Niemueller <tim at niemueller.de> - 5.1.3-5
+- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
+  base version and expect certain paths for packages
+
 * Sat Apr  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.3-4
 - Not only own $libdir/lua/5.1 and $datadir/lua/5.1 but also $libdir/lua
   and $datadir/lua for proper removal of these dirs upon lua removal




More information about the fedora-extras-commits mailing list