Skip to content

Commit

Permalink
bump release version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Aug 27, 2014
1 parent caf2a21 commit a7cac3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
New in version 0.3.0:
* support ppc(64(le)), s390(x), aarch64
* conditional support of CIMIndicationListener
* is_error()
* SLP discovery support
* fixed deadlocks when used by multithreaded application
* various fixes

New in version 0.2.0:
* WBEMConnection:
- AssociatorNames()
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.60])

dnl lmiwbem version number
m4_define(lmiwbem_version_major, 0)
m4_define(lmiwbem_version_minor, 2)
m4_define(lmiwbem_version_minor, 3)
m4_define(lmiwbem_version_patch, 0)
m4_define(lmiwbem_version, lmiwbem_version_major.lmiwbem_version_minor.lmiwbem_version_patch)

Expand Down
7 changes: 6 additions & 1 deletion lmiwbem.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: lmiwbem
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}
Summary: Python WBEM Client
License: LGPLv2+
Expand All @@ -13,9 +13,11 @@ BuildRequires: python-sphinx
BuildRequires: python-sphinx-theme-openlmi
BuildRequires: boost-devel >= 1.50.0
BuildRequires: boost-python >= 1.50.0
BuildRequires: openslp-devel
BuildRequires: tog-pegasus-devel >= 2.12.0
BuildRequires: tog-pegasus-libs >= 2.12.0
Requires: boost-python >= 1.50.0
Requires: openslp
Requires: python
Requires: tog-pegasus-libs >= 2.12.0

Expand Down Expand Up @@ -50,6 +52,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
%{_docdir}/%{name}-%{version}/html

%changelog
* Tue Aug 26 2014 Peter Hatina <[email protected]> - 0.3.0-1
- upgrade to 0.3.0

* Thu Jul 31 2014 Peter Hatina <[email protected]> - 0.2.0-2
- fix (Build)Requires

Expand Down

0 comments on commit a7cac3f

Please sign in to comment.