rpms/seamonkey/devel .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.3, 1.4 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.5, 1.6 sources, 1.4, 1.5

Kai Engert (kengert) fedora-extras-commits at redhat.com
Tue Aug 15 17:49:39 UTC 2006


Author: kengert

Update of /cvs/extras/rpms/seamonkey/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29247

Modified Files:
	.cvsignore seamonkey-configure.patch 
	seamonkey-fedora-default-prefs.js seamonkey.spec sources 
Log Message:
* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-4
- Use a different patch to disable visibility.
* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-3
- Fix a build failure in mailnews mime code.
* Thu Aug 03 2006 Kai Engert <kengert at redhat.com> 1.0.4-2
- SeaMonkey 1.0.4



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Jun 2006 20:36:25 -0000	1.4
+++ .cvsignore	15 Aug 2006 17:49:39 -0000	1.5
@@ -1 +1 @@
-seamonkey-1.0.2.source.tar.bz2
+seamonkey-1.0.4.source.tar.bz2

seamonkey-configure.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.3 -r 1.4 seamonkey-configure.patch
Index: seamonkey-configure.patch
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey-configure.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seamonkey-configure.patch	7 Jun 2006 20:36:25 -0000	1.3
+++ seamonkey-configure.patch	15 Aug 2006 17:49:39 -0000	1.4
@@ -1,5 +1,5 @@
---- mozilla/configure.xxx	2006-06-07 20:11:30.000000000 +0200
-+++ mozilla/configure	2006-06-07 20:12:15.000000000 +0200
+--- mozilla/configure.pre999	2006-08-03 22:59:11.000000000 +0200
++++ mozilla/configure	2006-08-03 22:59:14.000000000 +0200
 @@ -941,7 +941,7 @@
  fi
  
@@ -27,13 +27,7 @@
  
  build_alias=$build
  case "$build_alias" in
-@@ -1050,12 +1050,12 @@
- LIBGNOME_VERSION=2.0
- 
- MISSING_X=
--for ac_prog in mawk gawk nawk awk
-+for ac_prog in gawk mawk nawk awk
- do
+@@ -1055,7 +1055,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
@@ -309,390 +303,348 @@
  if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -1886,6 +1886,57 @@
-   fi
- fi
- 
-+for ac_declaration in \
-+   ''\
-+   '#include <stdlib.h>' \
-+   'extern "C" void std::exit (int) throw (); using std::exit;' \
-+   'extern "C" void std::exit (int); using std::exit;' \
-+   'extern "C" void exit (int) throw ();' \
-+   'extern "C" void exit (int);' \
-+   'void exit (int);'
-+do
-+  cat > conftest.$ac_ext <<EOF
+@@ -1896,7 +1896,7 @@
+    'void exit (int);'
+ do
+   cat > conftest.$ac_ext <<EOF
+-#line 1892 "configure"
 +#line 1900 "configure"
-+#include "confdefs.h"
-+#include <stdlib.h>
-+$ac_declaration
-+int main() {
-+exit (42);
-+; return 0; }
-+EOF
+ #include "confdefs.h"
+ #include <stdlib.h>
+ $ac_declaration
+@@ -1904,7 +1904,7 @@
+ exit (42);
+ ; return 0; }
+ EOF
+-if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  :
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  continue
-+fi
-+rm -f conftest*
-+  cat > conftest.$ac_ext <<EOF
+   :
+ else
+   echo "configure: failed program was:" >&5
+@@ -1914,14 +1914,14 @@
+ fi
+ rm -f conftest*
+   cat > conftest.$ac_ext <<EOF
+-#line 1910 "configure"
 +#line 1918 "configure"
