rpms/seamonkey/devel .cvsignore, 1.19, 1.20 firefox-1.5-theme-change.patch, 1.1, 1.2 mozilla-1.7.5-g-application-name.patch, 1.1, 1.2 seamonkey.spec, 1.44, 1.45 sources, 1.20, 1.21

Christopher Aillon caillon at fedoraproject.org
Wed Oct 8 18:06:44 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/seamonkey/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2652

Modified Files:
	.cvsignore firefox-1.5-theme-change.patch 
	mozilla-1.7.5-g-application-name.patch seamonkey.spec sources 
Log Message:
* Thu Sep 25 2008 Christopher Aillon <caillon at redhat.com> - 1.1.12-1
- Update to 1.1.12



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	6 Jul 2008 19:09:17 -0000	1.19
+++ .cvsignore	8 Oct 2008 18:06:14 -0000	1.20
@@ -1 +1 @@
-seamonkey-1.1.10.source.tar.bz2
+seamonkey-1.1.12.source.tar.bz2

firefox-1.5-theme-change.patch:

Index: firefox-1.5-theme-change.patch
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/firefox-1.5-theme-change.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-1.5-theme-change.patch	7 Feb 2007 07:52:56 -0000	1.1
+++ firefox-1.5-theme-change.patch	8 Oct 2008 18:06:14 -0000	1.2
@@ -1,10 +1,10 @@
 Index: layout/base/nsPresContext.cpp
 ===================================================================
 RCS file: /cvsroot/mozilla/layout/base/nsPresContext.cpp,v
-retrieving revision 3.288.12.2.4.1
-diff -d -u -p -r3.288.12.2.4.1 nsPresContext.cpp
---- layout/base/nsPresContext.cpp	21 Apr 2006 23:30:50 -0000	3.288.12.2.4.1
-+++ layout/base/nsPresContext.cpp	26 Sep 2006 19:26:40 -0000
+retrieving revision 3.288.12.5
+diff -d -u -p -r3.288.12.5 nsPresContext.cpp
+--- layout/base/nsPresContext.cpp	17 May 2006 07:56:35 -0000	3.288.12.5
++++ layout/base/nsPresContext.cpp	8 Oct 2008 17:39:27 -0000
 @@ -73,6 +73,9 @@
  #include "nsIDOMDocument.h"
  #include "nsAutoPtr.h"
