Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 53906a906dfce068cbceade4432ef407 > files > 8

epiphany-2.30.6-2.mga1.src.rpm

%define dirver 2.29
%define webkit 1.2.3

Summary: GNOME web browser based on the webkit rendering engine
Name: epiphany
Version: 2.30.6
Release: %mkrel 2
License: GPLv2+ and GFDL
Group: Networking/WWW
URL: http://www.gnome.org/projects/epiphany/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
#gw fix crash in password migration from old xulrunner backend
#https://bugzilla.gnome.org/show_bug.cgi?id=594717
Patch: epiphany-fix-password-migration.patch
# 2.30.6-2.mga1 fix defaults settings
Patch1:	epiphany-2.30.6-defaults.patch
# (fc) 1.4.6-2mdk default bookmarks
Patch2: epiphany-defaultbookmarks.patch
# (fc) 1.8.5-4mdk set urpmi and bundles mimetypes as safe (Mdk bug #21892)
Patch3: epiphany-1.8.5-urpmi.patch
Patch4: epiphany-2.30.5-fix-str-fmt.patch
# (ahmad) 2.30.6-2.mga1 add patch from upstream to fix building with current gobject-
# introspection (we have to regenerate the patch as it doesn't apply as is)
# https://bugzilla.gnome.org/show_bug.cgi?id=631119
Patch5: epiphany-2.30.6-use-gobject-introspection-0.9.5-syntax.patch

BuildRequires: webkitgtk-devel >= %webkit
BuildRequires: libsoup-devel >= 2.29.91
#gw still disabled by default:
#BuildRequires: libseed-devel
BuildRequires: gtk2-devel >= 2.15.1
BuildRequires: gnome-desktop-devel >= 2.10.0
BuildRequires: iso-codes
BuildRequires: libxslt-devel
BuildRequires: dbus-devel >= 0.35
BuildRequires: avahi-gobject-devel
BuildRequires: libnotify-devel
BuildRequires: gobject-introspection-devel >= 0.9.5
BuildRequires: nss-devel
BuildRequires: scrollkeeper
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.40.0
BuildRequires: gnome-common
BuildRequires: gnome-doc-utils >= 0.3.2
BuildRequires: librsvg
BuildRequires: imagemagick
BuildRequires: desktop-file-utils
BuildRequires: autoconf2.5
BuildRequires: automake
BuildRequires: libsm-devel libice-devel libgnome-keyring-devel

Requires(post): scrollkeeper
Requires(postun): scrollkeeper
Provides:       webclient
#gw for the index themes
Requires: gnome-themes
Requires: gnome-doc-utils >= 0.3.2
Requires: indexhtml
Requires: iso-codes
Requires: dbus-x11
Requires: enchant
Requires: libwebkitgtk >= %webkit

%description
Epiphany is a GNOME web browser based on the webkit rendering engine.

The name means:
"An intuitive grasp of reality through something (as an event) usually simple
and striking"

%package devel
Group: Development/C
Summary: Header files for developing with Epiphany
Requires: libxml2-devel
Requires: libgnomeui2-devel
Requires: libglade2.0-devel
Requires: dbus-devel


%description devel
This contains the C headers required for developing with Epiphany.

%prep
%setup -q
cd lib
%patch -p2
cd ..
%patch1 -p1 -b .defaults
%patch2 -p1 -b .defaultbookmarks
%patch3 -p1 -b .urpmi
%patch4 -p1 -b .str
%patch5 -p1 -b .introspection

%build

aclocal -Im4
automake
autoconf
%configure2_5x --with-distributor-name=Mageia \
--disable-scrollkeeper

#remove generated files which shouldn't have been put in the tarball
make clean

%make

%install
rm -rf %{buildroot} %{name}-2.0.lang

%makeinstall_std

# don't display bookmark editor in menu
echo 'NoDisplay=true' >>%{buildroot}%{_datadir}/applications/bme.desktop
# don't register bookmark editor in bugzilla, main .desktop is enough
sed -i -e '/^X-GNOME-Bugzilla/d' %{buildroot}%{_datadir}/applications/bme.desktop

%find_lang %{name}-2.0 --with-gnome --all-name
for omf in %buildroot%_datadir/omf/%name/%name-??*.omf;do
echo "%lang($(basename $omf|sed -e s/%name-// -e s/.omf//)) $(echo $omf|sed -e s!%buildroot!!)" >> %name-2.0.lang
done

mkdir -p %buildroot{%_liconsdir,%_iconsdir,%_miconsdir}
install -m 644 data/art/epiphany-bookmarks.png %buildroot%_liconsdir/epiphany-bookmarks.png
convert -resize 32x32 data/art/epiphany-bookmarks.png %buildroot%_iconsdir/epiphany-bookmarks.png
convert -resize 16x16 data/art/epiphany-bookmarks.png %buildroot%_miconsdir/epiphany-bookmarks.png

mkdir -p %buildroot%{_datadir}/pixmaps
cp /usr/share/icons/gnome/24x24/apps/web-browser.png %buildroot%{_datadir}/pixmaps/epiphany.png

mkdir -p  %buildroot%{_libdir}/epiphany/%dirver/extensions

