[python-cpuinfo] Update to 0.1.4 release

Parag Nemade pnemade at fedoraproject.org
Thu Feb 12 03:12:45 UTC 2015


commit 2f0ff7dcfb74161fca702a84be1e253c0257f2fd
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Feb 12 08:42:32 2015 +0530

    Update to 0.1.4 release
    
    - Resolves:rh#1190549 - cpuinfo failed to run

 .gitignore          |    1 +
 python-cpuinfo.spec |    8 ++++++--
 sources             |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fc8fa1..9019148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /py-cpuinfo-0.1.2.tar.gz
+/py-cpuinfo-0.1.4.tar.gz
diff --git a/python-cpuinfo.spec b/python-cpuinfo.spec
index 84a8405..a22082e 100644
--- a/python-cpuinfo.spec
+++ b/python-cpuinfo.spec
@@ -2,8 +2,8 @@
 %global module_name cpuinfo
 
 Name:           python-%{module_name}
-Version:        0.1.2
-Release:        3%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        Getting CPU info
 
 License:        MIT
@@ -106,6 +106,10 @@ popd
 
 
 %changelog
+* Thu Feb 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.4-1
+- Update to 0.1.4 release
+- Resolves:rh#1190549 - cpuinfo failed to run
+
 * Tue Feb 03 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.2-3
 - Resolves:rh#1178548, follow dnf way to use py3 binary
 
diff --git a/sources b/sources
index 80a945c..f60c796 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0c7eef9209eb5b2c928341652deda19  py-cpuinfo-0.1.2.tar.gz
+ec364e4db0ff9e12663b90bf9fed3b43  py-cpuinfo-0.1.4.tar.gz


More information about the scm-commits mailing list