-+#include "confdefs.h"
-+$ac_declaration
-+int main() {
-+exit (42);
-+; return 0; }
-+EOF
+ #include "confdefs.h"
+ $ac_declaration
+ int main() {
+ exit (42);
+ ; return 0; }
+ EOF
+-if { (eval echo configure:1917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  rm -rf conftest*
-+  break
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+fi
-+rm -f conftest*
-+done
-+if test -n "$ac_declaration"; then
-+  echo '#ifdef __cplusplus' >>confdefs.h
-+  echo $ac_declaration      >>confdefs.h
-+  echo '#endif'             >>confdefs.h
-+fi
-+
-+
- 
-     case "$build:$target" in
-       powerpc-apple-darwin8*:i?86-apple-darwin*)
-@@ -1899,7 +1950,7 @@
+   rm -rf conftest*
+   break
+ else
+@@ -1950,7 +1950,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:1895: checking for $ac_word" >&5
+-echo "configure:1946: checking for $ac_word" >&5
 +echo "configure:1954: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -1934,7 +1985,7 @@
+@@ -1985,7 +1985,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:1930: checking for $ac_word" >&5
+-echo "configure:1981: checking for $ac_word" >&5
 +echo "configure:1989: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -1969,7 +2020,7 @@
+@@ -2020,7 +2020,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:1965: checking for $ac_word" >&5
+-echo "configure:2016: checking for $ac_word" >&5
 +echo "configure:2024: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -2010,7 +2061,7 @@
+@@ -2061,7 +2061,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2006: checking for $ac_word" >&5
+-echo "configure:2057: checking for $ac_word" >&5
 +echo "configure:2065: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -2045,7 +2096,7 @@
+@@ -2096,7 +2096,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2041: checking for $ac_word" >&5
+-echo "configure:2092: checking for $ac_word" >&5
 +echo "configure:2100: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -2080,7 +2131,7 @@
+@@ -2131,7 +2131,7 @@
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2076: checking for $ac_word" >&5
+-echo "configure:2127: checking for $ac_word" >&5
 +echo "configure:2135: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -2118,7 +2169,7 @@
+@@ -2169,7 +2169,7 @@
      # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2114: checking for $ac_word" >&5
+-echo "configure:2165: checking for $ac_word" >&5
 +echo "configure:2173: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
[...6552 lines suppressed...]
  find_stack_direction ()
  {
-@@ -18343,7 +18535,7 @@
+@@ -18404,7 +18506,7 @@
    exit (find_stack_direction() < 0);
  }
  EOF
--if { (eval echo configure:18222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:18510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
-@@ -18392,17 +18584,17 @@
+@@ -18453,17 +18555,17 @@
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:18271: checking for $ac_hdr" >&5
-+echo "configure:18588: checking for $ac_hdr" >&5
+-echo "configure:18332: checking for $ac_hdr" >&5
++echo "configure:18559: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
--#line 18276 "configure"
-+#line 18593 "configure"
+-#line 18337 "configure"
++#line 18564 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:18598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
++{ (eval echo configure:18569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
-@@ -18482,7 +18674,7 @@
+@@ -18543,7 +18645,7 @@
      # Extract the first word of "pkg-config", so it can be a program name with args.
  set dummy pkg-config; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:18361: checking for $ac_word" >&5
-+echo "configure:18678: checking for $ac_word" >&5
+-echo "configure:18422: checking for $ac_word" >&5
++echo "configure:18649: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -18526,19 +18718,19 @@
+@@ -18587,19 +18689,19 @@
       PKG_CONFIG_MIN_VERSION=0.9.0
       if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
          echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6
--echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5
-+echo "configure:18722: checking for cairo >= $CAIRO_VERSION" >&5
+-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5
++echo "configure:18693: checking for cairo >= $CAIRO_VERSION" >&5
  
          if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then
              echo "$ac_t""yes" 1>&6
              succeeded=yes
  
              echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6
--echo "configure:18412: checking CAIRO_CFLAGS" >&5
-+echo "configure:18729: checking CAIRO_CFLAGS" >&5
+-echo "configure:18473: checking CAIRO_CFLAGS" >&5
++echo "configure:18700: checking CAIRO_CFLAGS" >&5
              CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"`
              echo "$ac_t""$CAIRO_CFLAGS" 1>&6
  
              echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6
--echo "configure:18417: checking CAIRO_LIBS" >&5
-+echo "configure:18734: checking CAIRO_LIBS" >&5
+-echo "configure:18478: checking CAIRO_LIBS" >&5
++echo "configure:18705: checking CAIRO_LIBS" >&5
              ## don't use --libs since that can do evil things like add
              ## -Wl,--export-dynamic
              CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`"
-@@ -18603,7 +18795,7 @@
+@@ -18664,7 +18766,7 @@
          # Extract the first word of "python", so it can be a program name with args.
  set dummy python; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:18482: checking for $ac_word" >&5
-+echo "configure:18799: checking for $ac_word" >&5
+-echo "configure:18543: checking for $ac_word" >&5
++echo "configure:18770: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
-@@ -18864,14 +19056,14 @@
+@@ -18925,14 +19027,14 @@
  cross_compiling=$ac_cv_prog_cc_cross
  
      cat > conftest.$ac_ext <<EOF
--#line 18743 "configure"
-+#line 19060 "configure"
+-#line 18804 "configure"
++#line 19031 "configure"
  #include "confdefs.h"
  #include <gmodule.h>
  int main() {
   int x = 1; x++; 
  ; return 0; }
  EOF
--if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:19067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
++if { (eval echo configure:19038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    :
  else
    echo "configure: failed program was:" >&5
-@@ -19139,6 +19331,10 @@
+@@ -19200,6 +19302,10 @@
  
  
  
@@ -5664,69 +5584,25 @@
  cat >> confdefs.h <<EOF
  #define MOZ_DLL_SUFFIX "$DLL_SUFFIX"
  EOF
-@@ -19166,7 +19362,7 @@
+@@ -19227,7 +19333,7 @@
                  _SAVE_CFLAGS=$CFLAGS
      CFLAGS="$CFLAGS $XCFLAGS"
      cat > conftest.$ac_ext <<EOF
--#line 19045 "configure"
-+#line 19366 "configure"
+-#line 19106 "configure"
++#line 19337 "configure"
  #include "confdefs.h"
  
          #include <stdio.h>
-@@ -19182,7 +19378,7 @@
+@@ -19243,7 +19349,7 @@
      
  ; return 0; }
  EOF
--if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:19382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
++if { (eval echo configure:19353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    :
  else
    echo "configure: failed program was:" >&5
-@@ -19399,15 +19595,34 @@
- # Transform confdefs.h into DEFS.
- # Protect against shell expansion while executing Makefile rules.
- # Protect against Makefile macro expansion.
--cat > conftest.defs <<\EOF
--s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
--s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
--s%\[%\\&%g
--s%\]%\\&%g
--s%\$%$$%g
--EOF
--DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
--rm -f conftest.defs
-+#
-+# If the first sed substitution is executed (which looks for macros that
-+# take arguments), then we branch to the quote section.  Otherwise,
-+# look for a macro that doesn't take arguments.
-+cat >confdef2opt.sed <<\_ACEOF
-+t clear
-+: clear
-+s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
-+t quote
-+s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
-+t quote
-+d
-+: quote
-+s,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
-+s,\[,\\&,g
-+s,\],\\&,g
-+s,\$,$$,g
-+p
-+_ACEOF
-+# We use echo to avoid assuming a particular line-breaking character.
-+# The extra dot is to prevent the shell from consuming trailing
-+# line-breaks from the sub-command output.  A line-break within
-+# single-quotes doesn't work because, if this script is created in a
-+# platform that uses two characters for line-breaks (e.g., DOS), tr
-+# would break.
-+ac_LF_and_DOT=`echo; echo .`
-+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
-+rm -f confdef2opt.sed
- 
- MOZ_DEFINES=$DEFS
- 
-@@ -19690,12 +19905,13 @@
+@@ -19770,12 +19876,13 @@
  s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g
  s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g
  s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g


Index: seamonkey-fedora-default-prefs.js
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey-fedora-default-prefs.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- seamonkey-fedora-default-prefs.js	10 Apr 2006 21:58:25 -0000	1.1
+++ seamonkey-fedora-default-prefs.js	15 Aug 2006 17:49:39 -0000	1.2
@@ -2,3 +2,4 @@
 pref("general.smoothScroll",                true);
 pref("general.useragent.vendor", "Fedora");
 pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR");
+pref("update_notifications.enabled", false);


Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seamonkey.spec	7 Jun 2006 20:36:25 -0000	1.5
+++ seamonkey.spec	15 Aug 2006 17:49:39 -0000	1.6
@@ -9,8 +9,8 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        1.0.2
-Release:        1%{?dist}
+Version:        1.0.4
+Release:        4%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPL
 Group:          Applications/Internet
@@ -32,8 +32,9 @@
 Patch1:         firefox-1.0-prdtoa.patch
 Patch3:         firefox-1.1-nss-system-nspr.patch
 Patch4:         firefox-1.5-with-system-nss.patch
-Patch5:         seamonkey-disable-visibility.patch
+Patch5:         firefox-1.1-visibility.patch
 Patch6:         seamonkey-1.0.1-dumpstack.patch
+Patch7:	        thunderbird-mimeeobj-externalc.patch
 Patch21:        firefox-0.7.3-default-plugin-less-annoying.patch
 Patch22:        firefox-0.7.3-psfonts.patch
 Patch42:        firefox-1.1-uriloader.patch
@@ -90,6 +91,7 @@
 %endif
 
 %patch6 -p1
+%patch7 -p1
 %patch21 -p1
 %patch22 -p1
 %patch42 -p0
@@ -404,6 +406,12 @@
 
 
 %changelog
+* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-4
+- Use a different patch to disable visibility.
+* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-3
+- Fix a build failure in mailnews mime code.
+* Thu Aug 03 2006 Kai Engert <kengert at redhat.com> 1.0.4-2
+- SeaMonkey 1.0.4
 * Wed Jun 07 2006 Kai Engert <kengert at redhat.com> 1.0.2-1
 - Update to SeaMonkey 1.0.2 release
 * Fri Apr 14 2006 Kai Engert <kengert at redhat.com> 1.0.1-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	7 Jun 2006 20:36:25 -0000	1.4
+++ sources	15 Aug 2006 17:49:39 -0000	1.5
@@ -1 +1 @@
-967e0441183492b0ade4ab2a394deb71  seamonkey-1.0.2.source.tar.bz2
+973a762329b951d93eac3c158bbb1416  seamonkey-1.0.4.source.tar.bz2




More information about the fedora-extras-commits mailing list