summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mingw32-libltdl.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mingw32-libltdl.spec b/mingw32-libltdl.spec
index c2b7615..4c6a0be 100644
--- a/mingw32-libltdl.spec
+++ b/mingw32-libltdl.spec
@@ -9,7 +9,7 @@
Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
Name: mingw32-libltdl
Version: 1.5.26
-Release: 5%{?dist}
+Release: 6%{?dist}
Group: System Environment/Libraries
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -45,7 +45,7 @@ the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
%package devel
Summary: Tools needed for development using the GNU Libtool Dynamic Module Loader
Group: Development/Libraries
-Requires: libtool-ltdl = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
License: LGPLv2+
%description devel
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Feb 2 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.5.26-6
+- Fix forgotten dependency of -devel subpackage.
+
* Sun Feb 1 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.5.26-5
- Convert native libtool.spec to mingw32-libltdl.spec