[konkretcmpi] Update to upstream release 0.9.2

aledvink aledvink at fedoraproject.org
Tue Oct 15 09:03:04 UTC 2013


commit 7df34617606cf007ae3b056b87f2863f7bebac9b
Author: Ales Ledvinka <aledvink at redhat.com>
Date:   Tue Oct 15 11:02:36 2013 +0200

    Update to upstream release 0.9.2

 .gitignore                                         |    1 +
 konkretcmpi-0.9.1-fix-instance-to-string.patch     |   20 ---------
 konkretcmpi-0.9.1-fix-integer-overflow.patch       |   46 --------------------
 ...retcmpi-0.9.1-set-format-printf-attribute.patch |   24 ----------
 konkretcmpi.spec                                   |   16 ++-----
 sources                                            |    2 +-
 6 files changed, 7 insertions(+), 102 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc8dba9..f241bfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /konkretcmpi-0.9.0.tar.gz
 /konkretcmpi-0.9.1.tar.gz
+/konkretcmpi-0.9.2.tar.gz
diff --git a/konkretcmpi.spec b/konkretcmpi.spec
index 27eaa13..93653aa 100644
--- a/konkretcmpi.spec
+++ b/konkretcmpi.spec
@@ -1,13 +1,10 @@
 Name:           konkretcmpi
-Version:        0.9.1
-Release:        3%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Tool for rapid CMPI providers development
 
 License:        MIT
 Source0:        https://github.com/rnovacek/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-Patch0:         konkretcmpi-0.9.1-fix-instance-to-string.patch
-Patch1:         konkretcmpi-0.9.1-fix-integer-overflow.patch
-Patch2:         konkretcmpi-0.9.1-set-format-printf-attribute.patch
 
 BuildRequires:  sblim-cmpi-devel
 BuildRequires:  cmake
@@ -37,12 +34,6 @@ This package contains python binding for konkretcmpi.
 
 %prep
 %setup -q
-# Fix instance type to string conversion
-%patch0 -p1
-# Fix possible integer overflow
-%patch1 -p1
-# Set format(printf) attribute to __KReturn2 function
-%patch2 -p1
 
 
 %build
@@ -83,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*/libkonkret.la
 
 
 %changelog
+* Tue Oct 15 2013 Ales Ledvinka <aledvink at redhat.com> 0.9.2-1
+- Template options related to method invocation
+
 * Mon Aug 26 2013 Radek Novacek <rnovacek at redhat.com> 0.9.1-3
 - Set format(printf) attribute to __KReturn2 function
 - Fix possible integer overflow
diff --git a/sources b/sources
index b505ea0..6c5907f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb5fbb23ddce4dd450b96c5b491fb0be  konkretcmpi-0.9.1.tar.gz
+7e8ed4f47d1a9e5cbed4208920f89d64  konkretcmpi-0.9.2.tar.gz


More information about the scm-commits mailing list