From: Viktor M. <mih...@us...> - 2005-07-13 14:51:52
|
Update of /cvsroot/sblim/wbemcli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15149 Modified Files: ChangeLog NEWS configure.ac sblim-wbemcli.spec.in Log Message: Bugs fixed: 1236584. Added tarball name to configure.ac. Changed copyright to License. Index: NEWS =================================================================== RCS file: /cvsroot/sblim/wbemcli/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NEWS 1 Jun 2005 10:57:05 -0000 1.4 +++ NEWS 13 Jul 2005 14:51:43 -0000 1.5 @@ -4,6 +4,7 @@ ========================= Bugs: - 1184528 Fix key type recognition. +- 1236584 RPM Build Enhancements Changes in Version 1.4.10 ========================= Index: sblim-wbemcli.spec.in =================================================================== RCS file: /cvsroot/sblim/wbemcli/sblim-wbemcli.spec.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- sblim-wbemcli.spec.in 5 Apr 2005 12:11:19 -0000 1.1 +++ sblim-wbemcli.spec.in 13 Jul 2005 14:51:43 -0000 1.2 @@ -9,7 +9,7 @@ Version: @PACKAGE_VERSION@ Release: 0 Group: Systems Management/Base -Copyright: Common Public Licence http://oss.software.ibm.com/developerworks/opensource/license-cpl.html +License: Common Public Licence 1.0 Packager: Viktor Mihajlovski <mih...@de...> Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/buildroot Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/wbemcli/configure.ac,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- configure.ac 1 Jun 2005 10:57:05 -0000 1.10 +++ configure.ac 13 Jul 2005 14:51:43 -0000 1.11 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(SBLIM WBEMCLI, 1.4.10a, sbl...@li...) +AC_INIT(SBLIM WBEMCLI, 1.4.10b, sbl...@li...,sblim-wbemcli) AC_CONFIG_SRCDIR([CimXml.cpp]) AC_CANONICAL_HOST Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/wbemcli/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ChangeLog 1 Jun 2005 10:57:05 -0000 1.4 +++ ChangeLog 13 Jul 2005 14:51:43 -0000 1.5 @@ -1,3 +1,11 @@ +2005-07-12 <mih...@dy...> + + * configure.ac: + Bug 1236584: add tarball name to AC_INIT macro (by Mark Hamzy). + + * sblim-wbemcli.spec.in: + Bug 1236584: replace Copyright by License tag (by Mark Hamzy). + 2005-06-01 <mih...@dy...> * CimXml.cpp (toStringBuffer): |