[meego-commits] 7203: Changes to devel:base/setup

Jan-Simon Möller no_reply at build.meego.com
Tue Aug 31 13:37:23 UTC 2010


Hi,
I have made the following changes to setup in project devel:base. Please review and accept ASAP.

Thank You,
Jan-Simon Möller

[This message was auto-generated]

---

Request #7203:

  submit:   home:jsmoeller:branches:devel:base/setup(r2)(cleanup) -> devel:base/setup


Message:
    Remove stale project.diff

State:   new          2010-08-31T06:37:23 jsmoeller
Comment: None



changes files:
--------------
--- setup.changes
+++ setup.changes
@@ -0,0 +1,9 @@
+* Wed Aug 18 2010 Jan-Simon Moeller <jsmoeller at linuxfoundation.org> - 2.8.15
+- Don't include cflags in this way into the build environment. Never ever!
+- Preparing split of this into a file included in /etc/profile.d/ only on target
+  and keep it in sync with prjconf. prjconf is master!
+- Better pull from prjconf and embed !
+
+* Wed Aug 18 2010 Austin Zhang <austin.zhang at linux.intel.com> - 2.8.15
+- Don't omit frame pointer in building.
+

old:
----
  project.diff
  project1.diff

spec files:
-----------
--- setup.spec
+++ setup.spec
@@ -12,6 +12,7 @@
 Patch4: setup-2.8.15-polkituser.patch
 Patch5: setup-2.8.15-update-options
 Patch6: setup-2.8.15-additional-LD-flags.patch
+Patch7: setup-2.8.15-no-omit-fp.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: bash tcsh perl
@@ -23,12 +24,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+
+%if 0
+# DON'T INCLUDE THIS IN THE BUILD ENVIRONMENT - NEVER EVER !
+# Preparing split of this into a file included in /etc/profile.d/ only on target
+# and keep it in sync with prjconf. prjconf is master !!
+# Better pull from prjconf and embed !
+%patch0 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%endif
 ./shadowconvert.sh
 
 %build

other changes:
--------------

++++++ deleted files:
--- project.diff
--- project1.diff




More information about the MeeGo-commits mailing list