Author: paszczus                     Date: Tue Jun 30 13:09:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.5 final

---- Files affected:
packages/iceweasel:
   iceweasel.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.52 
packages/iceweasel/iceweasel.spec:1.53
--- packages/iceweasel/iceweasel.spec:1.52      Sun Jun 28 22:51:11 2009
+++ packages/iceweasel/iceweasel.spec   Tue Jun 30 15:09:01 2009
@@ -17,12 +17,12 @@
 Summary(hu.UTF-8):     Iceweasel web böngésző
 Summary(pl.UTF-8):     Iceweasel - przeglądarka WWW
 Name:          iceweasel
-Version:       3.0.11
+Version:       3.5
 Release:       1
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         X11/Applications/Networking
 Source0:       
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
-# Source0-md5: b509f7c05e9566ed290e2c098316c7c3
+# Source0-md5: 6dd59399db08963ef022a1d0e5010053
 Source1:       %{name}-branding.tar.bz2
 # Source1-md5: b49feae9f6434eca8a749776160c15a8
 Source2:       %{name}-rm_nonfree.sh
@@ -59,8 +59,8 @@
 BuildRequires: libpng-devel >= 1.2.7
 BuildRequires: libstdc++-devel
 BuildRequires: myspell-devel
-BuildRequires: nspr-devel >= 1:4.7
-BuildRequires: nss-devel >= 1:3.12-2
+BuildRequires: nspr-devel >= 1:4.8
+BuildRequires: nss-devel >= 1:3.12.3
 BuildRequires: pango-devel >= 1:1.6.0
 BuildRequires: perl-modules >= 5.004
 BuildRequires: pkgconfig
@@ -74,7 +74,7 @@
 BuildRequires: xorg-lib-libXp-devel
 BuildRequires: xorg-lib-libXt-devel
 %if %{with xulrunner}
-BuildRequires: xulrunner-devel >= 1.9-2
+BuildRequires: xulrunner-devel >= 1.9.1
 %endif
 BuildRequires: zip
 BuildRequires: zlib-devel >= 1.2.3
@@ -85,8 +85,8 @@
 Requires:      cairo >= 1.6.0
 Requires:      libpng(APNG) >= 0.10
 Requires:      myspell-common
-Requires:      nspr >= 1:4.7
-Requires:      nss >= 1:3.12-2
+Requires:      nspr >= 1:4.8
+Requires:      nss >= 1:3.12.3
 %if %{with xulrunner}
 %requires_eq_to        xulrunner xulrunner-devel
 %endif
@@ -127,7 +127,9 @@
 standardami, wydajnością i przenośnością.
 
 %prep
-%setup -qc -a1
+%setup -qc
+mv -f mozilla-1.9.1 mozilla
+%setup -q -T -D -a1
 cd mozilla
 /bin/sh %{SOURCE2}
 
@@ -357,7 +359,9 @@
 %endif
 
 %dir %{_libdir}/%{name}
