[glibmm24] Remove versioned BuildRequires

Kalev Lember kalev at fedoraproject.org
Tue Jun 12 19:39:31 UTC 2012


commit 177507b95a5e744b96203124bcfb455be0cf6f16
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Jun 12 22:31:49 2012 +0300

    Remove versioned BuildRequires
    
    The versions in buildrequires tend to not get updated when bumping the
    package to a new version, and as such, don't convey much useful
    information.

 glibmm24.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glibmm24.spec b/glibmm24.spec
index 9f7751a..f7a1a96 100644
--- a/glibmm24.spec
+++ b/glibmm24.spec
@@ -12,8 +12,8 @@ License:        LGPLv2+
 URL:            http://www.gtkmm.org/
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{release_version}/glibmm-%{version}.tar.xz
 
-BuildRequires:  libsigc++20-devel >= 2.0.0
-BuildRequires:  glib2-devel >= 2.32.0
+BuildRequires:  glib2-devel
+BuildRequires:  libsigc++20-devel
 
 %description
 glibmm is the official C++ interface for the popular cross-platform


More information about the scm-commits mailing list