File epiphany-extensions.changes of Package epiphany-extensions

-------------------------------------------------------------------
Tue Mar 27 06:41:15 UTC 2012 - vuntz@opensuse.org

- Update to version 3.4.0:
  + Build fix.
  + Updated translations.
- Drop epiphany-extensions-fix-help.patch: fixed upstream.

-------------------------------------------------------------------
Tue Feb 28 10:38:11 UTC 2012 - vuntz@opensuse.org

- Add epiphany-extensions-fix-help.patch: fix installation of help
  files, so we don't break the build of bundle-lang-gnome-extras.

-------------------------------------------------------------------
Sat Feb 25 20:42:02 UTC 2012 - dimstar@opensuse.org

- Update to version 3.3.90:
  + Completely new AdBlocker extension
  + Updated all extensions for API and UI changes in Epiphany
  + Disable certificates extension, it uses XUL and nobody had
    noticed
  + Default to xz compression
  + Updated translations.
- Drop epiphany-extensions-ephy-3.3.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
  as they were only needed for the patch above.

-------------------------------------------------------------------
Wed Dec 21 13:20:49 UTC 2011 - vuntz@opensuse.org

- Add epiphany-extensions-ephy-3.3.patch: build against epiphany
  3.3.x, taken from git.
- Add gnome-common BuildRequires and call to gnome-autogen.sh,
  needed for the above patch.

-------------------------------------------------------------------
Sat Oct  8 22:04:05 CEST 2011 - zaitor@opensuse.org

- Update to version 3.2.0:
  + Update soup-fly to not use deprecated GtkHBox and GtkVBox.
  + Prevent a crash in the adblock extension.
  + Updated translations.
- Drop epiphany-extensions-ephy-3.2.patch and
  epiphany-extensions-gtk-box.patch: fixed upstream.

-------------------------------------------------------------------
Wed Oct  5 08:56:30 UTC 2011 - dimstar@opensuse.org

- Change epiphany-devel BuildRequires to >= 3.2, as that's what
  epiphany-extensions-ephy-3.2.patch introduces as dependency.

-------------------------------------------------------------------
Wed Sep 28 06:45:08 UTC 2011 - vuntz@opensuse.org

- Add epiphany-extensions-ephy-3.2.patch: fix build with epiphany
  3.2.

-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

-------------------------------------------------------------------
Thu Jul  7 10:43:48 CEST 2011 - vuntz@opensuse.org

- Add epiphany-extensions-gtk-box.patch to fix build with GTK+
  3.1.x.

-------------------------------------------------------------------
Mon Apr 11 08:21:48 UTC 2011 - fcrozat@novell.com

- Update to version 3.0.0:
  + Fix build with epiphany 3.0.0.

-------------------------------------------------------------------
Thu Mar 24 09:19:20 UTC 2011 - fcrozat@novell.com

- Update to version 2.91.92:
  + Update greasemonkey extension for the removal of
    EphyEmbedPersist in Epiphany.

-------------------------------------------------------------------
Fri Feb 25 14:06:14 UTC 2011 - fcrozat@novell.com

- Update to version 2.91.90:
  + Update to use GTK+ 3.0.
  + Remove gconf dependency.
  + Remove tab-groups extension: Epiphany does it by default now.
  + Temporarily disabled auto-scroller, it doesn't build with
    GTK+ 3.0.
  + Updated translations.
- Remove gconf2-devel BuildRequires.
- Change libwebkitgtk-devel BuildRequires to libwebkitgtk3-devel.
- Use %glib2_gsettings_schema_* macros.
- Stop using --with-extensions in configure: some extensions don't
  build anymore, and the default set is good enough for us.

-------------------------------------------------------------------
Sun Feb 13 18:35:49 CET 2011 - vuntz@opensuse.org

- Pass %{?no_lang_C} to %find_lang so that english documentation
  can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
  english documentation is not there anymore.

-------------------------------------------------------------------
Tue Dec 14 15:13:25 CET 2010 - vuntz@opensuse.org

- Own /usr/share/gnome and /usr/share/gnome/help to fix build.

-------------------------------------------------------------------
Thu Aug 19 12:33:05 CEST 2010 - dimstar@opensuse.org

