Fix all packages which were missing 'Requires: pkgconfig'.
[fedora-mingw.git] / libsigc++20 / mingw32-libsigc++20.spec
index 5113ec6..323274e 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-libsigc++20
 Version:        2.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows port of the typesafe signal framework for C++
 
 License:        LGPLv2+
@@ -24,6 +24,8 @@ BuildRequires:  mingw32-binutils
 
 BuildRequires:  m4
 
+Requires:       pkgconfig
+
 
 %description
 This library implements a full callback system for use in widget
@@ -71,5 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-2
+- Requires pkgconfig.
+
 * Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-1
 - Initial RPM release.