[edb/f14/master] - switch to ExclusiveArch - Update to 0.9.16 - Update to 0.9.15 - Update to 0.9.13 - Update to 0.9.1

Dan Horák sharkcz at fedoraproject.org
Sun Nov 7 13:26:14 UTC 2010


commit cd28c129a6696858498e9c6895ad36c82a2fb8cc
Author: Dan Horák <dan at danny.cz>
Date:   Sun Nov 7 14:25:23 2010 +0100

    - switch to ExclusiveArch
    - Update to 0.9.16
    - Update to 0.9.15
    - Update to 0.9.13
    - Update to 0.9.12
    - Update to 0.9.11
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
    - Rebuild for 0.9.10
    - Rebuild for 0.9.9
    - ExcludeArch ARM
    - Rebuild for 0.9.8
    - Rebuild for 0.9.7
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    - added an include
    - Licence fix
    - Add desktop file
    - Removed separate plugin package
    - Rebuild for 0.9.6
    - rebuild for 0.9.5
    - rebuild for 0.9.4
    - rebuild for 0.9.2
    - Rebuild for 0.9.1
    - Initital build

 edb.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/edb.spec b/edb.spec
index 93240bd..a3623d8 100644
--- a/edb.spec
+++ b/edb.spec
@@ -1,6 +1,6 @@
 Name:           edb
 Version:        0.9.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A debugger based on the ptrace API and Qt4
 
 Group:          Development/Debuggers
@@ -12,8 +12,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils
 BuildRequires:  qt4-devel
 BuildRequires:  boost-devel
-# as edb is an x86 debugger, ppc, ppc64 and ARM  are excluded
-ExcludeArch:    ppc ppc64 %{arm}
+# as edb is an x86 debugger
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 edb a debugger based on the ptrace API.
@@ -63,6 +63,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sun Nov  7 2010 Dan Horák <dan[at]danny.cz> - 0.9.16-2
+- switch to ExclusiveArch
 * Thu Oct 28 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 0.9.16-1
 - Update to 0.9.16 
 * Wed Jun  2 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.9.15-1


More information about the scm-commits mailing list