commit python-virtkey for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory 
checked in at 2017-09-04 12:33:49

Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtkey.new (New)


Package is "python-virtkey"

Mon Sep  4 12:33:49 2017 rev:16 rq:520057 version:0.63.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtkey/python-virtkey.changes
2013-01-17 10:19:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtkey.new/python-virtkey.changes   
2017-09-04 12:33:51.520298873 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:57:00 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -67,0 +73 @@
+



Other differences:
--
++ python-virtkey.spec ++
--- /var/tmp/diff_new_pack.y4SX6l/_old  2017-09-04 12:33:52.768123425 +0200
+++ /var/tmp/diff_new_pack.y4SX6l/_new  2017-09-04 12:33:52.788120613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtkey
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,54 +16,47 @@
 #
 
 
-%define mod_name virtkey
-%define build_for_python3 0
-
-%if %{build_for_python3}
-%define local_python  python3
-%else
-%define local_python  python
-%endif
-
-Name:   python-%{mod_name}
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+Name:   python-virtkey
 Version:0.63.0
+%define major   0.63
 Release:0
-Url:https://launchpad.net/virtkey
 Summary:Python extension to emulate keypresses
 License:LGPL-3.0+
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://launchpad.net/virtkey
+Source: 
https://launchpad.net/virtkey/%{major}/%{version}/+download/virtkey-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
-%if %{build_for_python3}
-BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-%else
-BuildRequires:  python-devel
-%endif
+BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xkbfile)
 BuildRequires:  pkgconfig(xtst)
+%python_subpackages
 
 %description
 python-virtkey is a python extension for emulating keypresses and
 getting the keyboard geometry from the xserver.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n virtkey-%{version}
 
 %build
 export CFLAGS="%{optflags}"
-%{local_python} setup.py build
+%python_build
 
 %install
