[thunderbird-enigmail] new git snapshot (last test before upstream release)

Remi Collet remi at fedoraproject.org
Fri Jul 11 09:01:02 UTC 2014


commit c07d0a3cebec1503ba992d798a74c328c016cdaa
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Jul 11 11:01:16 2014 +0200

    new git snapshot (last test before upstream release)

 .gitignore                |    1 +
 sources                   |    2 +-
 thunderbird-enigmail.spec |   16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2398ea3..907b3fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 clog
 /enigmail-1.7-611bc95.tar.gz
+/enigmail-1.7-c429d03.tar.gz
diff --git a/sources b/sources
index f7dca8b..3ce5688 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0a265df9625a26428ce6d5f2b1582cb  enigmail-1.7-611bc95.tar.gz
+b146c59577032434b9e7a16b60656ab3  enigmail-1.7-c429d03.tar.gz
diff --git a/thunderbird-enigmail.spec b/thunderbird-enigmail.spec
index 078ea00..a43d8d2 100644
--- a/thunderbird-enigmail.spec
+++ b/thunderbird-enigmail.spec
@@ -13,22 +13,22 @@
 
 %global enigmail_extname   %{_libdir}/mozilla/extensions/%{thunderbird_app_id}/%{enimail_app_id}
 
-%global gitcommit          611bc95456ad5fe308c53060d61ac3d015d0a054
-%global gitdate            20140608
+%global gitcommit          c429d039d54c4c1c02b0201c3ed128397390bf18
+%global gitdate            20140709
 %global gitshort           %(c=%{gitcommit}; echo ${c:0:7})
 
 Summary:        Authentication and encryption extension for Mozilla Thunderbird
 Name:           thunderbird-enigmail
 Version:        1.7
-Release:        0.2.%{gitdate}git%{gitshort}%{?dist}
+Release:        0.3.%{gitdate}git%{gitshort}%{?dist}
 URL:            http://enigmail.mozdev.org/
 # All files licensed under MPL 1.1/GPL 2.0/LGPL 2.1
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 %if 0%{?gitdate}
 # git clone git://git.code.sf.net/p/enigmail/source enigmail-source
-# cd enigmail-source; git checkout 611bc95
-# git archive --format=tar.gz --prefix enigmail-1.7/ --output ../enigmail-1.7-611bc95.tar.gz --verbose  master
+# cd enigmail-source; git checkout c429d03
+# git archive --format=tar.gz --prefix enigmail-1.7/ --output ../enigmail-1.7-c429d03.tar.gz --verbose  master
 Source0:        enigmail-%{version}-%{gitshort}.tar.gz
 %else
 Source0:        http://www.mozilla-enigmail.org/download/source/enigmail-%{version}.tar.gz
@@ -61,7 +61,7 @@ sed -e '/em:version/s/1.7/1.7pre/' \
 
 # Fix version in XPI file name
 sed -e '/XPI_MODULE_VERS/s/1.6/%{version}/' -i Makefile
-make %{_smp_mflags}
+make
 make xpi
 
 
@@ -83,6 +83,10 @@ find $RPM_BUILD_ROOT%{enigmail_extname} \
 #===============================================================================
 
 %changelog
+* Fri Jul 11 2014 Remi Collet <remi at fedoraproject.org> 1.7-0.3.20140709gitc429d03
+- test build, new snapshot
+- disable parallel build (broken)
+
 * Mon Jun  9 2014 Remi Collet <remi at fedoraproject.org> 1.7-0.2.20140608git611bc95
 - fix empty debuginfo (#1011048)
 


More information about the scm-commits mailing list