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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtkey.new/python-virtkey.changes       
2012-02-28 14:15:35.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb 24 09:31:30 UTC 2012 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.mGsrHw/_new  2012-02-28 14:15:36.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to