From 90fadcf1bb913120f1eb65b21318127ba74288f0687715ed89e261ca9e5df3f3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 14 Jan 2013 09:00:38 +0000 Subject: [PATCH 1/2] - Drop requires on "python(abi)", RPM does that automatically - No need to buildrequire python3-2to3 anymore, it moved into python3-devel OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=4 --- python-PyVirtualDisplay.spec | 3 ++- python3-PyVirtualDisplay.changes | 7 +++++++ python3-PyVirtualDisplay.spec | 5 ++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index 9fee6b2..faf3940 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -11,10 +11,11 @@ # 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 Release: 0 diff --git a/python3-PyVirtualDisplay.changes b/python3-PyVirtualDisplay.changes index 0586ad4..152b23b 100644 --- a/python3-PyVirtualDisplay.changes +++ b/python3-PyVirtualDisplay.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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..461e1f6 100644 --- a/python3-PyVirtualDisplay.spec +++ b/python3-PyVirtualDisplay.spec @@ -11,10 +11,11 @@ # 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 Release: 0 @@ -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 From afd63cbc454218a4ada07f111d8c6be89d240ef814de62cd237d7554f88a3c14 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 17 Feb 2013 14:16:24 +0000 Subject: [PATCH 2/2] Accepting request 155651 from home:posophe:branches:devel:languages:python Update OBS-URL: https://build.opensuse.org/request/show/155651 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=6 --- PyVirtualDisplay-0.1.1.tar.gz | 3 --- PyVirtualDisplay-0.1.2.tar.gz | 3 +++ python-PyVirtualDisplay.changes | 6 ++++++ python-PyVirtualDisplay.spec | 2 +- python3-PyVirtualDisplay.changes | 6 ++++++ python3-PyVirtualDisplay.spec | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 PyVirtualDisplay-0.1.1.tar.gz create mode 100644 PyVirtualDisplay-0.1.2.tar.gz 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 faf3940..00420bf 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -17,7 +17,7 @@ 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 152b23b..ab6bfaf 100644 --- a/python3-PyVirtualDisplay.changes +++ b/python3-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 + ------------------------------------------------------------------- Mon Jan 14 08:45:51 UTC 2013 - saschpe@suse.de diff --git a/python3-PyVirtualDisplay.spec b/python3-PyVirtualDisplay.spec index 461e1f6..9e3ea22 100644 --- a/python3-PyVirtualDisplay.spec +++ b/python3-PyVirtualDisplay.spec @@ -17,7 +17,7 @@ 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