[lmiwbem] upgrade to 0.3.0

Peter Hatina phatina at fedoraproject.org
Wed Aug 27 07:57:28 UTC 2014


commit 2d143c6129322f2196fd51d7d631565238cecb2f
Author: Peter Hatina <phatina at redhat.com>
Date:   Wed Aug 27 09:50:06 2014 +0200

    upgrade to 0.3.0

 .gitignore   |    1 +
 lmiwbem.spec |   23 +++++++----------------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa3a125..1965512 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /lmiwbem-0.1.0.tar.gz
 /lmiwbem-0.2.0.tar.gz
+/lmiwbem-0.3.0.tar.gz
diff --git a/lmiwbem.spec b/lmiwbem.spec
index 0855866..e4a475a 100644
--- a/lmiwbem.spec
+++ b/lmiwbem.spec
@@ -1,16 +1,10 @@
 Name:           lmiwbem
-Version:        0.2.0
-Release:        12%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        Python WBEM Client
 License:        LGPLv2+
 URL:            https://github.com/phatina/lmiwbem
 Source0:        https://github.com/phatina/lmiwbem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Patch0:         lmiwbem-01-get-instance-ns.patch
-Patch1:         lmiwbem-02-fix-value-type-deduction.patch
-Patch2:         lmiwbem-03-platform-support.patch
-Patch3:         lmiwbem-04-fix-gil-deadlocks.patch
-Patch4:         lmiwbem-05-fix-init.patch
-Patch5:         lmiwbem-06-listener-api-compat.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -20,9 +14,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
 
@@ -40,15 +36,7 @@ Group:          Documentation
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch0 -p1 -b .get-instance-ns
-%patch1 -p1 -b .value-type-deduction
-%patch2 -p1 -b .platform-support
-%patch3 -p1 -b .fix-gil-deadlocks
-%patch4 -p1 -b .fix-init
-%patch5 -p1 -b .fix-listener-api-compat
-
 %build
-autoreconf -if
 %configure --with-doc=yes
 make %{?_smp_mflags}
 
@@ -65,6 +53,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
 %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Wed Aug 27 2014 Peter Hatina <phatina at redhat.com> - 0.3.0-1
+- upgrade to 0.3.0
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 03a519d..230edb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec354ce14f4b805d264aa177b6dc904a  lmiwbem-0.2.0.tar.gz
+593abb5fc4a0520059afd42dca9c67cb  lmiwbem-0.3.0.tar.gz


More information about the scm-commits mailing list