Re: [CVS] RPM: rpm/lib/ Makefile.am

2010-10-01 Thread Jeff Johnson
Fixing the other way -- by removing from lib/rpmts.h --
is the fix going forward.

Exposing headers just leads to complaints about rpm's lack of API/ABI.
The only achievable solution there is to _NOT_ export anything
new until its fully 
finalized/finished/lockedin/reliable/neededdocumented/whatever ...

73 de Jeff


On Oct 1, 2010, at 3:33 PM, Per Øyvind Karlsen wrote:

  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  
 
  Server: rpm5.org Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs   Email:  pkarl...@rpm5.org
  Module: rpm  Date:   01-Oct-2010 21:33:22
  Branch: HEAD Handle: 2010100119332100
 
  Modified files:
rpm/lib Makefile.am
 
  Log:
install 'rpmbag.h' which is required by 'rpmts.h'
 
  Summary:
RevisionChanges Path
2.200   +2  -1  rpm/lib/Makefile.am
  
 
  patch -p0 '@@ .'
  Index: rpm/lib/Makefile.am
  
  $ cvs diff -u -r2.199 -r2.200 Makefile.am
  --- rpm/lib/Makefile.am  27 Sep 2010 23:12:47 -  2.199
  +++ rpm/lib/Makefile.am  1 Oct 2010 19:33:21 -   2.200
  @@ -53,7 +53,8 @@
   pkgincdir = $(pkgincludedir)$(WITH_PATH_VERSIONED_SUFFIX)
   pkginc_HEADERS = \
   rpmcli.h rpmversion.h rpmds.h rpmfi.h rpmps.h \
  -rpmrc.h rpmte.h rpmts.h rpm4compat.h rpm46compat.h
  +rpmrc.h rpmte.h rpmts.h rpm4compat.h rpm46compat.h \
  +rpmbag.h
   noinst_HEADERS = \
   filetriggers.h fs.h fsm.h manifest.h misc.h psm.h rpmal.h \
   rpmfc.h rpmgi.h rpmlib.h rpmlock.h rpmluaext.h rpmrollback.h
  @@ .
 __
 RPM Package Managerhttp://rpm5.org
 CVS Sources Repositoryrpm-...@rpm5.org

__
RPM Package Managerhttp://rpm5.org
Developer Communication Listrpm-devel@rpm5.org


Re: [CVS] RPM: rpm/lib/ Makefile.am

2010-10-01 Thread Per Øyvind Karlsen
2010/10/1 Jeff Johnson n3...@mac.com:
 Fixing the other way -- by removing from lib/rpmts.h --
 is the fix going forward.

 Exposing headers just leads to complaints about rpm's lack of API/ABI.
 The only achievable solution there is to _NOT_ export anything
 new until its fully 
 finalized/finished/lockedin/reliable/neededdocumented/whatever Oh, okay, I 
 thought it was intended to be exported as it was added, I'll fix it then. :)

--
Regards,
Per Øyvind
__
RPM Package Managerhttp://rpm5.org
Developer Communication Listrpm-devel@rpm5.org