RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/misc/ librpmmisc.vers

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 21 Sep 2010 - 17:59:25 CEST
Message-Id: <20100921155925.366F6D0F70@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   21-Sep-2010 17:59:25
  Branch: rpm-5_3                          Handle: 2010092115592400

  Modified files:           (Branch: rpm-5_3)
    rpm/misc                librpmmisc.vers

  Log:
    - misc: add sqlite3 symbols to the -lmisc loader map.

  Summary:
    Revision    Changes     Path
    1.26.2.7    +27 -0      rpm/misc/librpmmisc.vers
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/misc/librpmmisc.vers
  ============================================================================
  $ cvs diff -u -r1.26.2.6 -r1.26.2.7 librpmmisc.vers
  --- rpm/misc/librpmmisc.vers	23 Aug 2010 19:46:22 -0000	1.26.2.6
  +++ rpm/misc/librpmmisc.vers	21 Sep 2010 15:59:24 -0000	1.26.2.7
  @@ -184,6 +184,33 @@
       pcre_study;
       pcre_version;
       rc_main;
  +    sqlite3_bind_blob;
  +    sqlite3_bind_int;
  +    sqlite3_bind_text;
  +    sqlite3_busy_handler;
  +    sqlite3_close;
  +    sqlite3_column_blob;
  +    sqlite3_column_bytes;
  +    sqlite3_column_count;
  +    sqlite3_column_decltype;
  +    sqlite3_column_double;
  +    sqlite3_column_int;
  +    sqlite3_column_int64;
  +    sqlite3_column_name;
  +    sqlite3_column_text;
  +    sqlite3_errcode;
  +    sqlite3_errmsg;
  +    sqlite3_exec;
  +    sqlite3_finalize;
  +    sqlite3_free;
  +    sqlite3_free_table;
  +    sqlite3_get_table;
  +    sqlite3_interrupt;
  +    sqlite3_mprintf;
  +    sqlite3_open;
  +    sqlite3_prepare;
  +    sqlite3_reset;
  +    sqlite3_step;
       st_foreach;
       st_free_table;
       syck_add_sym;
  @@ .
Received on Tue Sep 21 17:59:25 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.