@@ -41,7 +41,7 @@
  void
  nsPresContext::GetFontPreferences()
  {
-@@ -709,6 +724,9 @@ nsPresContext::Init(nsIDeviceContext* aD
+@@ -716,6 +731,9 @@ nsPresContext::Init(nsIDeviceContext* aD
                                         this);
  #endif
  
@@ -51,7 +51,7 @@
    // Initialize our state from the user preferences
    GetUserPreferences();
  
-@@ -1180,33 +1198,126 @@ nsPresContext::GetTheme()
+@@ -1197,33 +1215,126 @@ nsPresContext::GetTheme()
  void
  nsPresContext::ThemeChanged()
  {
@@ -187,7 +187,7 @@
  
    // Clear out all of the style data since it may contain RGB values
    // which originated from system colors.
-@@ -1222,7 +1333,17 @@ nsPresContext::SysColorChanged()
+@@ -1239,7 +1350,17 @@ nsPresContext::SysColorChanged()
    // data without reflowing/updating views will lead to incorrect change hints
    // later, because when generating change hints, any style structs which have
    // been cleared and not reread are assumed to not be used at all.
@@ -209,10 +209,10 @@
 Index: layout/base/nsPresContext.h
 ===================================================================
 RCS file: /cvsroot/mozilla/layout/base/nsPresContext.h,v
-retrieving revision 3.150.4.2
-diff -d -u -p -r3.150.4.2 nsPresContext.h
---- layout/base/nsPresContext.h	29 Aug 2005 16:15:39 -0000	3.150.4.2
-+++ layout/base/nsPresContext.h	26 Sep 2006 19:26:40 -0000
+retrieving revision 3.150.4.3
+diff -d -u -p -r3.150.4.3 nsPresContext.h
+--- layout/base/nsPresContext.h	29 Aug 2007 23:07:47 -0000	3.150.4.3
++++ layout/base/nsPresContext.h	8 Oct 2008 17:39:27 -0000
 @@ -56,6 +56,7 @@
  #include "nsCRT.h"
  #include "nsIPrintSettings.h"
@@ -229,8 +229,8 @@
  class nsICSSPseudoComparator;
  class nsIAtom;
  struct nsStyleStruct;
-@@ -627,6 +629,14 @@ public:
-   const nscoord* GetBorderWidthTable() { return mBorderWidthTable; }
+@@ -630,6 +632,14 @@ public:
+   PRBool IsChrome();
  
  protected:
 +  static NS_HIDDEN_(void*) PR_CALLBACK ThemeChangedInternal(PLEvent* aEvent);
@@ -244,7 +244,7 @@
    NS_HIDDEN_(void) SetImgAnimations(nsIContent *aParent, PRUint16 aMode);
    NS_HIDDEN_(void) GetDocumentColorPreferences();
  
-@@ -654,6 +664,7 @@ protected:
+@@ -657,6 +667,7 @@ protected:
                                          // from gfx back to layout.
    nsIEventStateManager* mEventManager;  // [STRONG]
    nsILookAndFeel*       mLookAndFeel;   // [STRONG]
@@ -252,7 +252,7 @@
    nsIAtom*              mMedium;        // initialized by subclass ctors;
                                          // weak pointer to static atom
  
-@@ -724,6 +735,8 @@ protected:
+@@ -727,6 +738,8 @@ protected:
    unsigned              mCanPaginatedScroll : 1;
    unsigned              mDoScaledTwips : 1;
    unsigned              mEnableJapaneseTransform : 1;

mozilla-1.7.5-g-application-name.patch:

Index: mozilla-1.7.5-g-application-name.patch
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/mozilla-1.7.5-g-application-name.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozilla-1.7.5-g-application-name.patch	10 Apr 2006 21:58:25 -0000	1.1
+++ mozilla-1.7.5-g-application-name.patch	8 Oct 2008 18:06:14 -0000	1.2
@@ -1,13 +1,13 @@
 Index: xpfe/bootstrap/nsAppRunner.cpp
 ===================================================================
-RCS file: /cvsroot/mozilla/xpfe/bootstrap/nsAppRunner.cpp,v
-retrieving revision 1.428
-diff -d -u -p -r1.428 nsAppRunner.cpp
---- xpfe/bootstrap/nsAppRunner.cpp	20 Dec 2004 21:53:33 -0000	1.428
-+++ xpfe/bootstrap/nsAppRunner.cpp	5 Mar 2005 08:39:12 -0000
-@@ -1612,6 +1612,11 @@ static PRBool GetWantSplashScreen(int ar
-   return dosplash;
- }
+RCS file: /cvsroot/mozilla/xpfe/bootstrap/Attic/nsAppRunner.cpp,v
+retrieving revision 1.442.2.12
+diff -d -u -p -r1.442.2.12 nsAppRunner.cpp
+--- xpfe/bootstrap/nsAppRunner.cpp	31 Dec 2007 22:37:36 -0000	1.442.2.12
++++ xpfe/bootstrap/nsAppRunner.cpp	8 Oct 2008 17:55:53 -0000
+@@ -1573,6 +1573,11 @@ public:
+ };
+ #endif
  
 +#ifdef MOZ_WIDGET_GTK2
 +#include "prlink.h"
@@ -16,8 +16,8 @@
 +
  int main(int argc, char* argv[])
  {
-   NS_TIMELINE_MARK("enter main");
-@@ -1712,6 +1717,19 @@ int main(int argc, char* argv[])
+ #ifdef XP_WIN32
+@@ -1685,6 +1690,19 @@ int main(int argc, char* argv[])
  #endif
    gtk_init(&argc, &argv);
  


Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- seamonkey.spec	6 Jul 2008 19:09:17 -0000	1.44
+++ seamonkey.spec	8 Oct 2008 18:06:14 -0000	1.45
@@ -11,7 +11,7 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        1.1.10
+Version:        1.1.12
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
@@ -122,7 +122,6 @@
 %patch1  -p0
 %patch2  -p1
 #%patch3  -p1
-%patch21 -p1
 %patch22 -p1
 %patch41 -p1
 %patch42 -p0
@@ -433,6 +432,9 @@
 
 
 %changelog
+* Thu Sep 25 2008 Christopher Aillon <caillon at redhat.com> - 1.1.12-1
+- Update to 1.1.12
+
 * Sat Jul  6 2008 Christopher Aillon <caillon at redhat.com> - 1.1.10-1
 - Update to 1.1.10
 - Use bullet characters to match GTK+


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	6 Jul 2008 19:09:17 -0000	1.20
+++ sources	8 Oct 2008 18:06:14 -0000	1.21
@@ -1 +1 @@
-0a13d4298fa175a459a5e78ec74810f6  seamonkey-1.1.10.source.tar.bz2
+95c09bd1a3d10791d482f284473253f3  seamonkey-1.1.12.source.tar.bz2




More information about the scm-commits mailing list