[coin-or-lemon/f20] Fix BR

amluto amluto at fedoraproject.org
Mon Jun 9 21:17:00 UTC 2014


commit f2354ef88d3454498e433f08081eb76b356a24f5
Author: Andy Lutomirski <luto at amacapital.net>
Date:   Mon Jun 9 14:16:39 2014 -0700

    Fix BR
    
    That'll teach me to commit w/o testing mockbuild.

 coin-or-lemon.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/coin-or-lemon.spec b/coin-or-lemon.spec
index 4719832..8c8dab3 100644
--- a/coin-or-lemon.spec
+++ b/coin-or-lemon.spec
@@ -1,6 +1,6 @@
 Name:           coin-or-lemon
 Version:        1.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A C++ template library providing many common graph algorithms
 
 License:        Boost and BSD
@@ -13,7 +13,7 @@ Patch0:         lemon-1.3-tsp_test-1ba759c76810.patch
 # Fix for upstream bug #481, needed to link LP solvers
 Patch1:         lemon-1.3-lp-linkage.patch
 
-BuildRequires:  cmake coin-or-Clp-devel coin-or-Cbc-devel glpk-devel
+BuildRequires:  cmake coin-or-Clp-devel coin-or-Cbc-devel glpk-devel bzip2-devel zlib-devel
 
 # We need to force a soname, because upstream doesn't provide one.  See:
 # http://lemon.cs.elte.hu/trac/lemon/ticket/482
@@ -129,6 +129,9 @@ mv %{buildroot}/%{_datadir}/lemon %{buildroot}/%{_datadir}/%{name}
 
 
 %changelog
+* Mon Jun 09 2014 Andy Lutomirski <luto at mit.edu> - 1.3-6
+- Fix BR.
+
 * Mon Jun 09 2014 Andy Lutomirski <luto at mit.edu> - 1.3-5
 - Enable GLPK, Clp, and Cbc.
 


More information about the scm-commits mailing list