prepare 24.1.0esr releases esr24
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 24 Oct 2013 19:10:50 +0200
branchesr24
changeset 678 d0329e10d68c
parent 674 f0a52a36c6ec
child 679 9fdff72b18fd
prepare 24.1.0esr releases
MozillaFirefox/MozillaFirefox.desktop
MozillaFirefox/create-tar.sh
MozillaFirefox/firefox-esr.changes
MozillaFirefox/firefox-esr.spec
xulrunner/create-tar.sh
xulrunner/xulrunner.changes
xulrunner/xulrunner.spec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MozillaFirefox/MozillaFirefox.desktop	Thu Oct 24 19:10:50 2013 +0200
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Firefox
+GenericName=Web Browser
+Comment=Web Browser
+TryExec=firefox
+Exec=firefox %u
+Icon=firefox
+Terminal=false
+StartupNotify=true
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
+Type=Application
--- a/MozillaFirefox/create-tar.sh	Sat Oct 05 22:26:42 2013 +0200
+++ b/MozillaFirefox/create-tar.sh	Thu Oct 24 19:10:50 2013 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr24"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_24_0esr_RELEASE"
-VERSION="24.0"
+RELEASE_TAG="FIREFOX_24_1_0esr_RELEASE"
+VERSION="24.1.0"
 
 # mozilla
 if [ -d mozilla ]; then
--- a/MozillaFirefox/firefox-esr.changes	Sat Oct 05 22:26:42 2013 +0200
+++ b/MozillaFirefox/firefox-esr.changes	Thu Oct 24 19:10:50 2013 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Oct 24 16:46:31 UTC 2013 - wr@rosenauer.org
+
+- update to Firefox 24.1.0esr (bnc#)
+  * requires NSS 3.15.2 or above
+
+-------------------------------------------------------------------
 Sat Oct  5 18:10:39 UTC 2013 - wr@rosenauer.org
 
 - renamed package to firefox-esr
--- a/MozillaFirefox/firefox-esr.spec	Sat Oct 05 22:26:42 2013 +0200
+++ b/MozillaFirefox/firefox-esr.spec	Thu Oct 24 19:10:50 2013 +0200
@@ -18,7 +18,7 @@
 
 
 %define major 24
-%define mainver %major.0
+%define mainver %major.1.0
 %define update_channel release
 
 %define gstreamer_ver 0.10
@@ -47,7 +47,7 @@
 BuildRequires:  wireless-tools
 %endif
 BuildRequires:  mozilla-nspr-devel >= 4.10
-BuildRequires:  mozilla-nss-devel >= 3.15.1
+BuildRequires:  mozilla-nss-devel >= 3.15.2
 BuildRequires:  nss-shared-helper-devel
 %if %suse_version > 1210
 BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)
@@ -59,7 +59,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2013091200
+%define         releasedate 2013102400
 Provides:       firefox-esr = %{mainver}
 Provides:       firefox-esr = %{version}-%{release}
 Provides:       web_browser
--- a/xulrunner/create-tar.sh	Sat Oct 05 22:26:42 2013 +0200
+++ b/xulrunner/create-tar.sh	Thu Oct 24 19:10:50 2013 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="release"
+CHANNEL="esr24"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_24_0_RELEASE"
-VERSION="24.0"
+RELEASE_TAG="FIREFOX_24_1_0esr_RELEASE"
+VERSION="24.1.0"
 
 # mozilla
 if [ -d mozilla ]; then
--- a/xulrunner/xulrunner.changes	Sat Oct 05 22:26:42 2013 +0200
+++ b/xulrunner/xulrunner.changes	Thu Oct 24 19:10:50 2013 +0200
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Oct 24 17:07:51 UTC 2013 - wr@rosenauer.org
+
+- update to 24.1.0esr (bnc#)
+  * requires NSS 3.15.2 or above
+
 -------------------------------------------------------------------
 Wed Sep 18 14:39:34 UTC 2013 - wr@rosenauer.org
 
--- a/xulrunner/xulrunner.spec	Sat Oct 05 22:26:42 2013 +0200
+++ b/xulrunner/xulrunner.spec	Thu Oct 24 19:10:50 2013 +0200
@@ -48,18 +48,18 @@
 BuildRequires:  wireless-tools
 %endif
 BuildRequires:  mozilla-nspr-devel >= 4.10
-BuildRequires:  mozilla-nss-devel >= 3.15.1
+BuildRequires:  mozilla-nss-devel >= 3.15.2
 %if %suse_version > 1210
 BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)
 BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
 %endif
-Version:        24.0
+Version:        24.1.0
 Release:        0
-%define         releasedate 2013091000
-%define         version_internal 24.0
+%define         releasedate 2013102400
+%define         version_internal 24.1.0
 %define         apiversion 24
-%define         uaweight 2400000
+%define         uaweight 2401000
 Summary:        Mozilla Runtime Environment
 License:        MPL-2.0
 Group:          Productivity/Other