diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/find-external-requires b/find-external-requires deleted file mode 100755 index dbc27a1..0000000 --- a/find-external-requires +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# Strips requirements that are against the package itself, since we -# do not autoprovide them (for that we don't override gecko-devel's provides) - -# Lubomir Rintel - -# This should be called with the real build root as argument, so that -# we will be able to strip dependencies of lightning on what would be -# provided by sunbird. - -FIND_PROVIDES="$(rpm --eval %__find_provides)" -FIND_REQUIRES="$(rpm --eval %__find_requires)" -RPM_BUILD_ROOT="$1" - -( - # Assume all ur subpackages require everything that all our - # subpackages provide (actually it's not true, - # this is just to prevent depending on it), thus print twice - find $RPM_BUILD_ROOT |$FIND_PROVIDES |awk '{print; print}' - # Add this subpackage's requires - $FIND_REQUIRES -# What wasn't mentioned twice is an external dependency -) |sort |uniq -u diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch deleted file mode 100644 index efdc54e..0000000 --- a/mozilla-build-s390.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up mozilla/js/src/jstl.h.old mozilla/js/src/jstl.h ---- mozilla/js/src/jstl.h.old 2010-03-10 10:01:51.000000000 +0100 -+++ mozilla/js/src/jstl.h 2010-03-10 12:24:55.000000000 +0100 -@@ -195,7 +195,6 @@ class ReentrancyGuard - static JS_ALWAYS_INLINE size_t - RoundUpPow2(size_t x) - { -- typedef tl::StaticAssert::result>::result _; - size_t log2 = JS_CEILING_LOG2W(x); - JS_ASSERT(log2 < tl::BitSize::result); - size_t result = size_t(1) << log2; diff --git a/mozilla-jemalloc.patch b/mozilla-jemalloc.patch deleted file mode 100644 index 2ef0b97..0000000 --- a/mozilla-jemalloc.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -r f1af606531f5 memory/jemalloc/jemalloc.h ---- mozilla/memory/jemalloc/jemalloc.h Sat Nov 22 20:22:22 2008 +0100 -+++ mozilla/memory/jemalloc/jemalloc.h Mon Dec 01 16:53:06 2008 -0500 -@@ -45,14 +45,14 @@ - } jemalloc_stats_t; - - #ifndef MOZ_MEMORY_DARWIN --void *malloc(size_t size); --void *valloc(size_t size); --void *calloc(size_t num, size_t size); --void *realloc(void *ptr, size_t size); --void free(void *ptr); -+void *malloc(size_t size) __THROW __attribute_malloc__ __wur; -+void *valloc(size_t size) __THROW __attribute_malloc__ __wur; -+void *calloc(size_t num, size_t size) __THROW __attribute_malloc__ __wur; -+void *realloc(void *ptr, size_t size) __THROW __attribute_malloc__ __wur; -+void free(void *ptr) __THROW __attribute_malloc__ __wur; - #endif - --int posix_memalign(void **memptr, size_t alignment, size_t size); -+int posix_memalign(void **memptr, size_t alignment, size_t size) __THROW __attribute_malloc__ __wur; - void *memalign(size_t alignment, size_t size); - size_t malloc_usable_size(const void *ptr); - void jemalloc_stats(jemalloc_stats_t *stats); diff --git a/mozilla-missing-cflags.patch b/mozilla-missing-cflags.patch deleted file mode 100644 index fcef959..0000000 --- a/mozilla-missing-cflags.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -up comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in.mozcflags comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in ---- comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in.mozcflags 2010-07-26 12:52:38.000000000 +0200 -+++ comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in 2010-07-26 12:39:34.000000000 +0200 -@@ -93,4 +93,5 @@ CXXFLAGS += \ - $(MOZ_GNOMEVFS_CFLAGS) \ - $(GLIB_CFLAGS) \ - $(MOZ_LIBNOTIFY_CFLAGS) \ -+ $(MOZ_GTK2_CFLAGS) \ - $(NULL) diff --git a/sources b/sources deleted file mode 100644 index 859d4ad..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -1d7d4eb4aaea7e7fae9eba3dcc995161 sunbird-l10n.tar -d126a68e6610d8e3675909e0ba606b42 thunderbird-3.1.6.source.tar.bz2 diff --git a/sunbird-1.0-libical.patch b/sunbird-1.0-libical.patch deleted file mode 100644 index ba71f01..0000000 --- a/sunbird-1.0-libical.patch +++ /dev/null @@ -1,59 +0,0 @@ -Link against system libical instead of bundled. -https://bugzilla.redhat.com/show_bug.cgi?id=459923 - -Lubomir Rintel - ---- calendar/base/build/Makefile.in.libical 2007-12-27 11:01:41.000000000 +0100 -+++ calendar/base/build/Makefile.in 2008-09-23 16:02:42.000000000 +0200 -@@ -63,7 +63,6 @@ - js \ - xpconnect \ - string \ -- ical \ - calbase - - CPPSRCS = calBaseModule.cpp \ -@@ -74,7 +73,6 @@ - - SHARED_LIBRARY_LIBS = \ - $(DEPTH)/calendar/base/src/$(LIB_PREFIX)calbase_s.$(LIB_SUFFIX) \ -- $(DEPTH)/calendar/libical/src/libical/$(LIB_PREFIX)mozical.$(LIB_SUFFIX) \ - $(NULL) - - ifdef MOZILLA_INTERNAL_API -@@ -94,4 +92,7 @@ - $(NULL) - endif - -+# External libical -+EXTRA_DSO_LDOPTS += -lical -+ - include $(topsrcdir)/config/rules.mk ---- calendar/Makefile.in.libical 2008-09-23 17:13:34.000000000 +0200 -+++ calendar/Makefile.in 2008-09-23 17:07:30.000000000 +0200 -@@ -42,7 +42,7 @@ - include $(DEPTH)/config/autoconf.mk - - MODULE = calendar --DIRS = libical resources base providers import-export locales -+DIRS = resources base providers import-export locales - - ifdef ENABLE_TESTS - DIRS += test ---- calendar/lightning/Makefile.in.libical 2008-07-24 03:07:05.000000000 +0200 -+++ calendar/lightning/Makefile.in 2008-09-23 16:02:42.000000000 +0200 -@@ -71,7 +71,7 @@ - endif - endif - --DIRS = ../libical \ -+DIRS = \ - ../locales \ - ../base \ - ../providers \ ---- /dev/null 2008-09-23 20:44:22.879046487 +0200 -+++ calendar/base/src/ical.h 2008-09-24 11:28:09.000000000 +0200 -@@ -0,0 +1,3 @@ -+#pragma GCC visibility push(default) -+#include -+#pragma GCC visibility pop diff --git a/sunbird-1.0-uilocale.patch b/sunbird-1.0-uilocale.patch deleted file mode 100644 index d1a8e2b..0000000 --- a/sunbird-1.0-uilocale.patch +++ /dev/null @@ -1,32 +0,0 @@ -Guess the UI locale to use. If only intl.locale.matchOS worked... - -Lubomir Rintel - -diff -up mozilla/build/unix/mozilla.in.uilocale mozilla/build/unix/mozilla.in -diff -up mozilla/build/unix/run-mozilla.sh.uilocale mozilla/build/unix/run-mozilla.sh ---- mozilla/build/unix/run-mozilla.sh.uilocale 2009-04-28 21:53:14.000000000 +0200 -+++ mozilla/build/unix/run-mozilla.sh 2009-04-28 21:54:39.000000000 +0200 -@@ -279,6 +279,23 @@ MOZILLA_FIVE_HOME=$MOZ_DIST_BIN - if [ -z "$MRE_HOME" ]; then - MRE_HOME=$MOZILLA_FIVE_HOME - fi -+ -+# Try without a local variant first, then with a local variant -+# So that pt-BR doesn't try to use pt for example -+ -+SHORTMOZLOCALE=`echo $LANG | sed "s|_\([^.]*\).*||g"` -+MOZLOCALE=`echo $LANG | sed "s|_\([^.]*\).*|-\1|g"` -+ -+if [ -f ${MOZ_DIST_BIN}/extensions/langpack-${MOZLOCALE}@sunbird.mozilla.org/chrome/$MOZLOCALE.jar ] -+then -+ set -- "$@" -UILocale $MOZLOCALE -+else -+ if [ -f ${MOZ_DIST_BIN}/extensions/langpack-${SHORTMOZLOCALE}@sunbird.mozilla.org/chrome/$SHORTMOZLOCALE.jar ] -+ then -+ set -- "$@" -UILocale $SHORTMOZLOCALE -+ fi -+fi -+ - ## - ## Set LD_LIBRARY_PATH - ## diff --git a/sunbird.desktop b/sunbird.desktop deleted file mode 100644 index 19d4cf3..0000000 --- a/sunbird.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=Sunbird Calendar -Name[de]=Sunbird Kalender -Name[cs]=Sunbird Kalendár -Name[sk]=Sunbird Kalendár -Comment=The Mozilla Calendar -Comment[de]=Der Mozilla-Kalender -Comment[cs]=Mozilla Kalendár -Comment[sk]=Mozilla Kalendár -GenericName=The Mozilla Calendar -GenericName[de]=Der Mozilla-Kalender -GenericName[cs]=Mozilla Kalendár -GenericName[sk]=Mozilla Kalendár -Exec=sunbird -TryExec=sunbird -Icon=sunbird -MimeType=text/calendar;text/x-vcalendar; -Categories=Office;Calendar; -Terminal=false diff --git a/sunbird.spec b/sunbird.spec deleted file mode 100644 index d33a5bd..0000000 --- a/sunbird.spec +++ /dev/null @@ -1,459 +0,0 @@ -#%bcond_without lightning -%ifarch ppc -%if 0%{?rhel} -%define with_lightning %{nil} -%endif -%endif -%define with_lightning 0 - -%define version_internal 1.0b3 -%define progdir %{_libdir}/%{name}-%{version_internal}pre -%define thunderbird_version 3.1.6 -%define libnotify_version 0.4 -%define lightning_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{e2fda1a4-762b-4020-b5ad-a41df1933103} -%define gdata_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc} - -# This is to filter unwanted provides, that should be provided only by gecko-devel -%define _use_internal_dependency_generator 0 -%define __find_requires %{SOURCE100} %{buildroot} - -Name: sunbird -Version: 1.0 -Release: 0.34.b2pre%{?dist} -Summary: Calendar application built upon Mozilla toolkit - -Group: Applications/Productivity -License: MPLv1.1 or GPLv2+ or LGPLv2+ -URL: http://www.mozilla.org/projects/calendar/sunbird/ -#Source0: http://releases.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/%{version}/source/lightning-sunbird-%{version}-source.tar.bz2 -Source0: thunderbird-%{thunderbird_version}.source.tar.bz2 -Source1: sunbird.desktop -Source2: sunbird-l10n.tar -#sunbird-langpacks-0.9.tar.gz -# This is used just for langpacks. -# TODO: build them! -#Source4: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/lightning-0.9.linux-i686.xpi -Source100: find-external-requires - -# Pulled from Thunderbird -Patch0: mozilla-jemalloc.patch -# Fixes gcc complain that nsFrame::delete is protected -Patch1: xulrunner-1.9.2.1-build.patch - -# Ours -Patch10: sunbird-1.0-libical.patch -Patch11: sunbird-1.0-uilocale.patch -Patch12: mozilla-missing-cflags.patch -Patch13: mozilla-build-s390.patch - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: libIDL-devel -BuildRequires: desktop-file-utils -BuildRequires: libgnomeui-devel -BuildRequires: krb5-devel -BuildRequires: pango-devel -BuildRequires: freetype-devel >= 2.1.9 -BuildRequires: libXt-devel -BuildRequires: desktop-file-utils -BuildRequires: nss-devel -BuildRequires: nspr-devel -BuildRequires: libical-devel -BuildRequires: zip -BuildRequires: autoconf213 -BuildRequires: alsa-lib-devel -BuildRequires: libnotify-devel >= %{libnotify_version} -BuildRequires: gtk2-devel -BuildRequires: gnome-vfs2-devel -BuildRequires: libgnome-devel - -Requires(post): desktop-file-utils -Requires(postun): desktop-file-utils - -AutoProv: 0 - -%description -Mozilla Sunbird is a cross-platform calendar application, built upon -Mozilla Toolkit. It brings Mozilla-style ease-of-use to your -calendar, without tying you to a particular storage solution. - - -%if %{with_lightning} -%package -n thunderbird-lightning -Summary: The calendar extension to Thunderbird -Group: Applications/Productivity -Requires: thunderbird >= %{thunderbird_version} -Obsoletes: thunderbird-lightning-wcap <= 0.8 -Provides: thunderbird-lightning-wcap = %{version}-%{release} -AutoProv: 0 - -%description -n thunderbird-lightning -Lightning brings the Sunbird calendar to the popular email client, -Mozilla Thunderbird. Since it's an extension, Lightning is tightly -integrated with Thunderbird, allowing it to easily perform email-related -calendaring tasks. - -%endif - -%prep -%setup -n comm-1.9.2 -q -a 2 -%patch0 -p0 -b .jemalloc -%patch1 -p1 -b .protected -%patch10 -p0 -b .libical -%patch11 -p0 -b .uilocale -%patch12 -p1 -b .mozcflags -%ifarch s390 -%patch13 -p0 -b .s390 -%endif - -find . -name '*.cpp' -o -name '*.h' |xargs chmod -x - -%build -cat >.mozconfig <lala - touch -r $DIR/install.rdf lala - mv lala $DIR/install.rdf - -done - -# GData provider for sunbird -mkdir -p $RPM_BUILD_ROOT%{progdir}/extensions/%{gdata_extname} -touch $RPM_BUILD_ROOT%{progdir}/extensions/%{gdata_extname}/chrome.manifest -unzip -qod $RPM_BUILD_ROOT%{progdir}/extensions/%{gdata_extname} \ - mozilla/dist/xpi-stage/gdata-provider.xpi - -%if %{with_lightning} -# Avoid "Chrome Registration Failed" message on first startup and extension installation -mkdir -p $RPM_BUILD_ROOT%{lightning_extname} -touch $RPM_BUILD_ROOT%{lightning_extname}/chrome.manifest -mkdir -p $RPM_BUILD_ROOT%{gdata_extname} -touch $RPM_BUILD_ROOT%{gdata_extname}/chrome.manifest - -# Lightning and GData provider for it -unzip -qod $RPM_BUILD_ROOT%{lightning_extname} mozilla/dist/xpi-stage/lightning.xpi -unzip -qod $RPM_BUILD_ROOT%{gdata_extname} mozilla/dist/xpi-stage/gdata-provider.xpi - -# No langpacks for preview release -%if 0 -# Unpack lightning language packs, except en_US -unzip -l %{SOURCE4} '*.jar' | - awk '/-[^\/]*\.jar/ && !/en-US/ {print $4}' | - xargs unzip -qod $RPM_BUILD_ROOT%{mozilla_extensions_dir}/thunderbird-lightning %{SOURCE4} - -# Register them -ls $RPM_BUILD_ROOT%{mozilla_extensions_dir}/thunderbird-lightning/chrome | - sed -n '/en-US/n;s/\(\([^-]*\)-\(.*\)\.jar\)/locale \2 \3 jar:chrome\/\1!\/locale\/\3\/\2\//p' \ - >>$RPM_BUILD_ROOT%{mozilla_extensions_dir}/thunderbird-lightning/chrome.manifest - # ^^^ I'm going to burn in hell for this ^^^ -%endif -%endif - -# Permissions fixup -find $RPM_BUILD_ROOT -name '*.xpm' -o -name '*.js' | - xargs chmod 0644 mozilla/LICENSE -find $RPM_BUILD_ROOT -name '*.so' |xargs chmod 0755 - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -update-desktop-database %{_datadir}/applications -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -update-desktop-database %{_datadir}/applications -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%files -%defattr(-,root,root,-) -%doc mozilla/LEGAL mozilla/LICENSE mozilla/README.txt -%{progdir} -%{_bindir}/sunbird -%{_datadir}/applications/*.desktop -%{_datadir}/icons/hicolor/128x128/apps/sunbird.png - -%if %{with_lightning} -%files -n thunderbird-lightning -%doc mozilla/LEGAL mozilla/LICENSE mozilla/README.txt -%defattr(-,root,root,-) -%{lightning_extname} -%{gdata_extname} -%endif - - -%changelog -* Wed Feb 09 2011 Fedora Release Engineering - 1.0-0.34.b2pre -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Nov 2 2010 Jan Horak - 1.0-0.33.b2pre -- Disable thunderbird-lightning extension - -* Mon Nov 1 2010 Jan Horak - 1.0-0.32.b2pre -- The thunderbird-lightning extension moved to thunderbird package -- Building sunbird without thunderbird-lightning - -* Thu Oct 28 2010 Jan Horak - 1.0-0.31.b2pre -- Rebuild against Thunderbird 3.1.6 - -* Wed Oct 20 2010 Jan Horak - 1.0-0.30.b2pre -- Rebuild against Thunderbird 3.1.5 - -* Thu Sep 16 2010 Dan Horák - 1.0-0.29.b2pre -- fix build on s390 - -* Wed Sep 8 2010 Jan Horak - 1.0-0.28.b2pre -- Changed thunderbird-lightning install location to /usr/lib/mozilla/extensions/{355... -- Rebuild against Thunderbird 3.1.3 -- Bump version above F13 - -* Thu Jun 24 2010 Jan Horak - 1.0-0.25.b2pre -- Rebuild against Thunderbird 3.1 - -* Tue Jun 22 2010 Jan Horak - 1.0-0.24.b2pre -- Fixed Thunderbird requires version - -* Tue Jun 22 2010 Jan Horak - 1.0-0.23.b2pre -- Rebuild against Thunderbird 3.1 RC2 - -* Tue Mar 30 2010 Jan Horak - 1.0-0.21.20090916hg -- Rebuild against new Thunderbird - -* Mon Mar 1 2010 Jan Horak - 1.0-0.20.20090916hg -- Rebuild against new Thunderbird - -* Thu Feb 25 2010 Jan Horak - 1.0-0.19.20090916hg -- Rebuild against new Thunderbird - -* Tue Jan 26 2010 Jan Horak - 1.0-0.18.20090916hg -- Fixed sunbird exec script - -* Thu Jan 21 2010 Jan Horak - 1.0-0.17.20090916hg -- Rebuild against new Thunderbird - -* Wed Dec 9 2009 Jan Horak - 1.0-0.16.20090916hg -- Rebuild against new Thunderbird - -* Thu Dec 3 2009 Jan Horak - 1.0-0.15.20090916hg -- Rebuild against new Thunderbird - -* Wed Nov 25 2009 Jan Horak - 1.0-0.14.20090916hg -- Rebuild against new Thunderbird - -* Tue Sep 22 2009 Lubomir Rintel - 1.0-0.11.20090916hg -- Fix version, tidy up the spec a bit -- Update langpacks - -* Tue Sep 22 2009 Jan Horak - 1.0-0.11.20090715hg -- Rebuild against new Thunderbird - -* Tue Aug 18 2009 Lubomir Rintel - 1.0-0.11.20090715hg -- Update langpacks - -* Mon Aug 17 2009 Lubomir Rintel - 1.0-0.10.20090715hg -- Sync up with Thunderbird - -* Tue Aug 11 2009 Jan Horak - 1.0-0.8.20090513hg -- Rebuild against new Thunderbird - -* Mon Aug 3 2009 Jan Horak - 1.0-0.7.20090513hg -- Rebuild against new Thunderbird - -* Sun Jul 26 2009 Fedora Release Engineering - 1.0-0.7.20090513hg -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri Jul 10 2009 Lubomir Rintel - 1.0-0.6.20090513hg -- Fix up lignthing's require of rawhide thunderbird - -* Sun Jun 28 2009 Lubomir Rintel - 1.0-0.5.20090513hg -- Sync up with Thunderbird -- Enable the Google Data Provider - -* Fri May 15 2009 Lubomir Rintel - 1.0-0.4.20090302hg -- Fixed thunderbird dependency - -* Thu May 12 2009 Lubomir Rintel - 1.0-0.3.20090302hg -- Fix migration window size (0x0 is considered too small by some) (#499346) - -* Wed Apr 29 2009 Lubomir Rintel - 1.0-0.2.20090302hg -- Fix the permissions for real now - -* Tue Apr 28 2009 Lubomir Rintel - 1.0-0.1.20090302hg -- Update to version matching current Thunderbird - -* Sun Mar 1 2009 Lubomir Rintel 0.9-6 -- Fix build with GCC 4.4 - -* Wed Feb 25 2009 Fedora Release Engineering - 0.9-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Nov 24 2008 Lubomir Rintel 0.9-4 -- Disable lightning on EL-5 ppc, since there's no Desktop with thunderbird -- Fix summary - -* Thu Oct 2 2008 Lubomir Rintel 0.9-3 -- Attempt to fix the libical patch's timezone problem - -* Wed Sep 24 2008 Lubomir Rintel 0.9-2 -- Fix problem with symbol visibility and newer gcc I introduced with libical patch - -* Tue Sep 23 2008 Lubomir Rintel 0.9-1 -- 0.9 GOLD -- Fix use of system nss and nspr4 -- Link against system libical (#459923) -- Add language packs for lightning (#449770) - -* Sun Aug 24 2008 Lubomir Rintel 0.9-0.3.20080824cvs -- Newer snapshot closer to RC -- New langpacks -- Fix install root path - -* Mon Aug 11 2008 Lubomir Rintel 0.9-0.2.20080807cvs -- Get rid of relative symlinks -- Remove lignthing's libcalbasecomps.so provide -- Fix dependencies of scriptlets - -* Sun Aug 10 2008 Lubomir Rintel 0.9-0.1.20080807cvs -- First attempt at 0.9, CVS snapshot close to first RC -- Rewrite the requires generation, for it suffered bitrot - -* Mon May 19 2008 Lubomir Rintel 0.8-4 -- Rebuild for new hunspell - -* Tue Apr 08 2008 Lubomir Kundrak 0.8-3 -- Really fix lightning dependencies (#441340) -- Fix "da" and "it" lanugage packs (#441500) - -* Mon Apr 07 2008 Lubomir Kundrak 0.8-2 -- Blacklist dependencies of lightning on files included in tb (#441340) -- Fix the extension update scriptlet escaping - -* Fri Apr 04 2008 Lubomir Kundrak 0.8-1 -- 0.8 GA - -* Fri Apr 04 2008 Lubomir Kundrak 0.8-0.3.cvs20080331 -- Translations - -* Tue Apr 01 2008 Lubomir Kundrak 0.8-0.2.cvs20080331 -- Unbreak dependencies (hopefully) -- Try concurrent builds again, they seem to work now - -* Tue Apr 01 2008 Lubomir Kundrak 0.8-0.1.cvs20080331 -- Corrected license tag to mention all the applicable Licenses -- Use libxul from XULrunner -- Post 0.8 Release Candidate 1 -- Obsolete wcap subpackage -- got merged into mainline lightning - -* Sun Mar 09 2008 Lubomir Kundrak 0.7-10 -- Parralel makes were failing unpredictably - -* Thu Feb 28 2008 Lubomir Kundrak 0.7-9 -- Try to use the correct locale (#436693) - -* Mon Jan 21 2008 Lubomir Kundrak 0.7-8 -- Streamlined BuildRequires a bit -- Do not provide stuff that has to be provided by firefox -- Do not require what's in our fileset -- Removed redundant and useless Source0 without upstream - -* Thu Jan 03 2008 Lubomir Kundrak 0.7-7 -- Add patch to correct build with FORTIFY_SOURCE -- Replace the name in .desktop file with a more descriptive one -- Add translations to .desktop file - -* Sun Dec 30 2007 Aurelien Bompard 0.7-6 -- disable updater - -* Tue Dec 11 2007 Aurelien Bompard 0.7-5 -- fix debuginfo package - -* Tue Oct 30 2007 Aurelien Bompard 0.7-4 -- rename the mozilla-lightning subpackage to thunderbird-lightning - since it's a thunderbird extension -- create a "chrome.manifest" file to avoid "Chrome Registration Failed" message - -* Mon Oct 29 2007 Aurelien Bompard 0.7-3 -- be even more complicated: build the wcap-enabler extension - (really, it's just cut'n'paste) - -* Mon Oct 29 2007 Aurelien Bompard 0.7-2 -- split the lightning package -- use scriptlets and triggers based on the mugshot package - -* Sat Oct 27 2007 Aurelien Bompard 0.7-1 -- version 0.7 - -* Tue Sep 11 2007 Aurelien Bompard 0.5-3 -- minor spec cleanups -- build the Lightning extension -- add an option to build with official branding - -* Sun Sep 09 2007 Aurelien Bompard 0.5-2 -- fix icon - -* Wed Jul 25 2007 Aurelien Bompard 0.5-1 -- initial release diff --git a/xulrunner-1.9.2.1-build.patch b/xulrunner-1.9.2.1-build.patch deleted file mode 100644 index 4d9ee43..0000000 --- a/xulrunner-1.9.2.1-build.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up xulrunner-1.9.2.1/mozilla-1.9.2/layout/generic/nsFrame.h.old xulrunner-1.9.2.1/mozilla-1.9.2/layout/generic/nsFrame.h ---- xulrunner-1.9.2.1/mozilla/layout/generic/nsFrame.h.old 2009-11-11 15:34:51.000000000 +0100 -+++ xulrunner-1.9.2.1/mozilla/layout/generic/nsFrame.h 2009-11-11 15:33:09.000000000 +0100 -@@ -157,7 +157,7 @@ private: - // Left undefined; nsFrame objects are never allocated from the heap. - void* operator new(size_t sz) CPP_THROW_NEW; - --protected: -+public: - // Overridden to prevent the global delete from being called, since - // the memory came out of an arena instead of the heap. - //