Update of /cvsroot/mach/mach2
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27881
Modified Files:
ChangeLog mach.spec.in
Log Message:
* mach.spec.in:
Fix for getting /usr/bin/python as the binaries
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mach/mach2/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -C2 -d -r1.352 -r1.353
*** ChangeLog 29 Jun 2014 16:36:20 -0000 1.352
--- ChangeLog 24 Jul 2014 16:33:49 -0000 1.353
***************
*** 1,2 ****
--- 1,7 ----
+ 2014-07-24 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * mach.spec.in:
+ Fix for getting /usr/bin/python as the binaries
+
=== release 1.0.3 ===
Index: mach.spec.in
===================================================================
RCS file: /cvsroot/mach/mach2/mach.spec.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** mach.spec.in 9 Nov 2011 17:33:36 -0000 1.55
--- mach.spec.in 24 Jul 2014 16:33:49 -0000 1.56
***************
*** 42,46 ****
%build
! %configure \
--enable-builduser=%{builduser} \
--enable-buildgroup=%{buildgroup} \
--- 42,46 ----
%build
! PATH=/usr/bin:/bin:\$PATH %configure \
--enable-builduser=%{builduser} \
--enable-buildgroup=%{buildgroup} \
***************
*** 103,106 ****
--- 103,109 ----
%changelog
+ * Thu Jul 24 2014 Thomas Vander Stichele <thomas at apestaart dot org>
+ - add a hack to pick up /usr/bin/python in the binaries
+
* Fri Aug 29 2008 Thomas Vander Stichele <thomas at apestaart dot org>
- change flavour to updates, since extras is gone.
|