-%{local_python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+%python_install
 
-%files -f INSTALLED_FILES
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING.LESSER NEWS README
+%{python_sitearch}/virtkey*.so
+%{python_sitearch}/virtkey-%{version}-py*.egg-info
 
 %changelog




commit python-virtkey for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory 
checked in at 2013-06-24 11:04:42

Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtkey.new (New)


Package is "python-virtkey"

Changes:


Old:

  python3-virtkey.changes
  python3-virtkey.spec



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-virtkey for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory 
checked in at 2013-01-17 10:19:10

Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtkey.new (New)


Package is "python-virtkey", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtkey/python-virtkey.changes
2012-02-28 14:15:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtkey.new/python-virtkey.changes   
2013-01-17 10:19:12.0 +0100
@@ -1,0 +2,29 @@
+Tue Jan 15 08:57:57 UTC 2013 - vu...@suse.com
+
+- Add pre_checkin.sh and rework python3 packaging so that only
+  updating the python-virtkey spec file is enough: the few
+  differences between the two spec files are handled with a
+  %build_for_python3 define.
+
+---
+Mon Jan 14 16:34:27 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support.
+
+---
+Mon Jan 14 16:04:34 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.63.0:
+  + Add support for system-layout specific items in Onboard's
+layout files
+- Changes from version 0.62.0:
+  + Allow arbitrary sequence of modifier masks
+- Changes from version 0.61.0:
+  + Add support for python3
+  + Reduce the number of unnecessarily linked libraries
+  + Make XkbGetKeyboard use correct constants
+  + Switch the name of the source code package back to virtkey
+- Cleanup the spec file a bit: drop non-openSUSE packaging bits.
+- Add pkgconfig(xkbfile) BuildRequires: new dependency ypstream.
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtkey.new/python3-virtkey.changes  
2013-01-17 10:19:12.0 +0100
@@ -0,0 +1,68 @@
+---
+Tue Jan 15 08:57:57 UTC 2013 - vu...@suse.com
+
+- Add pre_checkin.sh and rework python3 packaging so that only
+  updating the python-virtkey spec file is enough: the few
+  differences between the two spec files are handled with a
+  %build_for_python3 define.
+
+---
+Mon Jan 14 16:34:27 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support.
+
+---
+Mon Jan 14 16:04:34 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.63.0:
+  + Add support for system-layout specific items in Onboard's
+layout files
+- Changes from version 0.62.0:
+  + Allow arbitrary sequence of modifier masks
+- Changes from version 0.61.0:
+  + Add support for python3
+  + Reduce the number of unnecessarily linked libraries
+  + Make XkbGetKeyboard use correct constants
+  + Switch the name of the source code package back to virtkey
+- Cleanup the spec file a bit: drop non-openSUSE packaging bits.
+- Add pkgconfig(xkbfile) BuildRequires: new dependency ypstream.
+
+---
+Fri Feb 24 09:31:30 UTC 2012 - vu...@opensuse.org
+
+- Add explicit pkgconfig(x11) and pkgconfig(xtst) BuildRequires:
+  those are needed after the xorg-x11 packaging change.
+- Change glib2-devel and gtk2-devel BuildRequires to the real
+  pkgconfig() dependencies for this package: gdk-2.0 and glib-2.0.
+
+---
+Sat Jul  2 19:46:16 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.60.0:
+  + Add methods to get the active layout symbols and group
+(lp#65626)
+  + Add python error exit in getKbd (lp#526791)
+  + Fix potential X resource leaks
+  + Add test code to simulate missing X keyboard
+  + Some code cleanup
+  + Reorganize source directory and add AUTHORS, NEWS and README files
+  + Add MANIFEST.in file
+  + Use pkg-config to find paths instead of hardcoded paths
+  + Update license to LGPL 3
+  + Use 'python-virtkey' name also for source package
+  + Change version format to major.minor.micro
+  + Add some API documentation
+- Change License tag from GPLv2+ to LGPLv3+.
+- Drop python-virtkey-use-pkg-config.patch: fixed upstream.
+- Update description
+
+---
+Mon Dec 20 09:02:23 UTC 2010 - sasc...@suse.de
+
+- Re-packaged with py2pack to reduce build errors
+
+---
+Fri Apr  2 03:21:38 CEST 2010 - vu...@opensuse.org
+
+- New package.
+

Old:

  python-virtkey-0.60.0.tar.gz

New:

  pre_checkin.sh
  python3-virtkey.changes
  python3-virtkey.spec
  virtkey-0.63.0.tar.gz



Other di

commit python-virtkey for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory 
checked in at 2012-02-28 14:15:31

Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtkey.new (New)


Package is "python-virtkey", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtkey/python-virtkey.changes
2011-09-23 12:43:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtkey.new/python-virtkey.changes   
2012-02-28 14:15:35.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 24 09:31:30 UTC 2012 - vu...@opensuse.org
+
+- Add explicit pkgconfig(x11) and pkgconfig(xtst) BuildRequires:
+  those are needed after the xorg-x11 packaging change.
+- Change glib2-devel and gtk2-devel BuildRequires to the real
+  pkgconfig() dependencies for this package: gdk-2.0 and glib-2.0.
+
+---



Other differences:
--
++ python-virtkey.spec ++
--- /var/tmp/diff_new_pack.mGsrHw/_old  2012-02-28 14:15:36.0 +0100
+++ /var/tmp/diff_new_pack.mGsrHw/_new  2012-02-28 14:15:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtkey
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -24,16 +23,20 @@
 
 Name:   python-%{mod_name}
 Version:0.60.0
-Release:1
+Release:0
 Url:https://launchpad.net/virtkey
 Summary:Python extension to emulate keypresses
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Source: python-%{mod_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
+BuildRequires:  python-devel
+BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xtst)
 %if 0%{?suse_version}
 %py_requires
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-virtkey for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory 
checked in at 2011-12-06 18:58:05

Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtkey.new (New)


Package is "python-virtkey", Maintainer is ""

Changes:




Other differences:
--
++ python-virtkey.spec ++
--- /var/tmp/diff_new_pack.9LfoND/_old  2011-12-06 19:30:20.0 +0100
+++ /var/tmp/diff_new_pack.9LfoND/_new  2011-12-06 19:30:20.0 +0100
@@ -27,7 +27,7 @@
 Release:1
 Url:https://launchpad.net/virtkey
 Summary:Python extension to emulate keypresses
-License:LGPLv3+
+License:LGPL-3.0+
 Group:  Development/Languages/Python
 Source: python-%{mod_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-virtkey for openSUSE:Factory

2011-07-19 Thread h_root

Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory
checked in at Tue Jul 19 15:14:49 CEST 2011.




--- GNOME/python-virtkey/python-virtkey.changes 2010-12-20 10:03:53.0 
+0100
+++ python-virtkey/python-virtkey.changes   2011-07-02 19:57:16.0 
+0200
@@ -1,0 +2,21 @@
+Sat Jul  2 19:46:16 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.60.0:
+  + Add methods to get the active layout symbols and group
+(lp#65626)
+  + Add python error exit in getKbd (lp#526791)
+  + Fix potential X resource leaks
+  + Add test code to simulate missing X keyboard
+  + Some code cleanup
+  + Reorganize source directory and add AUTHORS, NEWS and README files
+  + Add MANIFEST.in file
+  + Use pkg-config to find paths instead of hardcoded paths
+  + Update license to LGPL 3
+  + Use 'python-virtkey' name also for source package
+  + Change version format to major.minor.micro
+  + Add some API documentation
+- Change License tag from GPLv2+ to LGPLv3+.
+- Drop python-virtkey-use-pkg-config.patch: fixed upstream.
+- Update description
+
+---

calling whatdependson for head-i586


Old:

  python-virtkey-0.50.tar.bz2
  python-virtkey-use-pkg-config.patch

New:

  python-virtkey-0.60.0.tar.gz



Other differences:
--
++ python-virtkey.spec ++
--- /var/tmp/diff_new_pack.sNaZWt/_old  2011-07-19 15:12:53.0 +0200
+++ /var/tmp/diff_new_pack.sNaZWt/_new  2011-07-19 15:12:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-virtkey (Version 0.50)
+# spec file for package python-virtkey
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,15 +23,13 @@
 %define mod_name virtkey
 
 Name:   python-%{mod_name}
-Version:0.50
-Release:2
+Version:0.60.0
+Release:1
 Url:https://launchpad.net/virtkey  
 Summary:Python extension to emulate keypresses
-License:GPLv2+
+License:LGPLv3+
 Group:  Development/Languages/Python
-Source: python-%{mod_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM python-virtkey-use-pkg-config.patch vu...@opensuse.org -- 
Fix build by using pkg-config to get compilation flags, sent by mail upstream 
(no bug tracker)
-Patch0: python-virtkey-use-pkg-config.patch
+Source: python-%{mod_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  glib2-devel
@@ -41,16 +39,12 @@
 %endif
 
 %description
-Python extension for emulating keypresses and getting current keyboard layout.
-
-Authors:
-
-Chris Jones  
+python-virtkey is a python extension for emulating keypresses and
+getting the keyboard geometry from the xserver.
 
 %prep
 export CFLAGS="%{optflags}"
-%setup -c
-%patch0 -p1
+%setup -q
 
 %build
 python setup.py build
@@ -63,6 +57,7 @@
 
 %files %{?suse_version: -f INSTALLED_FILES}
 %defattr(-,root,root,-)
+%doc AUTHORS COPYING.LESSER NEWS README
 %if 0%{!?suse_version:1}
 %python_sitelib/%{mod_name}*
 %endif






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org