[python-iwlib] Fix problems found by gcc-with-cpychecker static analyzer (#800154)

Jiří Popelka jpopelka at fedoraproject.org
Thu Mar 29 10:56:52 UTC 2012


commit 091681a65854599033cbd8f63676fdd02253d39c
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Thu Mar 29 12:55:34 2012 +0200

    Fix problems found by gcc-with-cpychecker static analyzer  (#800154)

 .gitignore        |    1 +
 python-iwlib.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e784bdd..f0bf6dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-iwlib-1.1.tar.bz2
+/python-iwlib-1.2.tar.bz2
diff --git a/python-iwlib.spec b/python-iwlib.spec
index 289bfca..017bb4b 100644
--- a/python-iwlib.spec
+++ b/python-iwlib.spec
@@ -5,13 +5,13 @@
 
 Summary: Wireless settings python bindings
 Name: python-iwlib
-Version: 1.1
-Release: 2%{?dist}
+Version: 1.2
+Release: 1%{?dist}
 URL: http://git.fedorahosted.org/git/python-iwlib.git
 Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
 License: GPLv2
 Group: System Environment/Libraries
-BuildRequires: python2-devel
+BuildRequires: python-devel
 BuildRequires: wireless-tools-devel
 Requires: wireless-tools
 
@@ -37,6 +37,9 @@ chmod 755 %{buildroot}%{python_sitearch}/iwlib.so
 %{python_sitearch}/*.egg-info
 
 %changelog
+* Thu Mar 29 2012 Jiri Popelka <jpopelka at redhat.com> - 1.2-1
+- Fix problems found by gcc-with-cpychecker static analyzer (#800154)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index d2fca0a..096c278 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a60afa70f65231afcf1f103fe173d54  python-iwlib-1.1.tar.bz2
+a27637dd1cc55875fbbd6eb5cd0c7b8c  python-iwlib-1.2.tar.bz2


More information about the scm-commits mailing list