%bcond_without system_nspr %bcond_without system_nss %bcond_without system_libvpx %bcond_without system_icu %bcond_without system_sqlite %bcond_without system_ffi %bcond_with system_cairo %bcond_without langpacks %bcond_with calendar %global nspr_version 4.13.1 %global nss_version 3.30.0 %global libvpx_version 1.5.0 %global icu_version 58.1 %global sqlite_version 3.17.0 %global ffi_version 3.0.9 %global cairo_version 1.10 %define homepage http://start.fedoraproject.org/ %define sources_subdir %{name}-%{version} %define seamonkey_app_id \{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\} Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 2.49.4 Release: 1%{?dist} URL: http://www.seamonkey-project.org License: MPLv2.0 Group: Applications/Internet Source0: http://archive.mozilla.org/pub/seamonkey/releases/%{version}/source/seamonkey-%{version}.source.tar.xz %if %{with langpacks} # Get it from: # http://archive.mozilla.org/pub/seamonkey/releases/%{version}/langpack/seamonkey-%{version}.*.langpack.xpi # see below how to obtain it automatically... # Source1: seamonkey-langpacks-%{version}.tar.xz %endif Source3: seamonkey.sh.in Source4: seamonkey.desktop Source12: seamonkey-mail.desktop Source13: seamonkey-mail.svg Source100: seamonkey-find-requires.sh Patch2: firefox-48-jemalloc-ppc.patch Patch3: xulrunner-27.0-build-arm.patch Patch4: firefox-33-rhbz-966424.patch Patch5: firefox-35-rhbz-1173156.patch Patch6: firefox-52-build-prbool.patch Patch7: firefox-51-mozilla-1005640.patch Patch8: firefox-48-mozilla-256180.patch Patch10: firefox-50-mozilla-440908.patch Patch13: firefox-52-mozilla-revert-1148544.patch Patch14: firefox-51-mozilla-1324096.patch Patch16: firefox-52-rhbz-1451055.patch Patch22: seamonkey-2.46-installdir.patch Patch27: seamonkey-2.46-exthandler.patch Patch30: nss-3.28-mozilla-1334976-1336487.patch Patch40: seamonkey-2.49.2-revert-gtk3-mozilla-1269145.patch Patch41: seamonkey-2.49.2-revert-gtk3-mozilla-1398973.patch %{?with_system_nspr:BuildRequires: nspr-devel >= %{nspr_version}} %{?with_system_nss:BuildRequires: nss-devel >= %{nss_version}} %{?with_system_nss:BuildRequires: nss-static >= %{nss_version}} %{?with_system_libvpx:BuildRequires: libvpx-devel >= %{libvpx_version}} %{?with_system_icu:BuildRequires: libicu-devel >= %{icu_version}} %{?with_system_sqlite:BuildRequires: sqlite-devel >= %{sqlite_version}} %{?with_system_ffi:BuildRequires: libffi-devel >= %{ffi_version}} %{?with_system_cairo:BuildRequires: cairo-devel >= %{cairo_version}} BuildRequires: libpng-devel BuildRequires: libjpeg-turbo-devel BuildRequires: zlib-devel BuildRequires: zip BuildRequires: libIDL-devel BuildRequires: desktop-file-utils BuildRequires: gtk2-devel BuildRequires: dbus-glib-devel BuildRequires: gnome-vfs2-devel BuildRequires: libgnome-devel BuildRequires: libgnomeui-devel BuildRequires: krb5-devel BuildRequires: pango-devel BuildRequires: freetype-devel >= 2.1.9 BuildRequires: glib2-devel BuildRequires: libXt-devel BuildRequires: libXrender-devel BuildRequires: coreutils BuildRequires: alsa-lib-devel BuildRequires: hunspell-devel BuildRequires: libnotify-devel BuildRequires: yasm >= 1.1 BuildRequires: mesa-libGL-devel BuildRequires: pulseaudio-libs-devel BuildRequires: autoconf213 BuildRequires: python >= 2.7 BuildRequires: gcc-c++ >= 4.8 Requires: system-bookmarks Requires: mozilla-filesystem Requires: hicolor-icon-theme %if %{with system_nspr} Requires: nspr >= %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo %{nspr_version}) %endif %if %{with system_nss} Requires: nss >= %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo %{nss_version}) %endif %if %{with system_sqlite} Requires: sqlite >= %(pkg-config --silence-errors --modversion sqlite 2>/dev/null || echo %{sqlite_version}) %endif # ppc64: http://bugzilla.redhat.com/bugzilla/866589 # armv7hl: http://bugzilla.redhat.com/bugzilla/1035485 ExclusiveArch: %{ix86} x86_64 AutoProv: 0 %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE100} %description SeaMonkey is an all-in-one Internet application suite. It includes a browser, mail/news client, IRC client, JavaScript debugger, and a tool to inspect the DOM for web pages. It is derived from the application formerly known as Mozilla Application Suite. %prep %if %{with langpacks} # just to describe how to obtain langpacks from the upstsream source [ -f %{SOURCE1} ] || { url=%{SOURCEURL0} url=${url%/source/seamonkey-*.tar.*}/langpack/ mkdir -p seamonkey-langpacks pushd seamonkey-langpacks wget -r -np -nH -nd --accept 'seamonkey-%{version}.*.langpack.xpi' ${url} # en-US is in the main source anyway rm -f seamonkey-%{version}.en-US.langpack.xpi popd tar -cvf - seamonkey-langpacks | xz -c >%{SOURCE1} rm -rf seamonkey-langpacks } %endif %setup -q -c cd %{sources_subdir} pushd mozilla %patch2 -p1 -b .jemalloc-ppc %patch3 -p2 -b .build-arm %patch4 -p2 -b .966424 %patch5 -p2 -b .1173156 %patch6 -p1 -b .prbool %patch7 -p1 -b .1005640 %patch8 -p1 -b .256180 %patch10 -p1 -b .440908 %patch13 -p1 -b .1148544 %patch14 -p1 -b .1324096 %patch16 -p1 -b .1451055 popd %patch22 -p2 -b .installdir %patch27 -p2 -b .exthandler %if %{without system_nss} pushd mozilla/security/nss %patch30 -p1 -b .1334976 popd %endif %patch40 -p2 -b .1269145 %patch41 -p2 -b .1398973 sed -e 's/-MOZILLA_VERSION//g' \ -e 's,LIBDIR,%{_libdir},g' %{SOURCE3} >seamonkey.sh # # generate .mozconfig # cat >.mozconfig <> .mozconfig echo "ac_add_options --with%{!?with_system_nss:out}-system-nss" >> .mozconfig echo "ac_add_options --with%{!?with_system_libvpx:out}-system-libvpx" >> .mozconfig echo "ac_add_options --with%{!?with_system_icu:out}-system-icu" >> .mozconfig echo "ac_add_options --%{?with_system_sqlite:en}%{!?with_system_sqlite:dis}able-system-sqlite" >> .mozconfig echo "ac_add_options --%{?with_system_ffi:en}%{!?with_system_ffi:dis}able-system-ffi" >> .mozconfig echo "ac_add_options --%{?with_system_cairo:en}%{!?with_system_cairo:dis}able-system-cairo" >> .mozconfig echo "ac_add_options --%{?with_calendar:en}%{!?with_calendar:dis}able-calendar" >> .mozconfig %ifarch %{arm} echo "ac_add_options --disable-elf-hack" >> .mozconfig %endif %ifnarch %{ix86} x86_64 echo "ac_add_options --disable-webrtc" >> .mozconfig %endif # # generate default prefs # cat >all-fedora.js <../seamonkey.lang %if %{with langpacks} # Install langpacks tar -xf %{SOURCE1} for langpack in `ls seamonkey-langpacks/*.xpi`; do # seamonkey-langpacks/seamonkey-VERSION.LANG.langpack.xpi language=${langpack%.langpack.xpi} # seamonkey-langpacks/seamonkey-VERSION.LANG language=${language##*.} # LANG dir=$RPM_BUILD_ROOT/%{_libdir}/seamonkey/extensions/langpack-$language@seamonkey.mozilla.org mkdir -p $dir unzip $langpack -d $dir find $dir -type f | xargs chmod 644 find $dir -name ".mkdir.done" | xargs rm -f sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage = %{homepage}|g" \ $dir/chrome/$language/locale/$language/navigator-region/region.properties jarfile=$dir/chrome/$language.jar pushd $dir/chrome/$language zip -r -D $jarfile locale popd rm -rf $dir/chrome/$language # now in jarfile mv -f $dir/chrome/$language.manifest $dir/chrome.manifest # fix manifest to point to jar sed -i -e "s,$language/locale,jar:chrome/$language.jar!/locale," $dir/chrome.manifest language=${language/-/_} dir=${dir#$RPM_BUILD_ROOT} echo "%%lang($language) $dir" >>../seamonkey.lang done rm -rf seamonkey-langpacks %endif # with_langpacks # install desktop files in correct directory mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/ desktop-file-install --vendor mozilla \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ --add-category Application \ --add-category Network \ %{SOURCE4} desktop-file-install --vendor mozilla \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ --add-category Application \ --add-category Network \ %{SOURCE12} # install icons pushd $RPM_BUILD_ROOT%{_libdir}/seamonkey/chrome/icons/default icons=$RPM_BUILD_ROOT%{_datadir}/icons/hicolor # seamonkey icons install -p -m 644 -D main-window16.png $icons/16x16/apps/seamonkey.png install -p -m 644 -D main-window.png $icons/32x32/apps/seamonkey.png install -p -m 644 -D main-window48.png $icons/48x48/apps/seamonkey.png install -p -m 644 -D seamonkey.png $icons/128x128/apps/seamonkey.png # seamonkey mail icons install -p -m 644 -D messengerWindow16.png $icons/16x16/apps/seamonkey-mail.png install -p -m 644 -D messengerWindow.png $icons/32x32/apps/seamonkey-mail.png install -p -m 644 -D messengerWindow48.png $icons/48x48/apps/seamonkey-mail.png install -p -m 644 -D %{SOURCE13} $icons/scalable/apps/seamonkey-mail.svg popd # System extensions mkdir -p $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{seamonkey_app_id} mkdir -p $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{seamonkey_app_id} %post update-desktop-database -q &> /dev/null /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun update-desktop-database -q &> /dev/null if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f seamonkey.lang %{_libdir}/seamonkey %ghost %{_libdir}/seamonkey/removed-files %{_bindir}/seamonkey %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/applications/*.desktop %dir %{_datadir}/mozilla/extensions/%{seamonkey_app_id} %dir %{_libdir}/mozilla/extensions/%{seamonkey_app_id} %changelog * Fri Jul 27 2018 Dmitry Butskoy - 2.49.4-1 - update to 2.49.4 * Sat Jul 14 2018 Fedora Release Engineering - 2.49.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jul 10 2018 Pete Walter - 2.49.3-3 - Rebuild for ICU 62 * Wed May 16 2018 Pete Walter - 2.49.3-2 - Rebuild for ICU 61.1 * Fri May 4 2018 Dmitry Butskoy 2.49.3-1 - update to 2.49.3 * Mon Apr 30 2018 Pete Walter - 2.49.2-3 - Rebuild for ICU 61.1 * Sun Feb 18 2018 Dmitry Butskoy 2.49.2-2 - revert some upstream gtk3-related changes to avoid regressions since we still build with gtk2 (mozbz#1269145, mozbz#1398973) - spec file cleanup from old deprecated stuff * Sat Feb 17 2018 Dmitry Butskoy 2.49.2-1 - update to 2.49.2 * Fri Feb 09 2018 Fedora Release Engineering - 2.49.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 31 2018 Dmitry Butskoy 2.49.1-4 - rebuild for libvpx 1.7.0 * Fri Jan 26 2018 Tom Callaway 2.49.1-3 - rebuild for new libvpx * Mon Dec 04 2017 Caolán McNamara 2.49.1-2 - rebuild for hunspell 1.6.2 * Sat Oct 21 2017 Dmitry Butskoy 2.49.1-1 - update to 2.49.1 - apply some patches from firefox-52.4.0 package - disable webide by default to avoid autoload of broken addons * Thu Aug 03 2017 Fedora Release Engineering - 2.48-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.48-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jul 23 2017 Dmitry Butskoy 2.48-1 - update to 2.48 - apply some patches from firefox-51 package - use standard optimize level -O2 for compiling - new langpacks obtaining stuff for more easier maintaining - revert broken mozbz#1148544 changes for site-specific overrides * Sat Feb 11 2017 Fedora Release Engineering - 2.46-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 20 2017 Dmitry Butskoy 2.46-2 - fix for new system nss (#1414982, mozbz#1290037) - fix build with system icu (mozbz#1329272) * Fri Dec 23 2016 Dmitry Butskoy 2.46-1 - update to 2.46 - apply some patches from firefox-49 package - avoid runtime linking with too old ffmpeg libraries (#1330898) - still enable XRender extension by default * Thu Aug 4 2016 Jan Horak - 2.40-9 - Revert changes introduced by 2.40-7. The system-bookmarks is required for new profiles * Tue Aug 2 2016 Jan Horak - 2.40-8 - Bump release due to rebuild * Mon Aug 1 2016 Jan Horak - 2.40-7 - Seamonkey no longer require system-bookmarks during installation (rhbz#1361851) * Tue Jul 22 2016 Tom Callaway - 2.40-6 - rebuild for libvpx 1.6.0 * Tue Jul 5 2016 Dmitry Butskoy 2.40-5 - Disable null pointer gcc6 optimization in gcc-6.x (#1328045) * Sun Jul 3 2016 Dmitry Butskoy 2.40-4 - add fix for gcc-6.x (mozilla bug #1245783) * Tue Jun 14 2016 Dmitry Butskoy 2.40-3 - disable extra updatecheck (#1346171) - enable full-screen-api by default for media support * Mon Apr 18 2016 Caolán McNamara 2.40-2 - rebuild for hunspell 1.4.0 * Tue Mar 15 2016 Dmitry Butskoy 2.40-1 - update to 2.40 * Tue Feb 16 2016 Martin Stransky 2.39-5 - Added gcc6 build fix * Thu Feb 04 2016 Fedora Release Engineering - 2.39-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Jan 23 2016 Dmitry Butskoy 2.39-3 - use system dictionaries for spell checking - specify default homepage for builtin default locale (en_US) as well - drop tons of garbage from libsuite.so component - massive spec and config files cleanup, including: - simplifying of install process and filelist generation - drop unneeded sources - generate mozconfig and prefs files inside spec file (better atomic support for changes and different releases) - actually provide information of files' locales for rpm package - conditionally build with system cairo, sqlite, libffi - more robast helper detection when content type reported wrongly - change some defaults to be the same as in Firefox: - delete temporary helpers files on exit - disable autoupdates by default - match OS locale by default - avoid ppc64le builds as well (#866589) - build with system sqlite and libffi * Tue Dec 1 2015 Tom Callaway 2.39-2 - rebuild for libvpx 1.5.0 * Mon Nov 16 2015 Dmitry Butskoy 2.39-1 - update to 2.39 * Sun Oct 11 2015 Dmitry Butskoy 2.38-1 - update to 2.38 * Sun Sep 13 2015 Dmitry Butskoy 2.35-1 - update to 2.35 * Fri Jun 19 2015 Fedora Release Engineering - 2.33.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 2.33.1-3 - Rebuilt for GCC 5 C++11 ABI change * Mon Apr 13 2015 Dmitry Butskoy - cleanup of the startup script (#1210035) * Mon Apr 6 2015 Tom Callaway - 2.33.1-2 - rebuild against libvpx 1.4.0 * Thu Mar 26 2015 Dmitry Butskoy 2.33.1-1 - update to 2.33.1 * Mon Mar 16 2015 Dmitry Butskoy 2.33-1 - update to 2.33 - apply some patches from firefox-36 package * Sun Feb 8 2015 Dmitry Butskoy 2.32.1-1 - update to 2.32.1 * Tue Jan 20 2015 Dmitry Butskoy 2.32-1 - update to 2.32 - apply some patches from firefox-35 package - enable gstreamer-1.0 support * Mon Dec 15 2014 Dmitry Butskoy 2.31-1 - update to 2.31 - apply some patches from firefox-34 package * Sat Oct 25 2014 Dmitry Butskoy 2.30-1 - update to 2.30 - apply some patches from firefox-33 package * Fri Sep 26 2014 Dmitry Butskoy 2.29.1-1 - update to 2.29.1 * Sat Sep 20 2014 Dmitry Butskoy 2.29-1 - update to 2.29 - apply some patches from firefox-32 package * Wed Aug 20 2014 Kevin Fenzi - 2.26.1-3 - Rebuild for rpm bug 1131892 * Mon Aug 18 2014 Fedora Release Engineering - 2.26.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jun 24 2014 Dmitry Butskoy 2.26.1-1 - update to 2.26.1 * Sun Jun 08 2014 Fedora Release Engineering - 2.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 9 2014 Dmitry Butskoy 2.26-2 - rebuild with new find-requires script * Fri May 9 2014 Dmitry Butskoy 2.26-1 - update to 2.26 * Mon Mar 24 2014 Dmitry Butskoy 2.25-1 - update to 2.25 * Mon Feb 10 2014 Dmitry Butskoy 2.24-1 - update to 2.24 * Wed Dec 18 2013 Dmitry Butskoy 2.23-1 - update to 2.23 * Wed Nov 27 2013 Dmitry Butskoy 2.22.1-1 - update to 2.22.1 - don't build for armv7hl (seems not enough memory on the build system, #1035485) * Sat Nov 2 2013 Dmitry Butskoy 2.22-1 - update to 2.22 * Thu Sep 19 2013 Dmitry Butskoy 2.21-1 - update to 2.21 * Thu Aug 8 2013 Dmitry Butskoy 2.20-1 - update to 2.20 * Sun Aug 04 2013 Fedora Release Engineering - 2.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 15 2013 Dmitry Butskoy 2.19-2 - implement separate switches for system/native nspr, nss and libvpx * Mon Jul 8 2013 Dmitry Butskoy 2.19-1 - update to 2.19 * Mon Apr 15 2013 Dmitry Butskoy 2.17.1-1 - update to 2.17.1 * Wed Apr 3 2013 Dmitry Butskoy 2.17-1 - update to 2.17 - explicitly require libjpeg-turbo (for JCS_EXTENSIONS) * Tue Mar 26 2013 Peter Robinson 2.16.2-2 - Only build WebRTC on x86 to fix FTBFS on other arches * Fri Mar 15 2013 Dmitry Butskoy 2.16.2-1 - update to 2.16.2 - fix desktop files (#887297) * Tue Mar 12 2013 Dmitry Butskoy 2.16.1-1 - update to 2.16.1 * Fri Feb 22 2013 Dmitry Butskoy 2.16-1 - update to 2.16 - fix build langpacks * Tue Feb 5 2013 Dmitry Butskoy 2.15.2-1 - update to 2.15.2 * Sun Jan 27 2013 Rex Dieter 2.15.1-2 - silence scriptlet output * Tue Jan 22 2013 Dmitry Butskoy 2.15.1-1 - update to 2.15.1 * Fri Jan 11 2013 Dmitry Butskoy 2.15-1 - update to 2.15 - don't try to change global user settings for default browser/mail etc. - add fix for #304121 (derived from Xulrunner) * Mon Dec 3 2012 Dmitry Butskoy 2.14.1-1 - update to 2.14.1 * Thu Nov 22 2012 Dmitry Butskoy 2.14-1 - update to 2.14 - fix elfhack compile * Wed Oct 31 2012 Dmitry Butskoy 2.13.2-2 - exclude ppc64 arch (hoping it is temporary, #866589) - fix startup warnings (error console) for omni and inspector - fix build langpacks - change License to MPLv2.0 - add seamonkey-related directories in mozilla-filesystem (#865054) - use proper MOZ_SMP_FLAGS - add patch for jemalloc for powerpc arches (#852698) - add patch to avoid decommit memory on powerpc arches (#852698) - some cleanups in spec file - drop version from install directories (follow the current firefox and thunderbird way) * Fri Oct 26 2012 Martin Stransky 2.13.2-1 - Update to 2.13.2 * Tue Oct 16 2012 Martin Stransky 2.13.1-1 - Update to 2.13.1 * Tue Oct 9 2012 Martin Stransky 2.13-1 - Update to 2.13 * Tue Aug 28 2012 Martin Stransky 2.12.1-1 - Update to 2.12.1 * Tue Aug 28 2012 Martin Stransky 2.12-1 - Update to 2.12 * Fri Jul 27 2012 Martin Stransky 2.11-1 - Update to 2.11 * Thu Jun 21 2012 Martin Stransky 2.10.1-1 - Update to 2.10.1 * Thu Jun 7 2012 Allen Hewes 2.10-1 - Update to 2.10 - change sed string for version number to support 2 digits - remove specific .so's from installer manifest - fix the cache path for header.py and associated files when building in srcdir (vs using seperate objdir) * Mon May 7 2012 Martin Stransky 2.9.1-4 - Fixed #717242 - does not adhere to Static Library Packaging Guidelines * Thu May 3 2012 Martin Stransky 2.9.1-3 - Fixed #747411 - seamonkey needs better icons (by Edward Sheldrake) * Thu May 3 2012 Martin Stransky 2.9.1-2 - Fixed directories (#566901) * Wed May 2 2012 Martin Stransky 2.9.1-1 - Update to 2.9.1 * Fri Apr 27 2012 Martin Stransky 2.9-1 - Update to 2.9 * Wed Apr 4 2012 Peter Robinson 2.8-3 - Add ARM configuration options * Fri Mar 16 2012 Martin Stransky 2.8-2 - gcc 4.7 build fixes * Thu Mar 15 2012 Martin Stransky 2.8-1 - Update to 2.8 * Fri Feb 24 2012 Martin Stransky 2.7.1-2 - Added fix for mozbz#727401 - libpng crash * Tue Feb 14 2012 Martin Stransky 2.7.1-1 - Update to 2.7.1 * Mon Feb 6 2012 Martin Stransky 2.7-2 - gcc 4.7 build fixes * Fri Feb 3 2012 Martin Stransky 2.7-1 - Update to 2.7 * Sat Jan 14 2012 Fedora Release Engineering - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Dec 14 2011 Martin Stransky 2.5-2 - Fixed langpacks * Thu Dec 8 2011 Martin Stransky 2.5-1 - Update to 2.5 * Fri Oct 14 2011 Dan Horák - 2.4.1-3 - fix build on secondary arches * Tue Oct 11 2011 Kai Engert - 2.4.1-2 - Update to 2.4.1 * Tue Sep 06 2011 Kai Engert - 2.3.3-2 - Update to 2.3.3 * Sun Aug 21 2011 Kai Engert - 2.3-2 - Update to 2.3 * Wed May 25 2011 Caolán McNamara - 2.0.14-2 - rebuild for new hunspell * Fri Apr 29 2011 Jan Horak - 2.0.14-1 - Update to 2.0.14 * Sat Apr 9 2011 Christopher Aillon 2.0.13-1 - Update to 2.0.13 * Mon Mar 7 2011 Martin Stransky 2.0.12-1 - Update to 2.0.12 * Wed Feb 09 2011 Fedora Release Engineering - 2.0.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jan 04 2011 Adel Gadllah 2.0.11-3 - BR dbus-glib-devel * Tue Jan 04 2011 Adel Gadllah 2.0.11-2 - disabled system cairo, breaks animated gifs (rhbz#628331)