[python-uinput/f20: 1/2] * Fri Feb 28 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.10.1-1 - Update to latest upstram

Fabian Deutsch fabiand at fedoraproject.org
Fri Feb 28 16:03:31 UTC 2014


commit 9c4de933eac541b458d6a35de3e88a08e450aace
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Fri Feb 28 17:01:24 2014 +0100

    * Fri Feb 28 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.10.1-1
    - Update to latest upstram
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 python-uinput.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/python-uinput.spec b/python-uinput.spec
index 19a9b72..66fd042 100644
--- a/python-uinput.spec
+++ b/python-uinput.spec
@@ -1,12 +1,12 @@
 %global with_python3 1
 
 Name:           python-uinput
-Version:        0.9
-Release:        3%{?dist}
+Version:        0.10.1
+Release:        1%{?dist}
 Summary:        Pythonic API to the Linux uinput kernel module
 
 License:        GPLv3
-URL:            http://pypi.python.org/pypi/python-uinput/0.9
+URL:            http://pypi.python.org/pypi/python-uinput/
 Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 BuildRequires:  python-devel
@@ -43,11 +43,13 @@ allows attaching userspace device drivers into kernel.
 %prep
 %setup -q -n %{name}-%{version}
 
+# Use unversioned .so
+sed -i "s/libudev.so.0/libudev.so/" setup.py
+
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
 find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
-
 %endif # with_python3
 
 
@@ -93,6 +95,9 @@ chmod a-x examples/*
 
 
 %changelog
+* Fri Feb 28 2014 Fabian Deutsch <fabiand at fedoraproject.org> - 0.10.1-1
+- Update to latest upstram
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list