[arm-none-eabi-binutils-cs] add provides, so we can combine CodeSourcery and upstream versions

Michal Hlavinka mhlavink at fedoraproject.org
Wed Feb 20 17:48:48 UTC 2013


commit 70009ae5baac95b191dbfdb3962988bbfe2b2336
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Feb 20 18:48:44 2013 +0100

    add provides, so we can combine CodeSourcery and upstream versions

 arm-none-eabi-binutils-cs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/arm-none-eabi-binutils-cs.spec b/arm-none-eabi-binutils-cs.spec
index 5a7bd9e..94eb6ef 100644
--- a/arm-none-eabi-binutils-cs.spec
+++ b/arm-none-eabi-binutils-cs.spec
@@ -3,13 +3,14 @@
 %global cs_date        2012.09
 %global cs_rel         63
 %global cs_pkgnum      10925
+%global binutils_ver   2.23
 
 %global processor_arch arm
 %global target         %{processor_arch}-none-eabi
 
 Name:           %{target}-binutils-cs
 Version:        %{cs_date}.%{cs_rel}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNU Binutils for cross-compilation for %{target} target
 Group:          Development/Tools
 # Most of the sources are licensed under GPLv3+ with these exceptions:
@@ -30,6 +31,7 @@ Source1:        README.fedora
 Patch1:         arm-none-eabi-binutils-cs-2012.09.63-fixtex.patch
 BuildRequires:  flex bison ppl-devel cloog-ppl-devel
 BuildRequires:  texinfo texinfo-tex perl-podlators
+Provides:       %{target}-binutils = %{binutils_ver}
 
 %description
 This is a cross-compilation version of GNU Binutils, which can be used to
@@ -88,6 +90,9 @@ rmdir %{buildroot}%{_libdir}
 
 
 %changelog
+* Wed Feb 20 2013 Michal Hlavinka <mhlavink at redhat.com> - 2012.09.63-3
+- add provides, so we can combine CodeSourcery and upstream versions
+
 * Wed Feb 20 2013 Michal Hlavinka <mhlavink at redhat.com> - 2012.09.63-2
 - make it build with new texinfo
 


More information about the scm-commits mailing list