diff --git a/.gitignore b/.gitignore index 53b92da..d11e54f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -/stdair-*.tar.* -/stdair-*.rpm -/clog - +clog +stdair-*.tar.* +stdair-*.rpm +.build-*.log +/i?86/ +/x86_64/ diff --git a/stdair.spec b/stdair.spec index 479900c..dd8ab5f 100644 --- a/stdair.spec +++ b/stdair.spec @@ -3,7 +3,7 @@ # Name: stdair Version: 0.45.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ Standard Airline IT Object Library @@ -133,9 +133,13 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sat Dec 17 2011 Denis Arnaud 0.45.0-2 +* Sat Dec 17 2011 Denis Arnaud 0.45.0-3 - StdAir now uses Boost-1.41 and Python-2.6 on EPEL 4 and 5 +* Sat Dec 17 2011 Denis Arnaud 0.45.0-2 +- Rebuild to remove the dependency on no longer available python-libs.i386 +package. + * Sun Dec 04 2011 Denis Arnaud 0.45.0-1 - Upstream update