[thunderbird-lightning/el6] - Update to 2.6 - Drop alarm patch - Drop -fpermissive

Orion Poplawski orion at fedoraproject.org
Sat Dec 14 18:40:10 UTC 2013


commit a81bd751863b51f8c09c9f62e9eff714426de2bd
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Sep 20 09:17:14 2013 -0600

    - Update to 2.6
    - Drop alarm patch
    - Drop -fpermissive

 thunderbird-lightning-alarm.patch |   60 -------------------------------------
 thunderbird-lightning.spec        |   11 +++----
 2 files changed, 5 insertions(+), 66 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 929e63d..9ae3fa9 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -63,10 +63,6 @@ Patch107:       xulrunner-secarch.patch
 Patch206:       xulrunner-pagesize-ia64.patch
 
 
-# Lightning
-# Fix alarm handling after suspend (bug #910976)
-Patch10:        thunderbird-lightning-alarm.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  nspr-devel >= %{nspr_version}
 BuildRequires:  nss-devel >= %{nss_version}
@@ -152,7 +148,6 @@ cd mozilla
 %patch206 -p2 -b .pagesize-ia64
 %patch103 -p2 -b .gc-sections
 cd ..
-%patch10 -p1 -b .alarm
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -194,7 +189,7 @@ MOZ_APP_DIR=%{mozappdir}
 #
 # Disable C++ exceptions since Mozilla code is not exception-safe
 # 
-MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
+MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
                       %{__sed} -e 's/-Wall//')
 export CFLAGS=$MOZ_OPT_FLAGS
 export CXXFLAGS=$MOZ_OPT_FLAGS
@@ -259,6 +254,10 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 #===============================================================================
 
 %changelog
+* Fri Sep 20 2013 Orion Poplawski <orion at cora.nwra.com> - 2.6-1
+- Drop alarm patch
+- Drop -fpermissive
+
 * Wed Sep 18 2013 Jan Horak <jhorak at redhat.com> - 2.6-1
 - Update to 2.6
 


More information about the scm-commits mailing list