#gw these are useless
rm -f %buildroot%{_datadir}/icons/LowContrastLargePrint/*/apps/*

%clean
rm -rf %{buildroot}

%define schemas epiphany epiphany-lockdown

%post
if [ "$1" = "2" ]; then
update-alternatives --remove webclient-gnome %{_bindir}/epiphany
update-alternatives --remove webclient-kde %{_bindir}/epiphany
fi

%update_icon_cache HighContrastLargePrint
%update_icon_cache HighContrastLargePrintInverse

%preun
%preun_uninstall_gconf_schemas %{schemas}

%postun
%{clean_scrollkeeper}

%clean_icon_cache HighContrastLargePrint
%clean_icon_cache HighContrastLargePrintInverse

%files -f %{name}-2.0.lang
%defattr(-,root,root,-)
%doc COPYING.README COPYING README TODO NEWS
%{_sysconfdir}/gconf/schemas/epiphany.schemas
%{_sysconfdir}/gconf/schemas/epiphany-lockdown.schemas
%{_bindir}/*
%{_mandir}/man1/%name.1*
%{_datadir}/applications/*
%{_datadir}/epiphany
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/HighContrastLargePrint/*/apps/*
%{_datadir}/icons/HighContrastLargePrintInverse/*/apps/*
%dir %{_datadir}/omf/epiphany
%{_datadir}/omf/epiphany/epiphany-C.omf
%{_datadir}/dbus-1/services/org.gnome.Epiphany.service
%_liconsdir/*.png
%_iconsdir/*.png
%_miconsdir/*.png
%_datadir/pixmaps/*.png
%dir %_libdir/epiphany
%dir %_libdir/epiphany/%dirver/
%dir %_libdir/epiphany/%dirver/extensions
%_libdir/girepository-1.0/Epiphany-2.29.typelib

%files devel
%defattr(-,root,root,-)
%_includedir/*
%_libdir/pkgconfig/*
%_datadir/gtk-doc/html/epiphany
%_datadir/aclocal/*.m4
%_datadir/gir-1.0/Epiphany-2.29.gir


%changelog
* Sun Mar 27 2011 ahmad <ahmad> 2.30.6-2.mga1
+ Revision: 77923
- update the default patch (to cope with the new location of index.html)
- drop configure patch, not needed
- add patch from upstream to fix building with current gobject-introspection
 (thanks to Gentoo for the hint about the upstream report)
  https://bugzilla.gnome.org/show_bug.cgi?id=631119
- bump g-introspection BR version
- don't update hicolor icon theme cache manually, this is handled by rpm filetriggers
- drop %%{clean_menus}, handled by rpm filetriggers

  + tv <tv>
    - BuildRequires: libsm-devel libice-devel libgnome-keyring-devel
    - rebuild for new gir

  + ennael <ennael>
    - add new patch for configure
    - regenerate bookmarks patch
    - clean spec file
    - add Mageia bookmarks
    - imported package epiphany


* Sat Sep 18 2010 Funda Wang <fwang@mandriva.org> 2.30.6-1mdv2011.0
+ Revision: 579559
- new version 2.30.6

  + Götz Waschk <waschk@mandriva.org>
    - update webkit dep

* Tue Aug 31 2010 Funda Wang <fwang@mandriva.org> 2.30.5-1mdv2011.0
+ Revision: 574600
- new version 2.30.5

* Tue Aug 17 2010 Götz Waschk <waschk@mandriva.org> 2.30.3-1mdv2011.0
+ Revision: 570949
- update to new version 2.30.3

* Sat Jul 31 2010 Funda Wang <fwang@mandriva.org> 2.30.2-2mdv2011.0
+ Revision: 564064
- rebuild for new gobject-introspection
- correct dirver

* Thu Apr 08 2010 Götz Waschk <waschk@mandriva.org> 2.30.2-1mdv2010.1
+ Revision: 533128
- update to new version 2.30.2

* Mon Mar 29 2010 Götz Waschk <waschk@mandriva.org> 2.30.0-1mdv2010.1
+ Revision: 528913
- update to new version 2.30.0

* Thu Mar 25 2010 Oden Eriksson <oeriksson@mandriva.com> 2.29.92-3mdv2010.1
+ Revision: 527390
- rebuilt against nss-3.12.6

* Thu Mar 18 2010 Olivier Blin <oblin@mandriva.com> 2.29.92-2mdv2010.1
+ Revision: 525031
- fix defaultbookmarks patch not to hardcode german for "Search the web" bookmark

* Mon Mar 08 2010 Götz Waschk <waschk@mandriva.org> 2.29.92-1mdv2010.1
+ Revision: 516718
- update to new version 2.29.92

* Tue Feb 23 2010 Götz Waschk <waschk@mandriva.org> 2.29.91-1mdv2010.1
+ Revision: 510025
- new version
- bump deps

* Wed Feb 10 2010 Götz Waschk <waschk@mandriva.org> 2.29.90.1-1mdv2010.1
+ Revision: 503875
- update to new version 2.29.90.1

* Tue Feb 09 2010 Götz Waschk <waschk@mandriva.org> 2.29.90-1mdv2010.1
+ Revision: 502986
- new version
- update deps

* Mon Jan 25 2010 Götz Waschk <waschk@mandriva.org> 2.29.6-1mdv2010.1
+ Revision: 496487
- update to new version 2.29.6

* Wed Jan 13 2010 Götz Waschk <waschk@mandriva.org> 2.29.5-1mdv2010.1
+ Revision: 490636
- new version
- update deps
- enable introspection

* Fri Dec 11 2009 Götz Waschk <waschk@mandriva.org> 2.29.3-2mdv2010.1
+ Revision: 476294
- rebuild for missing package

* Wed Dec 09 2009 Götz Waschk <waschk@mandriva.org> 2.29.3-1mdv2010.1
+ Revision: 475604
- new version
- bump webkit dep

* Wed Oct 21 2009 Frederic Crozat <fcrozat@mandriva.com> 2.28.1-1mdv2010.0
+ Revision: 458605
- Release 2.28.1

* Tue Oct 06 2009 Thierry Vignaud <tv@mandriva.org> 2.28.0-3mdv2010.0
+ Revision: 454714
- do not package 4.3Mb ChangeLog

* Tue Sep 22 2009 Götz Waschk <waschk@mandriva.org> 2.28.0-2mdv2010.0
+ Revision: 447025
- new version
- bump webkit dep
- new extensions directoy version

* Thu Sep 17 2009 Götz Waschk <waschk@mandriva.org> 2.27.92-2mdv2010.0
+ Revision: 443882
- fix crash migrating stored passwords

* Fri Sep 11 2009 Götz Waschk <waschk@mandriva.org> 2.27.92-1mdv2010.0
+ Revision: 437594
- build with nss support
- new version
- bump webkit dep
- explicitly depend on the library version

* Tue Aug 25 2009 Götz Waschk <waschk@mandriva.org> 2.27.91-1mdv2010.0
+ Revision: 420847
- new version
- bump deps

* Mon Aug 10 2009 Götz Waschk <waschk@mandriva.org> 2.27.90-1mdv2010.0
+ Revision: 414399
- new version
- update patch 6

* Mon Jul 27 2009 Götz Waschk <waschk@mandriva.org> 2.27.5-1mdv2010.0
+ Revision: 400657
- update to new version 2.27.5

* Mon Jul 13 2009 Götz Waschk <waschk@mandriva.org> 2.27.4-1mdv2010.0
+ Revision: 395436
- bump webkit dep

  + Funda Wang <fwang@mandriva.org>
    - new version 2.27.4

* Tue Jun 16 2009 Götz Waschk <waschk@mandriva.org> 2.27.3-1mdv2010.0
+ Revision: 386259
- new version
- drop patch 11
- bump webkit dep
- remove python support

* Mon May 25 2009 Götz Waschk <waschk@mandriva.org> 2.27.2-1mdv2010.0
+ Revision: 379541
- update to new version 2.27.2

* Mon May 11 2009 Götz Waschk <waschk@mandriva.org> 2.27.1-1mdv2010.0
+ Revision: 374173
- new version
- rediff patch 10
- build with webkit

* Fri May 01 2009 Funda Wang <fwang@mandriva.org> 2.26.1-2mdv2010.0
+ Revision: 369566
- rebuild for new xulrunner

* Tue Apr 14 2009 Götz Waschk <waschk@mandriva.org> 2.26.1-1mdv2009.1
+ Revision: 366997
- new version
- drop patch 0

* Sat Mar 28 2009 Gustavo De Nardin <gustavodn@mandriva.com> 2.26.0-3mdv2009.1
+ Revision: 361840
- rebuild for xulrunner 1.9.0.8

* Thu Mar 19 2009 Götz Waschk <waschk@mandriva.org> 2.26.0-2mdv2009.1
+ Revision: 358175
- fix topic button (bug #48963)

* Sun Mar 15 2009 Götz Waschk <waschk@mandriva.org> 2.26.0-1mdv2009.1
+ Revision: 355468
- new version
- update file list

* Thu Mar 12 2009 Götz Waschk <waschk@mandriva.org> 2.25.91-3mdv2009.1
+ Revision: 354136
- rebuild for new xulrunner

* Tue Feb 24 2009 Oden Eriksson <oeriksson@mandriva.com> 2.25.91-2mdv2009.1
+ Revision: 344485
- P11: security fixes for CVE-2008-5985

* Tue Feb 17 2009 Götz Waschk <waschk@mandriva.org> 2.25.91-1mdv2009.1
+ Revision: 341213
- update to new version 2.25.91

* Tue Feb 03 2009 Funda Wang <fwang@mandriva.org> 2.25.5-2mdv2009.1
+ Revision: 337055
- rebuild for new xulrunner

* Sat Jan 24 2009 Götz Waschk <waschk@mandriva.org> 2.25.5-1mdv2009.1
+ Revision: 333250
- new version
- new plugin dir version
- bump gtk dep
- remove webkit build option

* Mon Jan 12 2009 Götz Waschk <waschk@mandriva.org> 2.24.3-1mdv2009.1
+ Revision: 328729
- update to new version 2.24.3

* Thu Dec 25 2008 Funda Wang <fwang@mandriva.org> 2.24.2.1-3mdv2009.1
+ Revision: 318833
- rebuild for new python

* Wed Dec 24 2008 Funda Wang <fwang@mandriva.org> 2.24.2.1-2mdv2009.1
+ Revision: 318281
- fix str fmt
- rediff defaults patch
- rebuild for new xulrunner

  + Oden Eriksson <oeriksson@mandriva.com>
    - lowercase ImageMagick

* Wed Nov 26 2008 Götz Waschk <waschk@mandriva.org> 2.24.2.1-1mdv2009.1
+ Revision: 306992
- update to new version 2.24.2.1

* Mon Nov 24 2008 Götz Waschk <waschk@mandriva.org> 2.24.2-1mdv2009.1
+ Revision: 306431
- update to new version 2.24.2

* Fri Nov 14 2008 Götz Waschk <waschk@mandriva.org> 2.24.1-2mdv2009.1
+ Revision: 303066
- rebuild for new xulrunner

* Tue Oct 21 2008 Götz Waschk <waschk@mandriva.org> 2.24.1-1mdv2009.1
+ Revision: 295936
- update to new version 2.24.1

* Mon Sep 29 2008 Götz Waschk <waschk@mandriva.org> 2.24.0.1-3mdv2009.0
+ Revision: 289233
- rebuild for new xulrunner

* Fri Sep 26 2008 Tiago Salem <salem@mandriva.com.br> 2.24.0.1-2mdv2009.0
+ Revision: 288709
- add strict version requires to xulrunner

* Wed Sep 24 2008 Götz Waschk <waschk@mandriva.org> 2.24.0.1-1mdv2009.0
+ Revision: 287713
- new version

* Mon Sep 22 2008 Götz Waschk <waschk@mandriva.org> 2.24.0-1mdv2009.0
+ Revision: 286974
- new version
- new directory version

* Mon Sep 01 2008 Götz Waschk <waschk@mandriva.org> 2.23.91-1mdv2009.0
+ Revision: 278667
- new version

* Sat Aug 30 2008 Götz Waschk <waschk@mandriva.org> 2.23.90-3mdv2009.0
+ Revision: 277515
- fix build deps again

* Sat Aug 30 2008 Götz Waschk <waschk@mandriva.org> 2.23.90-2mdv2009.0
+ Revision: 277509
+ rebuild (emptylog)

* Fri Aug 29 2008 Götz Waschk <waschk@mandriva.org> 2.23.90-1mdv2009.0
+ Revision: 277325
- fix build deps
- new version
- remove low contrast icon

* Thu Aug 07 2008 Götz Waschk <waschk@mandriva.org> 2.23.5-4mdv2009.0
+ Revision: 265950
- handle icon cache for other icon themes

* Wed Jul 30 2008 Götz Waschk <waschk@mandriva.org> 2.23.5-3mdv2009.0
+ Revision: 254664
- fix xulrunner dep
- fix avahi build dep
- fix deps of the devel package

* Tue Jul 29 2008 Götz Waschk <waschk@mandriva.org> 2.23.5-2mdv2009.0
+ Revision: 253010
- enable xulrunner build
- support building against xulrunner
- update build deps

* Tue Jul 22 2008 Götz Waschk <waschk@mandriva.org> 2.23.5-1mdv2009.0
+ Revision: 240071
- new version
- update license
- update api version
- fix configure options

* Wed Jul 16 2008 Oden Eriksson <oeriksson@mandriva.com> 2.22.2-3mdv2009.0
+ Revision: 236372
- rebuilt for mozilla-firefox-2.0.0.16

* Thu Jul 03 2008 Tiago Salem <salem@mandriva.com.br> 2.22.2-2mdv2009.0
+ Revision: 231246
- Rebuild for firefox 2.0.0.15

  + Pixel <pixel@mandriva.com>
    - rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas

* Tue May 27 2008 Götz Waschk <waschk@mandriva.org> 2.22.2-1mdv2009.0
+ Revision: 211621
- new version

  + Adam Williamson <awilliamson@mandriva.org>
    - update the webkit buildrequires

* Sun Apr 20 2008 Götz Waschk <waschk@mandriva.org> 2.22.1.1-2mdv2009.0
+ Revision: 195863
- rebuild for new firefox

* Wed Apr 09 2008 Götz Waschk <waschk@mandriva.org> 2.22.1.1-1mdv2009.0
+ Revision: 192459
- new version
- drop patch 10

* Wed Mar 26 2008 Götz Waschk <waschk@mandriva.org> 2.22.0-4mdv2008.1
+ Revision: 190448
- rebuild for firefox 2.0.0.13

* Thu Mar 20 2008 Adam Williamson <awilliamson@mandriva.org> 2.22.0-3mdv2008.1
+ Revision: 189108
- correct the webkitgtk buildrequire

* Fri Mar 14 2008 Frederic Crozat <fcrozat@mandriva.com> 2.22.0-2mdv2008.1
+ Revision: 187951
- Update patch6 for 2008.1 bookmarks
- Patch10 (SVN): fix crash in zeroconf bookmarks

* Mon Mar 10 2008 Götz Waschk <waschk@mandriva.org> 2.22.0-1mdv2008.1
+ Revision: 183329
- new version
- new extensions and plugins dir

* Mon Feb 25 2008 Götz Waschk <waschk@mandriva.org> 2.21.92-1mdv2008.1
+ Revision: 175142
- new version
- fix icon cache handling

  + Thierry Vignaud <tv@mandriva.org>
    - fix spacing at top of description

* Sun Feb 10 2008 Götz Waschk <waschk@mandriva.org> 2.21.90-2mdv2008.1
+ Revision: 164940
- build with firefox, not with webkit

  + Funda Wang <fwang@mandriva.org>
    - rebuild for new FF

  + Adam Williamson <awilliamson@mandriva.org>
    - fix it not to generate bogus requires for mozilla when building against webkit
    - add two missing buildrequires for webkit build

* Mon Jan 28 2008 Götz Waschk <waschk@mandriva.org> 2.21.90-1mdv2008.1
+ Revision: 159516
- new version

* Tue Jan 15 2008 Götz Waschk <waschk@mandriva.org> 2.21.5-1mdv2008.1
+ Revision: 152135
- new version
- set distributor to Mandriva

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

* Sun Dec 16 2007 Götz Waschk <waschk@mandriva.org> 2.21.4-1mdv2008.1
+ Revision: 120727
- new version
- drop patch 10
- new plugin dir version

* Wed Dec 12 2007 Götz Waschk <waschk@mandriva.org> 2.20.2-2mdv2008.1
+ Revision: 117697
- fix buildrequires
- rebuild for new firefox

* Tue Nov 27 2007 Götz Waschk <waschk@mandriva.org> 2.20.2-1mdv2008.1
+ Revision: 113318
- new version

* Thu Nov 22 2007 Pascal Terjan <pterjan@mandriva.org> 2.20.1-7mdv2008.1
+ Revision: 111321
- Update to WebKitGtk's API
- WebKitGdk is now WebKitGtk

* Thu Nov 22 2007 Frederic Crozat <fcrozat@mandriva.com> 2.20.1-6mdv2008.1
+ Revision: 111250
-Remove patch10, only enable pango for specific locales, to be consistent with our firefox package (and upstream)
-Clean specfile

* Sat Nov 17 2007 Funda Wang <fwang@mandriva.org> 2.20.1-5mdv2008.1
+ Revision: 109284
- rebuild for new lzma

* Mon Nov 05 2007 Götz Waschk <waschk@mandriva.org> 2.20.1-4mdv2008.1
+ Revision: 106064
- rebuild for new firefox

* Fri Oct 19 2007 Götz Waschk <waschk@mandriva.org> 2.20.1-3mdv2008.1
+ Revision: 100429
- rebuild for new firefox

* Thu Oct 18 2007 Funda Wang <fwang@mandriva.org> 2.20.1-2mdv2008.1
+ Revision: 99854
- Rebuild against FF 2.0.0.7

* Mon Oct 15 2007 Götz Waschk <waschk@mandriva.org> 2.20.1-1mdv2008.1
+ Revision: 98736
- new version

* Mon Sep 17 2007 Götz Waschk <waschk@mandriva.org> 2.20.0-1mdv2008.0
+ Revision: 89329
- new version
- update plugin dir

  + Michael Scherer <misc@mandriva.org>
    - add a switch to build epiphany with webkit enginie. For the moment, it doesn't correctly work
      ( no css during my test ).

  + Frederic Crozat <fcrozat@mandriva.com>
    - Hide bookmark editor menu entry by default
    - Don't associate this menu entry to GNOME bugzilla, main .desktop is enough

* Tue Aug 28 2007 Götz Waschk <waschk@mandriva.org> 2.19.91-1mdv2008.0
+ Revision: 72379
- new version

* Tue Aug 14 2007 Götz Waschk <waschk@mandriva.org> 2.19.90-1mdv2008.0
+ Revision: 63149
- new version
- add new icons for the accessability themes

* Tue Jul 31 2007 Götz Waschk <waschk@mandriva.org> 2.19.6-2mdv2008.0
+ Revision: 57227
- rebuild

* Mon Jul 30 2007 Götz Waschk <waschk@mandriva.org> 2.19.6-1mdv2008.0
+ Revision: 56757
- new version
- update file list

* Mon Jul 09 2007 Götz Waschk <waschk@mandriva.org> 2.19.5-1mdv2008.0
+ Revision: 50712
- new version

* Fri Jun 15 2007 Götz Waschk <waschk@mandriva.org> 2.19.2-3mdv2008.0
+ Revision: 39891
- call unversioned automake
- rebuild for new ff
- new version
- fix directory listing

  + Anssi Hannula <anssi@mandriva.org>
    - rebuild with correct optflags

* Mon May 28 2007 Götz Waschk <waschk@mandriva.org> 2.18.2-1mdv2008.0
+ Revision: 32175
- new version

* Tue Apr 17 2007 Götz Waschk <waschk@mandriva.org> 2.18.1-1mdv2008.0
+ Revision: 13876
- new verison
- drop patch


* Fri Mar 23 2007 Frederic Crozat <fcrozat@mandriva.com> 2.18.0-5mdv2007.1
+ Revision: 148582
- Force rebuild (again)

* Fri Mar 23 2007 Götz Waschk <waschk@mandriva.org> 2.18.0-4mdv2007.1
+ Revision: 148364
- rebuild for new firefox

* Fri Mar 23 2007 Emmanuel Andry <eandry@mandriva.org> 2.18.0-3mdv2007.1
+ Revision: 148211
- rebuild for mozilla-firefox 2.0.0.3

* Mon Mar 19 2007 Frederic Crozat <fcrozat@mandriva.com> 2.18.0-2mdv2007.1
+ Revision: 146427
- Update patch0 with upstream fix

* Sun Mar 11 2007 Götz Waschk <waschk@mandriva.org> 2.18.0-1mdv2007.1
+ Revision: 141422
- new version

* Mon Feb 26 2007 Götz Waschk <waschk@mandriva.org> 2.17.92-1mdv2007.1
+ Revision: 126111
- new version

* Mon Feb 12 2007 Götz Waschk <waschk@mandriva.org> 2.17.91-1mdv2007.1
+ Revision: 120107
- new version

* Mon Jan 22 2007 Götz Waschk <waschk@mandriva.org> 2.17.90-1mdv2007.0
+ Revision: 111918
- new version

* Tue Jan 09 2007 Frederic Crozat <fcrozat@mandriva.com> 2.17.5-1mdv2007.1
+ Revision: 106601
- Release 2.17.5
- Enable experimental spellchecker (enable with layout.spellcheckDefault=1 in about:config) (Reinouts)

* Mon Jan 08 2007 Götz Waschk <waschk@mandriva.org> 2.17.4-2mdv2007.1
+ Revision: 106102
- rebuild

* Tue Dec 19 2006 Götz Waschk <waschk@mandriva.org> 2.17.4-1mdv2007.1
+ Revision: 99064
- new version

* Sun Dec 10 2006 Götz Waschk <waschk@mandriva.org> 2.17.3-3mdv2007.1
+ Revision: 94534
- fix mozilla plugin dir on x86_64 (bug #21868)

* Thu Dec 07 2006 Götz Waschk <waschk@mandriva.org> 2.17.3-2mdv2007.1
+ Revision: 92046
- fix firefox detection

* Tue Dec 05 2006 Götz Waschk <waschk@mandriva.org> 2.17.3-1mdv2007.1
+ Revision: 91011
- new version

* Tue Nov 28 2006 Götz Waschk <waschk@mandriva.org> 2.17.2-3mdv2007.1
+ Revision: 88170
- fix buildrequires
- bot rebuild
- new version

* Wed Nov 22 2006 Götz Waschk <waschk@mandriva.org> 2.16.2-2mdv2007.1
+ Revision: 86417
- bot rebuild
- new version
- drop patch 0

* Thu Nov 09 2006 Götz Waschk <waschk@mandriva.org> 2.16.1-5mdv2007.1
+ Revision: 79182
- rebuild for new firefox

  + Frederic Crozat <fcrozat@mandriva.com>
    -Remove bzipped patches
    -regenerate patch10 to not display warning about pango
    -install all schemas, including font and pango one

* Sat Nov 04 2006 Götz Waschk <waschk@mandriva.org> 2.16.1-4mdv2007.1
+ Revision: 76542
- fix crash on exit with new dbus

* Fri Oct 13 2006 Götz Waschk <waschk@mandriva.org> 2.16.1-3mdv2007.1
+ Revision: 63834
- rebuild
- unpack patches
- Import epiphany

* Fri Oct 06 2006 Götz Waschk <waschk@mandriva.org> 2.16.1-1mdv2007.0
- New version 2.16.1

* Sat Sep 16 2006 Frederic Crozat <fcrozat@mandriva.com> 2.16.0-3mdv2007.0
- Rebuild with new firefox
- Remove patch8, bug fixed at firefox level

* Thu Sep 07 2006 Frederic Crozat <fcrozat@mandriva.com> 2.16.0-2mdv2007.0
- copy web-browser.png as epiphany.png to fix launcher created with 
  old versions of the package

* Mon Sep 04 2006 Götz Waschk <waschk@mandriva.org> 2.16.0-1mdv2007.0
- New release 2.16.0

* Tue Aug 29 2006 Frederic Crozat <fcrozat@mandriva.com> 2.15.92-2mdv2007.0
- Patch9: always enable pango
- no longer requires mozilla-firefox package itself

* Wed Aug 23 2006 Götz Waschk <waschk@mandriva.org> 2.15.92-1mdv2007.0
- update patch 8
- New release 2.15.92

* Fri Aug 11 2006 Götz Waschk <waschk@mandriva.org> 2.15.91-3mdv2007.0
- fix patch 8 again

* Fri Aug 11 2006 Götz Waschk <waschk@mandriva.org> 2.15.91-2mdv2007.0
- fix patch 8

* Wed Aug 09 2006 Götz Waschk <waschk@mandriva.org> 2.15.91-1mdv2007.0
- New release 2.15.91

* Fri Aug 04 2006 Götz Waschk <waschk@mandriva.org> 2.15.4-1mdv2007.0
- rebuild for new firefox

* Thu Aug 03 2006 Frederic Crozat <fcrozat@mandriva.com> 2.15.4-3mdv2007.0
- Rebuild with latest dbus

* Mon Jul 31 2006 Götz Waschk <waschk@mandriva.org> 2.15.4-2mdv2007.0
- remove icon
- rebuild for new firefox

* Wed Jul 12 2006 Götz Waschk <waschk@mandriva.org> 2.15.4-1mdv2007.0
- update patch 8
- depend on dbus-x11
- New release 2.15.4

* Thu Jun 22 2006 Götz Waschk <waschk@mandriva.org> 2.15.3-3mdv2007.0
- fix buildrequires

* Tue Jun 20 2006 Frederic Crozat <fcrozat@mandriva.com> 2.15.3-2mdv2007.0
- Switch to XDG menu
- use new macros
- Change menu icons

* Mon Jun 12 2006 Götz Waschk <waschk@mandriva.org> 2.15.3-1mdv2007.0
- drop patch 10
- rediff patch 8
- New release 2.15.3

* Wed Jun 07 2006 Frederic Crozat <fcrozat@mandriva.com> 2.15.2-1mdv2007.0
- Release 2.15.2
- Regenerate patch8
- Patch10 (CVS): fix bookmark crash (GNOME bug #343922)

* Tue Jun 06 2006 Götz Waschk <waschk@mandriva.org> 2.14.2.1-1mdv2007.1
- Rebuild

* Wed May 31 2006 Götz Waschk <waschk@mandriva.org> 2.14.2.1-1mdv2007.0
- New release 2.14.2.1

* Tue May 30 2006 Götz Waschk <waschk@mandriva.org> 2.14.2-1mdk
- New release 2.14.2

* Tue May 16 2006 Götz Waschk <waschk@mandriva.org> 2.14.1.1-1mdk
- New release 2.14.1.1

* Thu May 04 2006 Götz Waschk <waschk@mandriva.org> 2.14.1-4mdk
- rebuild for new firefox

* Sat Apr 22 2006 Götz Waschk <waschk@mandriva.org> 2.14.1-3mdk
- rebuild for new firefox

* Fri Apr 21 2006 Frederic Crozat <fcrozat@mandriva.com> 2.14.1-2mdk
- Fix build

* Thu Apr 20 2006 Frederic Crozat <fcrozat@mandriva.com> 2.14.1-1mdk
- Release 2.14.1
- Regenerate patches 6, 8
- Remove patch7 (merged upstream)

* Sat Apr 08 2006 Frederic Crozat <fcrozat@mandriva.com> 1.8.5-4mdk
- Patch9: set urpmi and bundles as safe mimetypes (Mdk bug #21892)

* Tue Feb 21 2006 Frederic Crozat <fcrozat@mandriva.com> 1.8.5-3mdk
- Patch8: remove firefox part of useragent, Java crashes if it is 
  too long (GNOME bug #330231)

* Tue Feb 21 2006 Frederic Crozat <fcrozat@mandriva.com> 1.8.5-2mdk
- Fix buildrequires
- Fix gnome-doc-utils requires/buildrequires
- allow to disable python support

* Mon Feb 13 2006 Götz Waschk <waschk@mandriva.org> 1.8.5-1mdk
- New release 1.8.5

* Mon Feb 06 2006 Götz Waschk <waschk@mandriva.org> 1.8.4.1-1mdk
- New release 1.8.4.1

* Fri Feb 03 2006 Götz Waschk <waschk@mandriva.org> 1.8.3-6mdk
- rebuild for new mozilla-firefox

* Tue Jan 31 2006 Götz Waschk <waschk@mandriva.org> 1.8.3-5mdk
- provide and obsolete pyphany

* Thu Jan 26 2006 Frederic Crozat <fcrozat@mandriva.com> 1.8.3-4mdk
- Rebuild with new dbus

* Tue Jan 10 2006 Frederic Crozat <fcrozat@mandriva.com> 1.8.3-3mdk
- Patch7: fix gecko detection broken by multiarch
- Rebuild with FF 1.5

* Thu Dec 01 2005 Frederic Crozat <fcrozat@mandriva.com> 1.8.3-2mdk
- Don't enforce mozilla/firefox version in the spec file, only
  enforce the version used at build time (easier backport, idea 
  from lifeara package)

* Mon Nov 28 2005 Götz Waschk <waschk@mandriva.org> 1.8.3-1mdk
- New release 1.8.3

* Fri Nov 18 2005 Oden Eriksson <oeriksson@mandriva.com> 1.8.2-7mdk
- rebuilt against openssl-0.9.8a

* Wed Oct 26 2005 Götz Waschk <waschk@mandriva.org> 1.8.2-6mdk
- rebuild for new firefox

* Tue Oct 18 2005 Frederic Crozat <fcrozat@mandriva.com> 1.8.2-4mdk
- Fix extensions directory location in package

* Mon Oct 10 2005 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.8.2-3mdk
- add BuildRequires: gnome-doc-utils

* Sat Oct 08 2005 Götz Waschk <waschk@mandriva.org> 1.8.2-2mdk
- fix buildrequires

* Sat Oct 08 2005 Frederic Crozat <fcrozat@mandriva.com> 1.8.2-1mdk
- Release 1.8.2
- Remove patches 8, 11, 12, 13 (merged upstream)

* Thu Sep 15 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.5-6mdk 
- Fix url
- Add requires_exception to prevent from asking mozilla

* Sat Sep 10 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.5-5mdk 
- Update patch6 with new bookmarks
- Remove patch5, no longer needed

* Sat Sep 03 2005 Götz Waschk <waschk@mandriva.org> 1.6.5-4mdk
- rebuild to remove glitz dep

* Tue Aug 30 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.5-3mdk 
- Patch13 (CVS): don't loose selection when switching between tabs

* Tue Aug 23 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.5-2mdk 
- Patch12: fix error when installing schema

* Mon Aug 15 2005 Götz Waschk <waschk@mandriva.org> 1.6.5-1mdk
- replace prereq
- drop patches 12,13
- update patch 8
- New release 1.6.5

* Tue Aug 02 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.4-8mdk 
- Fix patch6 (Mdk bug #17147)
- Patch13 (CVS): fix choosing homepage in preferences

* Sat Jul 30 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.4-7mdk 
- Update patch6 with correct url for our websites
- Merge patch13 in patch1 and change default download dir to desktop

* Sat Jul 30 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.4-6mdk 
- Patch13 : add find in the default loaded extensions

* Sat Jul 30 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.4-5mdk 
- Patch12 (CVS): fix focus behaviour

* Sat Jul 30 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.4-4mdk 
- Rebuild with FF 1.0.6
- Update icons (Mdk bug #17055)

* Wed Jul 20 2005 Götz Waschk <waschk@mandriva.org> 1.6.4-3mdk
- fix devel deps

* Wed Jul 20 2005 Götz Waschk <waschk@mandriva.org> 1.6.4-2mdk
- enable dbus

* Thu Jul 07 2005 Götz Waschk <waschk@mandriva.org> 1.6.4-1mdk
- New release 1.6.4

* Thu May 26 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.3-5mdk 
- Rebuild with FF 1.0.4

* Wed May 04 2005 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.6.3-4mdk
- add BuildRequires: gnome-common (needed when running autoconf)

* Tue May 03 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.3-3mdk 
- Fix build on x86-64
- only apply patch5 on x86

* Fri Apr 29 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.3-2mdk 
- Add dependencies on iso-codes package

* Sun Apr 24 2005 Götz Waschk <waschk@mandriva.org> 1.6.3-1mdk
- New release 1.6.3

* Fri Apr 22 2005 Götz Waschk <waschk@mandriva.org> 1.6.2-3mdk
- fix buildrequires

* Fri Apr 22 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.2-2mdk 
- Oops, fix forgotten macro

* Fri Apr 22 2005 Frederic Crozat <fcrozat@mandriva.com> 1.6.2-1mdk 
- Release 1.6.2 (based on Götz Waschk package)
- Regenerate patches 5 & 8
- Remove patches 7, 9, 10 (merged upstream)

* Sat Apr 02 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.8-8mdk 
- Patch11 (CVS): disable Firefox image resizing

* Thu Mar 24 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.8-7mdk 
- Rebuild for FF 1.0.2

* Thu Mar 17 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.8-6mdk 
- Update patch7
- Patch8 (CVS): fix various crashes
- Patch9 (CVS): fix pointer grab

* Thu Mar 10 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.8-5mdk 
- own extensions dir (Mdk bug #14421)

* Sun Feb 27 2005 Götz Waschk <waschk@linux-mandrake.com> 1.4.8-4mdk
- rebuild for new mozilla-firefox

* Tue Feb 22 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.8-3mdk 
- Drop webclient-gnome/kde alternatives

* Tue Feb 22 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.8-2mdk 
- Now build with firefox as backend, instead of mozilla
- Patch7 (CVS): fix typeahead with firefox
- Patch8: accept mozilla-firefox as product

* Mon Feb 14 2005 Götz Waschk <waschk@linux-mandrake.com> 1.4.8-1mdk
- New release 1.4.8

* Thu Jan 06 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.7-3mdk 
- Rebuild with latest howl

* Mon Dec 20 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.7-2mdk 
- Rebuild with mozilla 1.7.5

* Mon Dec 20 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.4.7-1mdk
- New release 1.4.7

* Mon Nov 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.6-2mdk
- Patch6: add default bookmarks
- Disable epiphany filechooser, use Mozilla one (ie GTK2 one now)

* Mon Nov 29 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.4.6-1mdk
- New release 1.4.6

* Sun Nov 14 2004 Götz Waschk <waschk@linux-mandrake.com> 1.4.5-1mdk
- add the man page
- remove unpackaged files
- New release 1.4.5

* Tue Nov 09 2004 Götz Waschk <waschk@linux-mandrake.com> 1.4.4-1mdk
- bump mozilla version
- fix omf file listing
- New release 1.4.4
- Remove patches 6 & 7, 8 (merged upstream)

* Thu Sep 09 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.8-4mdk
- Update patch 7 (drop one patch, cause warning)
- Patch8 (CVS): add always fullscreen mode
- Install lockdown schema too

* Wed Sep 01 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.8-3mdk
- Patch7 (CVS): various bug fixes

* Thu Aug 19 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.8-2mdk
- Rebuild with mozilla 1.7.2

* Tue Aug 17 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.2.8-1mdk
- New release 1.2.8

* Tue Aug 10 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.7-2mdk
- Remove patch 0 (handled by mozilla now)

* Tue Aug 03 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.2.7-1mdk
- New release 1.2.7

* Fri Jul 09 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.6-3mdk
- Add lang tag to omf file

* Thu Jun 24 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.6-2mdk
- Rebuild against mozilla 1.7 final

* Tue Jun 15 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.2.6-1mdk
- New release 1.2.6

* Fri Jun 11 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.5-2mdk
- reallow libtoolize
- rebuild for new g++

* Wed May 05 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.5-1mdk
- fix buildrequires again
- New release 1.2.5

* Sun May 02 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.4-3mdk
- fix buildrequires

* Thu Apr 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.4-2mdk
- Rebuild for Mozilla 1.7

* Wed Apr 28 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.2.4-1mdk
- New release 1.2.4

* Tue Apr 27 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.3-3mdk
- fix buildrequires

* Fri Apr 23 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.3-2mdk
- fix devel requires, according to the pkgconfig file

* Tue Apr 20 2004 Götz Waschk <waschk@linux-mandrake.com> 1.2.3-1mdk
- new version

* Wed Apr 07 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.2-1mdk
- Release 1.2.2 (with Götz help)
- fix buildrequires
- drop patches 2,3,4
- devel package requires new glib
- fix file list
- Patch6 : fix parallel build

* Tue Mar 23 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.7-7mdk
- Patch5 (galeon): Add gcc2 ABI for old plugin (Realplayer)