[powerpc-utils] updated to latest upstream 1.2.11 fixes #749892 - powerpc-utils spec file missing dependency

Jiri Skala jskala at fedoraproject.org
Tue Nov 1 08:40:07 UTC 2011


commit 58e227782832ca314b5d1fa842945bdf0c5b682e
Author: Jiri Skala <jskala at redhat.com>
Date:   Tue Nov 1 09:40:00 2011 +0100

    updated to latest upstream 1.2.11
    fixes #749892 - powerpc-utils spec file missing dependency

 .gitignore         |    1 +
 powerpc-utils.spec |    8 ++++++--
 sources            |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6db1cfe..4294c85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 powerpc-utils-1.2.2.tar.gz
 /powerpc-utils-1.2.6.tar.gz
 /powerpc-utils-1.2.10.tar.gz
+/powerpc-utils-1.2.11.tar.gz
diff --git a/powerpc-utils.spec b/powerpc-utils.spec
index d14c4a7..6058f0f 100644
--- a/powerpc-utils.spec
+++ b/powerpc-utils.spec
@@ -1,5 +1,5 @@
 Name:           powerpc-utils
-Version:        1.2.10	
+Version:        1.2.11	
 Release:        1%{?dist}
 Summary:        Utilities for PowerPC platforms
 
@@ -12,7 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  doxygen automake librtas-devel libservicelog-devel >= 1.0.1-2
 
 # should be fixed - libservicelog is not right name
-Requires:       libservicelog 
+Requires:       libservicelog bc
 ExclusiveArch:  ppc ppc64
 
 # This hack is needed only for platforms with autoconf < 2.63
@@ -127,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
 %preun
 
 %changelog
+* Mon Oct 31 2011 Jiri Skala <jskala at redhat.com> - 1.2.11-1
+- updated to latest upstream 1.2.11
+-fixes #749892 - powerpc-utils spec file missing dependency
+
 * Mon Aug 05 2011 Jiri Skala <jskala at redhat.com> - 1.2.10-1
 - updated to latest upstream 1.2.10
 
diff --git a/sources b/sources
index 146e34d..64503ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52a98c5fada4885795238dec4a0908e5  powerpc-utils-1.2.10.tar.gz
+cd90cf62c1d68b4001f201418043eb78  powerpc-utils-1.2.11.tar.gz


More information about the scm-commits mailing list