- Update to version 2.32.0:
  + Remove deprecated GTK+ symbols
  + Update html5tube extension to handle the latest youtube layout
    changes.

-------------------------------------------------------------------
Sat Aug  7 12:26:28 CEST 2010 - vuntz@opensuse.org

- Change libwebkit-devel BuildRequires (and Requires of devel
  package) to libwebkitgtk-devel, since this package got renamed.

-------------------------------------------------------------------
Thu May 13 11:55:41 CEST 2010 - dimstar@opensuse.org

- Update to version 2.30.1:
  + Fix a few compiler warnings.

-------------------------------------------------------------------
Fri Apr  9 17:16:13 CEST 2010 - vuntz@opensuse.org

- Automatically detect the API version from epiphany's pkg-config
  file, which enables us to not have a variable we will have to
  change every time epiphany changes.

-------------------------------------------------------------------
Thu Apr  1 12:49:24 CEST 2010 - vuntz@opensuse.org

- Update to version 2.30.0:
  + Fix an adblock problem that yield false positives.
  + Fix build with latest GTK+.
  + Updated translations.

-------------------------------------------------------------------
Wed Mar 31 01:42:23 CEST 2010 - vuntz@opensuse.org

- Fix build against epiphany 2.30.

-------------------------------------------------------------------
Tue Feb 23 09:32:57 CET 2010 - vuntz@opensuse.org

- Update to version 2.29.91:
  + New extension:
    - tab-key-tab-navigate: use Control+Tab to switch tabs.
  + Usual extensions:
    - Actions extension works again with current master.
    - Sidebar extension was removed.
  + Updated translations.
- Remove libglade2-devel BuildRequires.

-------------------------------------------------------------------
Fri Jan 29 19:04:40 CET 2010 - vuntz@opensuse.org

- Update to version 2.29.6:
  + New extension:
    - html5tube: view YouTube videos without Flash, using the
      internal media player.
  + Re-enabled extensions:
    - Re-enable gestures extension.
    - Re-enable rss extension.
  + Changes and fixes:
    - push-scroller: don't jump on drag-start.
    - push-scroller: avoid eating middle-clicks for paste-open
      urls.
    - rss: fix a crasher when showing the subscription dialog a
      second time.
    - rss: don't show subscribe button for every link.
    - greasemonkey: don't show install user script button for every
      link.
  + Updated translations.
- Drop epiphany-extensions-api-change.patch: was taken from
  upstream, and remove gnome-common BuildRequires which was needed
  for the patch.
- Explicitly request greasemonkey, gestures, rss extensions with
  the --with-extensions configure flag.

-------------------------------------------------------------------
Sat Jan 16 04:08:52 CET 2010 - vuntz@opensuse.org

- Update epiphany-extensions-api-change.patch to fix build with
  epiphany 2.29.5: the API version of epiphany has changed to 2.29.
- Remove .la files.

-------------------------------------------------------------------
Thu Dec 24 12:20:18 CET 2009 - vuntz@opensuse.org

- Add epiphany-extensions-api-change.patch to fix build with latest
  epiphany.
- Add gnome-common BuildRequires, needed by the patch.
- Version the Provides/Obsoletes of epiphany-plugins to avoid a
  rpmlint warning.

-------------------------------------------------------------------
Fri Dec  4 19:59:09 CET 2009 - vuntz@opensuse.org

- Update to version 2.28.1:
  + greasemonkey: use correct accessor to get the view from embed

-------------------------------------------------------------------
Tue Sep 22 18:15:02 CEST 2009 - dimstar@opensuse.org

- Update to version 2.28.0:
  + bgo#586552 - Fix adblock .glade file to avoid crashes when
    converting to .ui
  + bgo#594482 - Update RSS extension to new APIs
  + Do not block URIs that match the /ad?/ regexp.

-------------------------------------------------------------------
Wed Sep  9 17:40:44 CEST 2009 - vuntz@opensuse.org

- Update to version 2.27.92:
  + Enable silent build with automake 1.11.
  + Re-enable adblock functionality.
  + Fix tab-states for newer Epiphany API.
  + Updated translations.

-------------------------------------------------------------------
Tue Aug 25 17:21:22 CEST 2009 - vuntz@novell.com

- Update to version 2.27.91:
  + Fix soup-fly progress bars.
  + Updated translations.
