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 - 0.91-12.git0a42888 +- add ppc64le to the list of 64bit arches (#1051199) + * Tue Dec 3 2013 Dmitry Butskoy - 0.91-11.git0a42888 - update to the latest git source for 0_91 branch - fix format-security issue (#1037071)