[thunderbird-lightning] Update to 1.1.1 Re-enable eu locale

Orion Poplawski orion at fedoraproject.org
Fri Jan 6 18:44:18 UTC 2012


commit e3e719d9e158514d964dfc48b9bfd4f5da57ce41
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Jan 6 11:44:10 2012 -0700

    Update to 1.1.1
    Re-enable eu locale

 .gitignore                 |    2 ++
 sources                    |    4 ++--
 thunderbird-lightning.spec |   14 ++++++++------
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74dc057..356e489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@
 /lightning-1.1.source.tar.bz2
 /l10n.tar.xz
 /l10n-1.1.tar.xz
+/lightning-1.1.1.source.tar.bz2
+/l10n-1.1.1.tar.xz
diff --git a/sources b/sources
index 03424d4..e3b4958 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-81c5c56c59c3ddd9b02a8a5edd7a3cf9  lightning-1.1.source.tar.bz2
-e27b9456b2e28766c02873bd12a2fc31  l10n-1.1.tar.xz
+78a5b52e192d5310d05c26b3728fcc1a  lightning-1.1.1.source.tar.bz2
+62f182e29a4892567e0d36a33a0df26a  l10n-1.1.1.tar.xz
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 3922e5b..edf1341 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -19,16 +19,16 @@
 #
 # IMPORTANT: If there is no top level directory, this should be
 # set to the cwd, ie: '.'
-#define tarballdir .
-%global tarballdir comm-beta
+#global tarballdir .
+%global tarballdir comm-release
 
 %global version_internal  5
 %global mozappdir         %{_libdir}/%{name}-%{version_internal}
 
 Name:           thunderbird-lightning
 Summary:        The calendar extension to Thunderbird
-Version:        1.1
-Release:        4%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/calendar/lightning/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Productivity
@@ -165,8 +165,6 @@ cd objdir-tb/calendar/lightning
 make AB_CD=all L10N_XPI_NAME=lightning-all repack-clobber-all
 grep -v 'osx' ../../../calendar/locales/shipped-locales | while read lang x
 do
-   #Skip eu local for now
-   [ "$lang" = eu ] && continue
    make AB_CD=all L10N_XPI_NAME=lightning-all libs-$lang
 done
 
@@ -205,6 +203,10 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 #===============================================================================
 
 %changelog
+* Fri Jan 6 2012 Orion Poplawski <orion at cora.nwra.com> - 1.1.1-1
+- Update to 1.1.1
+- Re-enable eu locale
+
 * Thu Jan 5 2012 Orion Poplawski <orion at cora.nwra.com> - 1.1-4
 - Add patch to fixup gcc 4.7 build issues
 


More information about the scm-commits mailing list