- Use spec-cleaner to reorder lines in preamble.

-------------------------------------------------------------------
Mon Aug  3 23:52:30 CEST 2009 - vuntz@novell.com

- Update to version 2.27.5:
  + Add some more detailed information to Soup Fly.
  + ephy-auto-scroller: adjust to recent changes, and cleanups.
  + Updated translations.
- Remove pcre-devel and python-devel BuildRequires.

-------------------------------------------------------------------
Mon Jul 20 19:38:33 CEST 2009 - dominique-obs@leuenberger.net

- Update to version 2.27.4:
  + Add initial version of SoupFly.
  + Remove python extensions.
  + greasemonkey: port to GRegex from pcre.
  + ephy-auto-scroller: adapt to new epiphany API.
  + epilicious: add diigo backend.
  + some port to GtkBuilder.
  + port to WebKit.
- Remove mozilla-xulrunner from BuildRequires and Requires.
- Add libwebkit-devel BuildRequires.
- Remove gconf handling: there's no schema anymore.

-------------------------------------------------------------------
Mon Apr 13 04:02:07 CEST 2009 - mboman@suse.de

- Update to version 2.26.1:
  + actions: fix usage of format_secondary_text

-------------------------------------------------------------------
Mon Mar 16 14:46:16 CET 2009 - sbrabec@suse.cz

