[icecat] New rebuild to fix profile's storage problem

Antonio Trande sagitter at fedoraproject.org
Mon Mar 16 16:56:22 UTC 2015


commit 358974137112d909d254cc4304ed6eaa47f3a648
Author: sagitter <sagitter at fedoraproject.org>
Date:   Mon Mar 16 17:56:09 2015 +0100

    New rebuild to fix profile's storage problem

 .gitignore  |  2 ++
 icecat.spec | 13 ++++++++-----
 sources     |  4 ++--
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e52e4c..3442208 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
 /icecat-31.4.0.tar.bz2
 /icecat-31.5.0-langpacks.tar.gz
 /icecat-31.5.0.tar.bz2
+/icecat-31.5.0-gnu2-langpacks.tar.gz
+/icecat-31.5.0-gnu2.tar.bz2
diff --git a/icecat.spec b/icecat.spec
index 6f7f61c..6e08727 100644
--- a/icecat.spec
+++ b/icecat.spec
@@ -11,20 +11,20 @@
 
 Name:    icecat
 Version: 31.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: GNU version of Firefox browser
 Group:   Applications/Internet
 
 ## Tri-licensing scheme for Gnuzilla/IceCat in parentheses, and licenses for the extensions included
 License: (MPLv1.1 or GPLv2+ or LGPLv2+) and GPLv3+ and GPLv2+ and Public Domain and MIT and BSD and ISC and ASL 2.0 and MPLv2.0
 URL:     http://www.gnu.org/software/gnuzilla/
-Source0: http://ftp.gnu.org/gnu/gnuzilla/%{version}/%{name}-%{version}.tar.bz2
+Source0: ftp://ftp.gnu.org/gnu/gnuzilla/%{version}-gnu2/%{name}-%{version}-gnu2.tar.bz2
 Source1: %{name}.desktop
 Source2: %{name}.png
 Source3: %{name}-mozconfig-common
 
-##Language files downloaded from http://ftp.gnu.org/gnu/gnuzilla/31.5.0/langpacks/
-Source4:  %{name}-%{version}-langpacks.tar.gz
+##Language files downloaded from ftp://ftp.gnu.org/gnu/gnuzilla/%{version}-gnu2/langpacks/
+Source4:  %{name}-%{version}-gnu2-langpacks.tar.gz
 
 ##All license files
 ##Download from http://www.gnu.org/licenses
@@ -296,7 +296,7 @@ for i in 16 22 24 32 36 48 64 72 96 128 256 ; do
 done
 
 ##desktop file installation
-install -p -D %{SOURCE1} \
+install -pm 644 -D %{SOURCE1} \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{icecat_ver}.desktop
 
 ##Install man page
@@ -378,6 +378,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{icecat_ver}.desk
 %{_includedir}/%{icecat_ver}/
 
 %changelog
+* Mon Mar 16 2015 Antonio Trande <sagitterATfedoraproject.org> - 31.5.0-2
+- New rebuild to fix profile's storage problem
+
 * Thu Mar 12 2015 Antonio Trande <sagitterATfedoraproject.org> - 31.5.0-1
 - Update to 31.5.0
 - Patched to fix Mozilla Bug1021171
diff --git a/sources b/sources
index f15d8b0..b110175 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-ea3f2ac9f3287fbff38d9f2dc4ab858a  icecat-31.5.0-langpacks.tar.gz
-8d80d83abbd1d2dd3733be591d98ce30  icecat-31.5.0.tar.bz2
+d6a1557d7c7d81e6e823136d9448e8a5  icecat-31.5.0-gnu2-langpacks.tar.gz
+ba5809de23ceae27f2b9e492fe09b321  icecat-31.5.0-gnu2.tar.bz2
 80532fa46561f72607c4b2d7caf4f13d  icecat-COPYING-licensefiles.tar.gz


More information about the scm-commits mailing list