[Cppunit-cvs] cppunit ChangeLog,1.244,1.245 cppunit.spec.in,1.4,1.5
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-03-04 21:20:41
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31145 Modified Files: ChangeLog cppunit.spec.in Log Message: * removed debian/ directory. An up to date patch can be found at: packages.debian.org. * cppunit.spec.in: applied patch #1242905 partially (%post and %postun). Index: cppunit.spec.in =================================================================== RCS file: /cvsroot/cppunit/cppunit/cppunit.spec.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cppunit.spec.in 15 Jul 2005 19:03:30 -0000 1.4 --- cppunit.spec.in 4 Mar 2006 21:20:36 -0000 1.5 *************** *** 52,55 **** --- 52,59 ---- %doc AUTHORS COPYING INSTALL NEWS README THANKS ChangeLog TODO BUGS doc/FAQ + %post -p /sbin/ldconfig + + %postun -p /sbin/ldconfig + %files doc %doc doc/html/* Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.244 retrieving revision 1.245 diff -C2 -d -r1.244 -r1.245 *** ChangeLog 4 Mar 2006 20:58:04 -0000 1.244 --- ChangeLog 4 Mar 2006 21:20:36 -0000 1.245 *************** *** 1,4 **** --- 1,7 ---- 2006-03-04 Baptiste Lepilleur <gai...@fr...> * contrib/xml-xsl/report.xsl: reported correction posted on the wiki. + * removed debian/ directory. An up to date patch can be found at: + packages.debian.org. + * cppunit.spec.in: applied patch #1242905 partially (%post and %postun). 2006-02-04 Baptiste Lepilleur <gai...@fr...> |