Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libbeagle1-0.3.5.1-4 RPM for x86_64

From OpenSuSE OSS Factory for x86_64

Name: libbeagle1 Distribution: openSUSE 11.0.42 (X86-64)
Version: 0.3.5.1 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release: 4 Build date: Tue Aug 26 04:28:05 2008
Group: Development/Libraries/GNOME Build host: roth
Size: 108385 Source RPM: libbeagle-0.3.5.1-4.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.gnome.org/projects/beagle/
Summary: Beagle C Interface
Library to talk to the beagle server in C.

Provides

Requires

Copyright

X11/MIT

Signatures

internal MD5: e1321f2de924520ede7696c0ebd4e8b3
GPG

Changelog

* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Tue Apr 08 2008 jpr@suse.de
  - Update to version 0.3.5.1
    * Correctly deal with passed strings in functions. The earlier
    behaviour was inconsistent
    and could lead to crashes or leaks.
    * Fix memory leaks and remove redundant code.
* Tue Mar 25 2008 jpr@suse.de
  - Update to version 0.3.4
    * Timeout in libbeagle if connection to beagled takes more than
    5 secs. This will prevent hangs in konqueror/gtkfilechooser if
    beagled is hanged for some reason.
    * Fix glib-critical warnings in libbeagle (and python bindings)
    when snippets with empty fragments were sent by beagled.
    * Handle EAGAIN properly
* Tue Jan 22 2008 jpr@suse.de
  - Update to 0.3.0
    * Add/update beagle API calls for snippets, locales, errors
    * Remove deprecated beagle API calls
    * Improve developer documentation
  - libbeagle is now a separate tarball
  - Drop libbeagle-only.patch since the tarball is separate
  - Add gtk-doc to build requires
