diff --git a/PyVirtualDisplay-0.1.1.tar.gz b/PyVirtualDisplay-0.1.1.tar.gz deleted file mode 100644 index fd5eb70..0000000 --- a/PyVirtualDisplay-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59630f194dbba072ce425e6c7c45d7d841b923fac4d45dce9c9e726cea77f59b -size 9579 diff --git a/PyVirtualDisplay-0.1.2.tar.gz b/PyVirtualDisplay-0.1.2.tar.gz new file mode 100644 index 0000000..8a4e91e --- /dev/null +++ b/PyVirtualDisplay-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee8af613be9d89c5b3f0d8dfe792910c85839dba73171131eeeea3e56f18577 +size 9448 diff --git a/python-PyVirtualDisplay.changes b/python-PyVirtualDisplay.changes index c6b4be7..74e0925 100644 --- a/python-PyVirtualDisplay.changes +++ b/python-PyVirtualDisplay.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 17 14:09:21 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.1.1: + * No changelog available + ------------------------------------------------------------------- Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index 9fee6b2..00420bf 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-PyVirtualDisplay -Version: 0.1.1 +Version: 0.1.2 Release: 0 Url: https://github.com/ponty/PyVirtualDisplay Summary: Python wrapper for Xvfb, Xephyr and Xvnc diff --git a/python3-PyVirtualDisplay.changes b/python3-PyVirtualDisplay.changes index 0586ad4..ab6bfaf 100644 --- a/python3-PyVirtualDisplay.changes +++ b/python3-PyVirtualDisplay.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 17 14:09:21 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.1.1: + * No changelog available + +------------------------------------------------------------------- +Mon Jan 14 08:45:51 UTC 2013 - saschpe@suse.de + +- Drop requires on "python(abi)", RPM does that automatically +- No need to buildrequire python3-2to3 anymore, it moved into + python3-devel + ------------------------------------------------------------------- Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com diff --git a/python3-PyVirtualDisplay.spec b/python3-PyVirtualDisplay.spec index 4215c3b..9e3ea22 100644 --- a/python3-PyVirtualDisplay.spec +++ b/python3-PyVirtualDisplay.spec @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python3-PyVirtualDisplay -Version: 0.1.1 +Version: 0.1.2 Release: 0 Url: https://github.com/ponty/PyVirtualDisplay Summary: Python wrapper for Xvfb, Xephyr and Xvnc @@ -25,11 +26,9 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 -BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute Requires: xorg-x11-Xvnc -Requires: python(abi) = %{py3_ver} BuildArch: noarch %description