forked from pool/python-pyudev
Accepting request 80449 from home:adra:branches:devel:languages:python
Update to version 0.12 (which fixes also bnc#714916) OBS-URL: https://build.opensuse.org/request/show/80449 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=2
This commit is contained in:
parent
cb2144dfa3
commit
1b3cb993da
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 31 20:43:18 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.12:
|
||||||
|
* #32: Fixed memory leak
|
||||||
|
* #33: Fixed Python 3 support for :mod:`pyudev.glib`
|
||||||
|
* Fixed license header in :mod:`pyudev._compat`
|
||||||
|
- Spec file updates.
|
||||||
|
* Changed License: to LGPL-2.1+.
|
||||||
|
* Minor other updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 28 19:28:06 UTC 2011 - asterios.dramis@gmail.com
|
Sun Aug 28 19:28:06 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyudev
|
Name: python-pyudev
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1+
|
||||||
Summary: Udev bindings for Python
|
Summary: Udev bindings for Python
|
||||||
Url: http://packages.python.org/pyudev/
|
Url: http://packages.python.org/pyudev/
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
@ -44,7 +44,7 @@ in modern linux systems.
|
|||||||
%setup -q -n pyudev-%{version}
|
%setup -q -n pyudev-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
env CFLAGS="%{optflags}" python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0acfa500219f4bcf711f35c1b2041d035b4bf5f302eca5038572ee788d9e584a
|
|
||||||
size 59645
|
|
3
pyudev-0.12.tar.gz
Normal file
3
pyudev-0.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e631f865df238002c23759b0446441b7d84b2684b6443b02712a7b765b1b273
|
||||||
|
size 60551
|
Loading…
Reference in New Issue
Block a user