* Sat Sep 22 2007 joeshaw@suse.de
  - Add a patch to fix a crash when building the beagle-index
    package.  (Part of bnc #326808, bugs.freedesktop.org #12512)
* Wed Sep 19 2007 maw@suse.de
  - Respin fix-desktop-files.diff and rename %{_datadir}/system-search.png
    to %{_datadir}/beagle-system-search.png (#307290).
* Mon Sep 17 2007 joeshaw@suse.de
  - Oops, accidentally submitted package with lang package
    %files section commented out.
* Mon Sep 17 2007 joeshaw@suse.de
  - Add /usr/share/gnome/help-bundle and /opt/kde3/share/help-bundle
    to the documentation index paths.  bnc #310895
* Thu Sep 13 2007 stbinner@suse.de
  - '%suse_update_desktop_file -G "" foo' doesn't seem to work anymore
* Tue Sep 04 2007 ro@suse.de
  - split off libbeagle-python from libbeagle to reduce deps
  - add rpmlintrc now that libbeagle contains only a c library
* Tue Aug 28 2007 joeshaw@suse.de
  - Add a patch to turn off indexing by default while on battery
    power.  bnc #299002.
* Mon Aug 27 2007 joeshaw@suse.de
  - Update to 0.2.18.  Works against updated API in evolution-sharp
    0.13.3.  Fixes bgo bugs #463803, #426573, #466891, #463003, and
    [#454656].
* Wed Aug 08 2007 maw@suse.de
  - Use %fdupes
  - Split off a -lang subpackage.
* Mon Aug 06 2007 sbrabec@suse.cz
  - Build with just splitted gmime-sharp.
* Fri Aug 03 2007 jpr@suse.de
  - Fix build with new evolution-sharp versions
* Tue Jul 17 2007 coolo@suse.de
  - disable epiphany extension to fix build
* Wed Jun 06 2007 sbrabec@suse.cz
  - Removed invalid desktop Category "Application" (#254654).
* Thu May 24 2007 stbinner@suse.de
  - remove X-SuSE-translate from .desktop file
* Tue May 08 2007 joeshaw@suse.de
  - Update to 0.2.17.
* Mon Apr 30 2007 ro@suse.de
  - fix typo in specfile
* Fri Apr 06 2007 maw@suse.de
  - Add epiphany-max-version.patch, allowing the epiphany extension
    to be built against epiphany 2.18.
* Fri Mar 30 2007 joeshaw@suse.de
  - Add a patch to handle empty OpenOffice documents.  (bnc #259031)
  - Add unzip to BuildRequires
* Tue Mar 20 2007 joeshaw@suse.de
  - Specify the gtk-doc directory in the libbeagle-doc package, to
    fix the build.
* Thu Mar 15 2007 joeshaw@suse.de
  - Update to 0.2.16.3:
     - Updated translations from the Novell language team.
     - Fix the archive filter to not throw exceptions of a large or
    broken file is skipped.
     - Fix the archive filter to not leave behind files in /tmp if
    extracting an archive fails for some reason. (bgo #415056)
     - Fix a bug in which an idle daemon wouldn't shut down when the
    user logged out.  We now more closely monitor the X
    connection.
     - Fix a bug in which prohibited date queries didn't work at
    all.
     - Set our process name in beagle-extract-content, so that it
    doesn't show up as "mono".
     - Fix a memory leak by reusing our inotify callback.
     - Start beagled with the --replace option in our autostart
    script, so that any old daemons left behind are replaced on
    subsequent logins.
  - Install HTML docs into new libbeagle-doc package.
* Sun Mar 11 2007 stbinner@suse.de
  - fix build (/etc/xdg/autostart ownership)
* Wed Feb 28 2007 dmueller@suse.de
  - adjust buildrequires: libexif -> libexif-devel
* Thu Feb 22 2007 joeshaw@suse.de
  - Update to 0.2.16.2:
     - Put some limits on the sizes of files extracted from
    archives, to prevent /tmp from filling up.  (bnc #244490 and
    [#228718]).
     - Fix the CHM filter.  (bgo #408047)
     - Limit the PDF tools to 100 megs address space.  (bgo #335461)
     - Add --disable-on-battery to beagle-build-index, and turn it
    on when building the documentation index, since it can take a
    long time to build.  (bgo #383789)
* Wed Feb 07 2007 joeshaw@suse.de
  - Update to 0.2.16, a bug fix release.
     - Fix bugs in the JPEG, PDF, and SVG filters.
     - Work around a deadlock in Mono (bgo #402065)
     - Fix a problem in our sqlite schema that caused Beagle to loop
    on a single directory.
     - Fix indexing of KMail folders (bnc #238161, bgo #391647 and
    [#401767])
     - Fix bugs in backends reporting that the initial indexing is
    still running even after it has finished.
     - Work around a SharpZipLib bug that could cause beagle to
    loop infinitely on some archive files.  (bgo #402280)
* Fri Jan 26 2007 joeshaw@suse.de
  - Update to 0.2.15.1:
     - Large memory reduction on Evo IMAP folders
     - Uses SCHED_BATCH scheduler policy
     - Prevent text extraction helpers from running away
     - MS Word text extractor moved out of process for reliability
     - beagle-dump-index diagnostic tool
     - Many other bug fixes.
  - Remove obsoleted patches
* Fri Jan 19 2007 joeshaw@suse.de
  - Don't install the beagle-search autostart .desktop file,
    because we have search built into the GNOME and KDE start
    menus.  (bnc #231720, bnc #236461)
* Thu Jan 18 2007 stbinner@suse.de
  - add KOrganizer backend (upstream r3259, Fate 3591 and 3592)
* Fri Jan 12 2007 joeshaw@suse.de
  - Fix the package build for the move of GNOME from /opt/gnome to
    /usr.
* Tue Jan 09 2007 joeshaw@suse.de
  - Clean up BuildRequires in libbeagle
* Tue Jan 02 2007 jhargadon@suse.de
  - Removed unneeded libbeagle libtool files (#223694)
* Fri Dec 15 2006 joeshaw@suse.de
  - Update to 0.2.14:
     - Adds archive filter (bnc #130982)
     - Adds progress notification during indexing.  (fate #301218)
     - Fixes many memory leaks, excess allocations, and
    unnecessarily held references.  (fate #301059, bnc #220793)
     - Many bug fixes since 0.2.12.
* Fri Nov 24 2006 aj@suse.de
  - Revert last change (#223511).
* Wed Nov 22 2006 stbinner@suse.de
  - make libbeagle package require beagle package
* Tue Nov 21 2006 joeshaw@suse.de
  - Add a patch to fix a problem in which all matching results
    aren't returned.  (bnc #222788)
* Mon Nov 20 2006 joeshaw@suse.de
  - Add a patch to fix indexing of Word, Powerpoint, and CHM files.
    (bnc #222661)
* Wed Nov 15 2006 joeshaw@suse.de
  - Add a patch to fix a file descriptor leak in the Konqueror
    history backend.  (bnc #219786)
* Wed Nov 15 2006 joeshaw@suse.de
  - Update Hungarian translation.  (bnc #220306)
* Tue Nov 14 2006 joeshaw@suse.de
  - Move the non-libbeagle pkgconfig files back into the beagle
    package, where they belong.  This fixes a bug in which those
    pkgconfig files has /usr/local set as their prefix.
* Thu Nov 02 2006 joeshaw@suse.de
  - Update to 0.2.12:
    - Significant memory reductions
    - Fixes to KAddressbook and KNotes backends
    - Performance improvements to daily cron jobs
* Tue Oct 31 2006 rodrigo@suse.de
  - Install GNOME autostart files to /opt/gnome/share/gnome/autostart
    (#208680)
* Fri Oct 20 2006 joeshaw@suse.de
  - Update to 0.2.11:
    - Improves search time performance
    - Adds KNotes backend
    - Adds KAddressbook backend (fate #3596)
* Sun Oct 15 2006 stbinner@suse.de
  - fix build on 64 bit
* Wed Oct 04 2006 stbinner@suse.de
  - quick break up of beagle and libbeagle builds
* Mon Sep 25 2006 joeshaw@suse.de
  - Add %py_requires to libbeagle.  Fixes bnc #207921
* Tue Sep 19 2006 stbinner@suse.de
  - fix build for 10.1
* Tue Sep 19 2006 joeshaw@suse.de
  - Update package to 0.2.10.  Fixes bgo #354161, #354776, #351913,
    [#355239], #348139, and probably most seriously #355932. Also
    fixes a handful of other small bugs.
  - Reenable the Epiphany extension now that it works with 2.16
* Sat Sep 16 2006 joeshaw@suse.de
  - Add a call to intltoolize in our %configure section to fix the
    build with newer intltools.
* Tue Sep 12 2006 jhargadon@suse.de
  - added a patch to fix an error with a function that could return
    random data in beagle-scheduler-information.c and
    beagle-queryable-status.c
* Sun Sep 03 2006 aj@suse.de
  - Cleanup BuildRequires.
  - Fix build - do not package epiphany until beagle works with
    epiphany 2.16.
* Fri Sep 01 2006 joeshaw@suse.de
  - Update package to 0.2.9 and remove obsolete patch
  - Create a new beagle-thunderbird package which contains the
    thunderbird backend.
* Thu Aug 17 2006 cthiel@suse.de
  - buildrequire python-gtk-devel instead of python-gobject2-devel
* Wed Aug 16 2006 ro@suse.de
  - added python-gobject2-devel to BuildRequires
* Tue Jul 11 2006 stbinner@suse.de
  - Add upstream patch to fix libbeagle socket path for NFS
* Mon Jul 10 2006 joeshaw@suse.de
  - Add back in one of the patches which is still relevant.
* Fri Jul 07 2006 joeshaw@suse.de
  - Upgrade package to 0.2.7; remove all the patches that have
    accumulated over time.

Files

/usr/lib64/libbeagle.so.1
/usr/lib64/libbeagle.so.1.0.2
/usr/share/doc/packages/libbeagle1
/usr/share/doc/packages/libbeagle1/AUTHORS
/usr/share/doc/packages/libbeagle1/COPYING
/usr/share/doc/packages/libbeagle1/NEWS
/usr/share/doc/packages/libbeagle1/README


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 30 03:58:53 2008