[mingw-pangomm] Eliminate some ancient BR version constraints

Kalev Lember kalev at fedoraproject.org
Thu Mar 15 22:16:15 UTC 2012


commit 37a9b457ed8726d7dd6bfa40a06ad9ba5ad5d55b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Mar 15 23:52:23 2012 +0200

    Eliminate some ancient BR version constraints
    
    These weren't even remotely up to date and we're better off without,
    less confusing.

 mingw-pangomm.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mingw-pangomm.spec b/mingw-pangomm.spec
index 1c9d9c1..500db1f 100644
--- a/mingw-pangomm.spec
+++ b/mingw-pangomm.spec
@@ -23,9 +23,9 @@ BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-gettext
-BuildRequires:  mingw32-glibmm24 >= 2.14.1
-BuildRequires:  mingw32-cairomm >= 1.2.2
-BuildRequires:  mingw32-pango >= 1.21.4
+BuildRequires:  mingw32-glibmm24
+BuildRequires:  mingw32-cairomm
+BuildRequires:  mingw32-pango
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 


More information about the scm-commits mailing list