[libcmpiutil/f15] Update to upstream release 0.5.6

Daniel Veillard veillard at fedoraproject.org
Thu Jul 7 13:11:11 UTC 2011


commit 91367ecda2da1cc01b33cb0faa579881ce93d6d0
Author: Daniel Veillard <veillard at redhat.com>
Date:   Wed Jul 6 16:37:14 2011 +0800

    Update to upstream release 0.5.6

 .gitignore       |    1 +
 libcmpiutil.spec |   13 ++++++++-----
 sources          |    5 +----
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63e0601..d68a0cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libcmpiutil-0.3.tar.gz
 libcmpiutil-0.4.tar.gz
 libcmpiutil-0.5.tar.gz
 libcmpiutil-0.5.1.tar.gz
+/libcmpiutil-0.5.6.tar.gz
diff --git a/libcmpiutil.spec b/libcmpiutil.spec
index b6a3efb..454826d 100644
--- a/libcmpiutil.spec
+++ b/libcmpiutil.spec
@@ -2,8 +2,8 @@
 
 Summary: CMPI Utility Library
 Name: libcmpiutil
-Version: 0.5.1
-Release: 2%{?dist}%{?extra_release}
+Version: 0.5.6
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: ftp://libvirt.org/libvirt-cim/libcmpiutil-%{version}.tar.gz
@@ -20,7 +20,7 @@ Libcmpiutil is a library of utility functions for CMPI providers.
 The goal is to reduce the amount of repetitive work done in
 most CMPI providers by encapsulating common procedures with more
 "normal" APIs.  This extends from operations like getting typed
-instance properties to standardizing method dispatch and argument checking. 
+instance properties to standardizing method dispatch and argument checking.
 
 %package devel
 Summary: Libraries, includes, etc. to use the CMPI utility library
@@ -34,7 +34,7 @@ Includes and documentations for the CMPI utility library
 The goal is to reduce the amount of repetitive work done in
 most CMPI providers by encapsulating common procedures with more
 "normal" APIs.  This extends from operations like getting typed
-instance properties to standardizing method dispatch and argument checking. 
+instance properties to standardizing method dispatch and argument checking.
 
 %prep
 %setup -q
@@ -58,7 +58,7 @@ rm -fr $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
-%files 
+%files
 %defattr(-, root, root, -)
 
 %doc doc/doxygen.conf doc/mainpage README COPYING
@@ -75,6 +75,9 @@ rm -fr $RPM_BUILD_ROOT
 %doc doc/SubmittingPatches
 
 %changelog
+* Wed Jul  6 2011 Daniel Veillard <veillard at redhat.com> - 0.5.6-1
+- Update to new upstream release 0.5.6
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 8fde4c6..e956a5c 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-7ee1bb889c25e8ddc3b099b34ef159a5  libcmpiutil-0.3.tar.gz
-78ca0dbcde4b1ceba6677f1f2fa6a90f  libcmpiutil-0.4.tar.gz
-40ebe8a88656cec14229352f60d663d8  libcmpiutil-0.5.tar.gz
-1e91e02323a77f83824a1efaeba7df22  libcmpiutil-0.5.1.tar.gz
+8de943f96359ae7beb9aeb40054d6b5b  libcmpiutil-0.5.6.tar.gz


More information about the scm-commits mailing list