[freetds] add ppc64le to the list of 64bit arches

Dmitry Butskoy buc at fedoraproject.org
Thu Jan 9 20:53:14 UTC 2014


commit 395bb3508ad45f2bd7b214ad94f81ee104a3ae7f
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Fri Jan 10 00:53:05 2014 +0400

    add ppc64le to the list of 64bit arches

 freetds.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/freetds.spec b/freetds.spec
index db55a28..5b01c76 100644
--- a/freetds.spec
+++ b/freetds.spec
@@ -1,6 +1,6 @@
 %define git_commit	0a42888
 
-%ifarch alpha ia64 x86_64 ppc64 sparc64 s390x aarch64
+%ifarch alpha ia64 x86_64 ppc64 ppc64le sparc64 s390x aarch64
 %define bits	64
 %else
 %define bits	32
@@ -9,7 +9,7 @@
 Name: freetds
 Summary: Implementation of the TDS (Tabular DataStream) protocol
 Version: 0.91
-Release: 11.git%{git_commit}%{?dist}
+Release: 12.git%{git_commit}%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+ and GPLv2+
 URL: http://www.freetds.org/
@@ -146,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT
  
 
 %changelog
+* Fri Jan 10 2014 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.91-12.git0a42888
+- add ppc64le to the list of 64bit arches (#1051199)
+
 * Tue Dec  3 2013 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.91-11.git0a42888
 - update to the latest git source for 0_91 branch
 - fix format-security issue (#1037071)


More information about the scm-commits mailing list