RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Mark Hatle
Root: /v/rpm/cvs Email: fray@rpm5.org
Module: rpm Date: 29-Jun-2007 18:23:22
Branch: HEAD Handle: 2007062917232100
Modified files:
rpm/misc librpmmisc.vers
Log:
Change this slightly. This should lower the possibility of conflicts w/
system libraries. The only remaining part that is dangerous is the
internal lua.
Summary:
Revision Changes Path
1.3 +6 -2 rpm/misc/librpmmisc.vers
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/misc/librpmmisc.vers
============================================================================
$ cvs diff -u -r1.2 -r1.3 librpmmisc.vers
--- rpm/misc/librpmmisc.vers 29 Jun 2007 15:59:10 -0000 1.2
+++ rpm/misc/librpmmisc.vers 29 Jun 2007 16:23:21 -0000 1.3
@@ -5,9 +5,13 @@
glob;
globfree;
rpmz_*;
- file_*;
- db_*;
lua*;
+ db_env_create_rpmdb;
+ db_env_set_func_fsync_rpmdb;
+ db_strerror_rpmdb;
+ db_create_rpmdb;
local:
+ file_*;
+ db_*;
*;
};
@@ .
Received on Fri Jun 29 18:23:22 2007