+%if %{without xulrunner}
 %attr(755,root,root) %{_libdir}/%{name}/*.so
+%endif
 %{_libdir}/%{name}/blocklist.xml
 
 %if %{with crashreporter}
@@ -373,28 +377,31 @@
 
 %dir %{_libdir}/%{name}/components
 
+%{_libdir}/%{name}/components/aboutCertError.js
+%{_libdir}/%{name}/components/aboutPrivateBrowsing.js
 %{_libdir}/%{name}/components/aboutRights.js
 %{_libdir}/%{name}/components/aboutRobots.js
+%{_libdir}/%{name}/components/aboutSessionRestore.js
+%{_libdir}/%{name}/components/browser.xpt
 %{_libdir}/%{name}/components/FeedConverter.js
 %{_libdir}/%{name}/components/FeedWriter.js
-%{_libdir}/%{name}/components/WebContentConverter.js
-%{_libdir}/%{name}/components/browser.xpt
 %{_libdir}/%{name}/components/fuelApplication.js
 %{_libdir}/%{name}/components/nsBrowserContentHandler.js
 %{_libdir}/%{name}/components/nsBrowserGlue.js
 %{_libdir}/%{name}/components/nsMicrosummaryService.js
 %{_libdir}/%{name}/components/nsPlacesTransactionsService.js
+%{_libdir}/%{name}/components/nsPrivateBrowsingService.js
 %{_libdir}/%{name}/components/nsSafebrowsingApplication.js
-%{_libdir}/%{name}/components/nsSearchService.js
-%{_libdir}/%{name}/components/nsSearchSuggestions.js
 %{_libdir}/%{name}/components/nsSessionStartup.js
 %{_libdir}/%{name}/components/nsSessionStore.js
 %{_libdir}/%{name}/components/nsSetDefaultBrowser.js
 %{_libdir}/%{name}/components/nsSidebar.js
+%{_libdir}/%{name}/components/WebContentConverter.js
 %if %{without xulrunner}
 %{_libdir}/%{name}/platform.ini
 %{_libdir}/%{name}/components/FeedProcessor.js
 %{_libdir}/%{name}/components/jsconsole-clhandler.js
+%{_libdir}/%{name}/components/NetworkGeolocationProvider.js
 %{_libdir}/%{name}/components/nsAddonRepository.js
 %{_libdir}/%{name}/components/nsBadCertHandler.js
 %{_libdir}/%{name}/components/nsBlocklistService.js
@@ -410,7 +417,10 @@
 %{_libdir}/%{name}/components/nsLoginInfo.js
 %{_libdir}/%{name}/components/nsLoginManager.js
 %{_libdir}/%{name}/components/nsLoginManagerPrompter.js
+%{_libdir}/%{name}/components/nsPlacesDBFlush.js
 %{_libdir}/%{name}/components/nsProxyAutoConfig.js
+%{_libdir}/%{name}/components/nsSearchService.js
+%{_libdir}/%{name}/components/nsSearchSuggestions.js
 %{_libdir}/%{name}/components/nsTaggingService.js
 %{_libdir}/%{name}/components/nsTryToClose.js
 %{_libdir}/%{name}/components/nsURLFormatter.js
@@ -420,6 +430,7 @@
 %{_libdir}/%{name}/components/nsWebHandlerApp.js
 %{_libdir}/%{name}/components/pluginGlue.js
 %{_libdir}/%{name}/components/storage-Legacy.js
+%{_libdir}/%{name}/components/storage-mozStorage.js
 %{_libdir}/%{name}/components/txEXSLTRegExFunctions.js
 %endif
 
@@ -493,8 +504,29 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.52  2009/06/28 20:51:11  hawk
-- fixed %files for xulrunner build
+Revision 1.53  2009/06/30 13:09:01  paszczus
+- updated to 3.5 final
+
+Revision 1.51.2.6  2009/06/28 20:39:25  hawk
+- ehh, corrected last changelog entry
+
+Revision 1.51.2.5  2009/06/28 20:36:43  hawk
+- %files fixes for xulrunner build
+- updated xulrunner deps
+
+Revision 1.51.2.4  2009/06/28 17:04:45  hawk
+- fixed Rs too
+
+Revision 1.51.2.3  2009/06/28 16:36:16  hawk
+- sorted/updated %files (will need recheck with FF 3.5 based XULRunner),
+  everything seems to work now
+
+Revision 1.51.2.2  2009/06/28 15:26:07  hawk
+- updated nspr and nss BRs, now it builds but still NFY (minor branding
+  problems and https doesn't work at all)
+
+Revision 1.51.2.1  2009/06/28 13:41:24  hawk
+- started work on 3.5rc3, NFY
 
 Revision 1.51  2009/06/15 13:43:18  blues
 - multiple CVE entries for last release
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.spec?r1=1.52&r2=1.53&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to