- Added support for translation-update-upstream (FATE#301344).

-------------------------------------------------------------------
Sun Mar 15 19:17:32 CET 2009 - vuntz@novell.com

- Update to version 2.26.0:
  + Remove filterset.G update button from the UI for now.
- Do not package omf files twice (they are in the lang package
  too).
- Remove AutoReqProv: it's default now.

-------------------------------------------------------------------
Tue Feb 17 04:13:32 CET 2009 - vuntz@novell.com

- Update to version 2.25.91:
  + Remove engine check.
  + Restore ICONDIR variable.
- Drop epiphany-extensions-no-engine-test.patch: fixed upstream.
- Drop epiphany-extensions-support-2.25.patch: not needed anymore.
- Update major_version to 2.26.
- Add lang_version since the po files don't use the same version...
- Do not call autoreconf.
- Do not call update-mime-database in post/postun: there's
  absolutely no reason to do this since this package doesn't handle
  any mime type.
- Remove BuildRequires: docbook_4, gnome-common, gnutls-devel,
  libgnomeprintui-devel, libwnck-devel, perl-XML-Parser,
  scrollkeeper, update-desktop-files
- Add BuildRequires: dbus-1-glib-devel, gconf2-devel

-------------------------------------------------------------------
Wed Feb  4 14:37:00 CET 2009 - vuntz@novell.com

- Update to version 2.24.3:
  + Updated translations.
- Add epiphany-extensions-support-2.25.patch to build with epiphany
  2.25.

-------------------------------------------------------------------
Sat Jan 31 20:46:07 CET 2009 - vuntz@novell.com

- Use sr@latin instead of sr@Latn.

-------------------------------------------------------------------
Tue Nov  4 10:51:58 CET 2008 - vuntz@novell.com

- Don't require mozilla-xulrunner181-devel anymore since we require
  190 now. Also, remove some old %if we're not interested anymore
- Use >=, not =, to require xulrunner versions, as in epiphany.

-------------------------------------------------------------------
Tue Oct 21 21:40:34 EST 2008 - mboman@suse.de

- Update to version 2.24.1:
  + Use and enforce single header includes for GTK+ and GLib.
  + Fix bgo#556326
  + Avoid a corner case for _load_status_cb
  + Check for a license on extension load
  + Don't show the CC eventbox on extension load  + 

-------------------------------------------------------------------
Tue Oct  7 11:37:55 CEST 2008 - meissner@suse.de

- build against xulrunner190, just like epiphany.

-------------------------------------------------------------------
Tue Sep 23 16:19:19 CDT 2008 - maw@suse.de

- Update to version 2.24.0:
  + Updated translations.

-------------------------------------------------------------------
Tue Sep 23 16:17:00 CDT 2008 - maw@suse.de

- Build against mozilla-xulrunner 190.

-------------------------------------------------------------------
Mon Sep 15 12:14:07 EDT 2008 - jpr@novell.com

- Update to version 2.23.91:
    * bgo#521880 – smart bookmarks extension doesn't work
    * bgo#545089 – FTBFS, needs -UGTK_DISABLE_DEPRECATED
    * bgo#544928 – RFE: Update build scripts for Ephy 2.23.x
- Drop epiphany-extensions-ephy-2.23.patch, 2.23 is supported 
  upstream now

-------------------------------------------------------------------
Tue Aug 26 13:58:17 CEST 2008 - vuntz@novell.com

- Add epiphany-extensions-ephy-2.23.patch to fix compilation with
  epiphany 2.23.

-------------------------------------------------------------------
Sun Mar 23 17:18:56 CET 2008 - vuntz@suse.de

- Add libglade2-devel buildrequire to fix build. 

-------------------------------------------------------------------
Mon Mar 17 16:02:32 CET 2008 - maw@suse.de

- Update to version 2.22.0:
  + Adblock now has a UI
  + Page info shows if a media/link is blocked (if adblock is
    enabled)
  + Add gconf schemas to the smart-bookmarks extension
  + Remove frame around the adblock icon
  + Fixes for mozilla API changes.

-------------------------------------------------------------------
Thu Feb 28 02:02:50 CET 2008 - jpr@suse.de

- Update to 2.21.92
  + Remove gnome-vfs dependency
  + Updates to work with new epiphany
  + Translations
- Remove epiphany-extensions-gcc4.3-fixes.patch, it was upstreamed

-------------------------------------------------------------------
Wed Nov  7 18:44:12 CET 2007 - maw@suse.de

- Update to version 2.20.1 (another cosmetic version bump)
- Add epiphany-extensions-gcc4.3-fixes.patch.

-------------------------------------------------------------------
Thu Oct 11 16:39:37 CEST 2007 - sbrabec@suse.cz

- Removed bogus dependency on mDNSResponder.

-------------------------------------------------------------------
Mon Sep 17 23:58:43 CEST 2007 - mauro@asuse.de

- Updated for version 2.20 (Just bumped the version).

-------------------------------------------------------------------
Fri Aug 31 17:03:39 CEST 2007 - maw@suse.de

- Update to version 2.19.90:
  + Icon installation cleanup
  + Fix for b.g.o #437648.

-------------------------------------------------------------------
Wed Aug  8 17:37:00 CEST 2007 - maw@suse.de

- Split off a -lang subpackage.

-------------------------------------------------------------------
Thu Aug  2 23:53:05 CEST 2007 - maw@suse.de

- Update to version 2.19.6:
  + In-progress work to give Adblock a UI
  + Page info shows if a media/link is blocked (if Adblock is on)
  + Add gconf schemas to the smart-bookmarks extension
  + Remove the frame from around the Adblock icon to make its
    visual appearance match others
  + Sync with recent Mozilla API changes
- Use %fdupes.

-------------------------------------------------------------------
Sat Jul 14 18:27:21 CEST 2007 - aj@suse.de

- It's really libwnck-devel.

-------------------------------------------------------------------
Mon Jul  9 23:29:53 CEST 2007 - maw@suse.de

- Update to version 2.19.5
- Bug fixes
- Buildrequire libwnck-1-22-devel instead of libwnck-devel.

-------------------------------------------------------------------
Wed May 16 15:26:07 CEST 2007 - sbrabec@suse.cz

- Added Supplements: epiphany.

-------------------------------------------------------------------
Mon Apr  2 14:59:54 CDT 2007 - maw@suse.de

- Update to version 2.18.0
- Update the URL in Source:
- b.g.o 348331, 412924, 352082, 342951, 342951, 395763, and 357052.

-------------------------------------------------------------------
Wed Jan 10 17:22:42 CET 2007 - sbrabec@suse.cz

- Spec file cleanup.

-------------------------------------------------------------------
Sat Dec 30 09:49:05 GMT 2006 - james@usr-local-bin.org

- Change prefix to /usr.

-------------------------------------------------------------------
Fri Dec  1 12:57:52 CET 2006 - sbrabec@suse.cz

- Fixed xulrunner dependencies for older products.

-------------------------------------------------------------------
Tue Nov  7 19:19:35 CET 2006 - sbrabec@suse.cz

- Use exact xulrunner version 181 (#216100).

-------------------------------------------------------------------
Tue Nov  7 13:09:43 CET 2006 - meissner@suse.de

- use RPM_OPT_FLAGS also for C++

-------------------------------------------------------------------
Fri Oct 13 04:47:01 CEST 2006 - danw@suse.de

- Remove dead patches
- Update for gnome-doc-utils-devel

-------------------------------------------------------------------
Mon Oct  2 23:21:08 CEST 2006 - jhargadon@suse.de

- update to version 2.16.1
- Sync with epiphany 

-------------------------------------------------------------------
Fri Sep 15 16:50:43 CEST 2006 - jhargadon@suse.de

- update to version 2.16.0
- Fix varargs
- Sync with epiphany 

-------------------------------------------------------------------
Fri Sep  1 02:03:39 CEST 2006 - jhargadon@suse.de

- update to version 2.15.2
- Live HTTP Headers
- Update Adblock with last blacklist from upstream
- Update intltool requirement to 0.35
- Drop support for gecko 1.7
- Don't ship dashboard extension (too broken)
- Don't ship imagebar extension (too broken)
- Show a notification dialog when a duplicate sidebar is added [#333306]
- translation updates
- Make the Extension Manager reflect which extensions are enabled,
         not which are active. Fixes bug #164704
- Remove references to bookmarks-tray 

-------------------------------------------------------------------
Mon Apr 24 13:26:19 CEST 2006 - sbrabec@suse.cz

- Typo fix in cs.po.

-------------------------------------------------------------------
Wed Jan 25 21:31:24 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Thu Dec  1 18:51:44 CET 2005 - gekker@suse.de

- Update to version 1.8.2
- Remove upstreamed xulrunner patch

-------------------------------------------------------------------
Wed Nov  9 16:38:26 CET 2005 - sbrabec@suse.cz

- Build with xulrunner.
- Fixed extra qualification.

-------------------------------------------------------------------
Mon Oct 24 15:49:32 CEST 2005 - sbrabec@suse.cz

- Updated to version 1.8.1.
- Disabled dashboard extension.
- Fixed extension directories ownership.

-------------------------------------------------------------------
Mon Sep  5 12:38:23 CEST 2005 - sbrabec@suse.cz

- Updated to version 1.8.0.

-------------------------------------------------------------------
Wed Aug 24 19:11:41 CEST 2005 - gekker@suse.de

- Update to version 1.7.4 

-------------------------------------------------------------------
Fri Aug  5 11:24:55 CEST 2005 - sbrabec@suse.cz

- Updated to version 1.7.3.
- Removed files from unneeded devel subpackage.

-------------------------------------------------------------------
Tue Apr 26 19:03:15 CEST 2005 - gekker@suse.de

- Add sentinel.patch to fix warning
- Turn off -Werror 

-------------------------------------------------------------------
Thu Mar 10 16:49:10 CET 2005 - gekker@suse.de

- Update to version 1.6.0 (GNOME 2.10). 

-------------------------------------------------------------------
Fri Feb 18 15:11:01 CET 2005 - sbrabec@suse.cz

- Updated to version 1.5.7.

-------------------------------------------------------------------
Tue Feb  8 13:09:11 CET 2005 - ro@suse.de

- update to 1.5.6 

-------------------------------------------------------------------
Tue Jan 18 14:35:52 CET 2005 - ro@suse.de

- update to 1.5.4 / patch to build with current epiphany 

-------------------------------------------------------------------
Tue Jan 18 12:42:25 CET 2005 - ro@suse.de

- update to 1.5.3 

-------------------------------------------------------------------
Fri Jan 14 01:35:05 CET 2005 - ro@suse.de

- update to 1.4.4 to accept mozilla 1.7.5 

-------------------------------------------------------------------
Sat Oct 30 00:13:33 CEST 2004 - ro@suse.de

- locale rename: no -> nb

-------------------------------------------------------------------
Tue Aug 24 01:32:04 CEST 2004 - ro@suse.de

- accept mozilla-1.7.2 in configure

-------------------------------------------------------------------
Tue May 11 19:10:32 CEST 2004 - sbrabec@suse.cz

- New SuSE package, version 0.8.2.

openSUSE Build Service is sponsored by