Hello community, here is the log from the commit of package commoncpp2 checked in at Fri Nov 10 12:36:14 CET 2006. -------- --- commoncpp2/commoncpp2.changes 2006-07-18 17:56:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/commoncpp2/commoncpp2.changes 2006-11-10 12:22:21.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 10 12:22:16 CET 2006 - ro@suse.de + +- fix docu permissions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ commoncpp2.spec ++++++ --- /var/tmp/diff_new_pack.p8jvQk/_old 2006-11-10 12:34:42.000000000 +0100 +++ /var/tmp/diff_new_pack.p8jvQk/_new 2006-11-10 12:34:42.000000000 +0100 @@ -12,14 +12,14 @@ Name: commoncpp2 BuildRequires: doxygen gcc-c++ libxml2-devel -License: GPL +License: GNU General Public License (GPL) - all versions Group: Development/Libraries/C and C++ Provides: commonc++ CommonC++ Obsoletes: commonc++ CommonC++ Autoreqprov: on Summary: A GNU package for creating portable C++ program Version: 1.4.2 -Release: 1 +Release: 17 URL: http://www.gnu.org/software/commoncpp/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -99,7 +99,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3 make DESTDIR=$RPM_BUILD_ROOT install install -d $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/html -install doc/html/* $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/html/ +install -m 644 doc/html/* $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/html/ install AUTHORS COPYING COPYING.addendum NEWS README TODO ChangeLog $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ rm -f $RPM_BUILD_ROOT/usr/share/info/commoncpp2.info* @@ -128,21 +128,23 @@ %doc %{_defaultdocdir}/%{name}/ %changelog -n commoncpp2 +* Fri Nov 10 2006 - ro@suse.de +- fix docu permissions * Tue Jul 18 2006 - kkaempf@suse.de - update to 1.4.2 Most notable changes since 1.3.1: -- include path rename from /usr/include/cc++2 + - include path rename from /usr/include/cc++2 to /usr/include/cc++ -- RefPointer and RefObject classes for reference count managed + - RefPointer and RefObject classes for reference count managed objects -- LinkedSingle and LinkedDouble self managing linked list classes -- MapTable and mapObject classes for managed hash indexes -- Some convenience functions for keydata -- conditional build for extras library -- isRealtime check for thread priority management -- moved templates into main header -- keydata uses bigger default paging for >32 bit pointers. -- new errLockFailure indicator for Thread shared files. + - LinkedSingle and LinkedDouble self managing linked list classes + - MapTable and mapObject classes for managed hash indexes + - Some convenience functions for keydata + - conditional build for extras library + - isRealtime check for thread priority management + - moved templates into main header + - keydata uses bigger default paging for >32 bit pointers. + - new errLockFailure indicator for Thread shared files. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Apr 07 2005 - kkaempf@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de