rpms/spicebird/F-10 spicebird.gcc4.4.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 spicebird.spec, 1.2, 1.3

Steven M. Parrish tuxbrewr at fedoraproject.org
Mon Mar 30 17:59:37 UTC 2009


Author: tuxbrewr

Update of /cvs/pkgs/rpms/spicebird/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28829

Modified Files:
	.cvsignore sources spicebird.spec 
Added Files:
	spicebird.gcc4.4.patch 
Log Message:
New Upstream release

spicebird.gcc4.4.patch:

--- NEW FILE spicebird.gcc4.4.patch ---
diff -crB mozilla/toolkit/xre/nsAppRunner.cpp mozilla-fedora/toolkit/xre/nsAppRunner.cpp
*** mozilla/toolkit/xre/nsAppRunner.cpp	2008-04-09 02:42:49.000000000 -0400
--- mozilla-fedora/toolkit/xre/nsAppRunner.cpp	2009-02-26 16:20:44.000000000 -0500
***************
*** 1437,1444 ****
    if (NS_FAILED(rv))
      return rv;
  
! #elif
! #error Oops, you need platform-specific code here
  #endif
  
    NS_ADDREF(*aResult = lf);
--- 1437,1444 ----
    if (NS_FAILED(rv))
      return rv;
  
! //#elif
! //#error Oops, you need platform-specific code here
  #endif
  
    NS_ADDREF(*aResult = lf);
Only in mozilla-fedora/toolkit/xre: nsAppRunner.cpp~


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spicebird/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Dec 2008 00:06:35 -0000	1.3
+++ .cvsignore	30 Mar 2009 17:59:07 -0000	1.4
@@ -1,2 +1,2 @@
-spicebird-beta-0.7.full_source.tar.bz2
-spicebird-beta-langpacks-0.7-20081121.tar.bz2
+spicebird-beta-0.7.1-full_source.tar.bz2
+spicebird-beta-langpacks-0.7.1-20090326.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spicebird/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Dec 2008 00:06:35 -0000	1.3
+++ sources	30 Mar 2009 17:59:07 -0000	1.4
@@ -1,2 +1,2 @@
-c8b2554921ab82ef128bc339c34aa41c  spicebird-beta-0.7.full_source.tar.bz2
-b8a9a4d3981ddbb9eb17d4505e7f91e4  spicebird-beta-langpacks-0.7-20081121.tar.bz2
+25afdff29a30a999155f5089c62ee1c1  spicebird-beta-0.7.1-full_source.tar.bz2
+f6896a91c8b19d36c09058bd843934eb  spicebird-beta-langpacks-0.7.1-20090326.tar.bz2


Index: spicebird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spicebird/F-10/spicebird.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spicebird.spec	29 Dec 2008 15:48:19 -0000	1.2
+++ spicebird.spec	30 Mar 2009 17:59:07 -0000	1.3
@@ -9,14 +9,14 @@
 
 Summary:        Synovel Spicebird PIM client
 Name:           spicebird
-Version:        0.7
-Release:        2%{?dist}
+Version:        0.7.1
+Release:        1%{?dist}
 URL:            http://www.spicebird.org/
 License:        GPLv2+
 Group:          Applications/Internet
-%define tarball spicebird-beta-%{version}.full_source.tar.bz2
+%define tarball spicebird-beta-%{version}-full_source.tar.bz2
 Source0:        http://files.spicebird.org/pub/spicebird.org/spicebird/releases/latest/source/%{tarball}
-Source1:        http://tuxbrewr.fedorapeople.org/spicebird/spicebird-beta-langpacks-%{version}-20081121.tar.bz2
+Source1:        http://bunny.medhas.org/download/spicebird-beta-langpacks-%{version}-20090326.tar.bz2
 Source10:       spicebird-mozconfig
 Source12:       spicebird-redhat-default-prefs.js
 Source20:       spicebird.desktop
@@ -25,7 +25,7 @@
 Source30:       spicebird-open-browser.sh
 Source100:      find-external-requires
 
-Patch111:       spicebird-path.patch
+Patch1:         spicebird.gcc4.4.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       nspr >= %{nspr_version}
@@ -70,7 +70,7 @@
 %setup -q -c
 cd mozilla
 
-%patch111 -p1 -b .path
+%patch1 -p1 -b .gcc
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -265,6 +265,21 @@
 #===============================================================================
 
 %changelog
+* Sun Mar 29 2009 Steven M. Parrish <tuxbrewr at fedoraproject.org> 0.7.1-1 
+- New Upstream release
+
+* Thu Feb 26 2009 Steven M. Parrish <tuxbrewr at fedoraproject.org> 0.7-6
+- Fix missing file build error
+
+* Thu Feb 26 2009 Steven M. Parrish <tuxbrewr at fedoraproject.org> 0.7-5
+- Fix missing file build error
+
+* Thu Feb 26 2009 Steven M. Parrish <tuxbrewr at fedoraproject.org> - 0.7-4
+- Fix build error when using gcc4.4
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Mon Dec 29 2008 Steven M. Parrish <tuxbrewr at fedoraproject.org> 0.7-2
 - Updated SPEC file to address https://bugzilla.redhat.com/show_bug.cgi?id=453936#c16
 




More information about the fedora-extras-commits mailing list