Hello community,

here is the log from the commit of package python3-qt4 for openSUSE:Factory
checked in at Mon Sep 5 17:12:30 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python3-qt4/python-qt4.changes      2011-08-30 14:49:10.000000000 +0200
@@ -0,0 +1,389 @@
+-------------------------------------------------------------------
+Tue Aug 30 12:47:14 UTC 2011 - idon...@suse.com
+
+- Remove check for obsolete openSUSE versions.
+
+-------------------------------------------------------------------
+Mon Aug 29 18:41:49 UTC 2011 - ter...@gmail.com
+
+- Add python-qt4-utils package to avoid conflicts between python2 
+  and python3 versions
+
+-------------------------------------------------------------------
+Mon Aug 22 11:11:58 UTC 2011 - idon...@novell.com
+
+- Unbreak -debuginfo package creation 
+
+-------------------------------------------------------------------
+Tue Aug 16 00:59:00 UTC 2011 - ter...@gmail.com
+
+- update to 4.8.5
+  -This is a minor bug fix release. 
+
+-------------------------------------------------------------------
+Tue May  3 19:21:44 UTC 2011 - gre...@suse.de
+
+- fix for x86-64 issue to enable the package to properly build.
+
+-------------------------------------------------------------------
+Mon May  2 18:56:41 CEST 2011 - dmuel...@suse.de
+
+- update to 4.8.4:
+ * Added support for Qt v4.7.2.
+ * Added limited support for setEventFilter() and filterEvent() to 
QAbstractEventDispatcher.
+ * pyrcc4 will now compress by default to match the behaviour of rcc.
+ * Removed QTouchEventSequence as its C++ API makes it impossible to be used 
from Python.
+
+-------------------------------------------------------------------
+Fri Feb 11 10:31:22 UTC 2011 - co...@novell.com
+
+- refresh patches
+
+-------------------------------------------------------------------
+Tue Jan 25 11:58:35 CET 2011 - dmuel...@suse.de
+
+- update to 4.8.3:
+  - Added the QPyNullVariant class to the QVariant v2 API to allow null
+    QVariants to be implemented.
+  - Added the optional type keyword argument to QSettings.value() to allow the
+    type of the returned value to be specified.
+  - QDeclarativeItem will now act as a transparent proxy from any QML signals
+    and JavaScript functions.
+  - Any QObject invokable methods can now be called transparently even if they
+    haven't been explicitly wrapped.
+  - QWizardPage.registerField() can now take an unbound or bound signal as its
+    'changedSignal' argument.
+  - Converted the Reference Guide to Sphinx.
+  - Bug fixes.
+
+-------------------------------------------------------------------
+Mon Jan  3 10:47:11 CET 2011 - dmuel...@suse.de
+
+- update to 4.8.2:
+  - Added support for Qt v4.7.1.
+  - Added the coloreditorfactory.py, combowidgetmapper.py,
+    customsortfiltermodel.py and simplewidgetmapper.py item view examples from
+    Hans-Peter Jansen.
+  - Added the IPC examples from Hans-Peter Jansen.
+  - Added the WebKit examples from Hans-Peter Jansen.
+  - Added the calendarwidget.py, stylesheet.py and textedit.py examples from
+    Hans-Peter Jansen.
+  - Added the --no-timestamp option to configure.py.
+  - Added the lang example from Hans-Peter Jansen to the contrib directory.
+  - The support for the detection of the destruction by Qt of internally
+    constructed QObject instances (added in PyQt v4.7.5) has been disabled
+    until a reliable thread-safe solution can be found.
+  - Bug fixes.
+  - Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow
+    PyQt to be built against Qt built with namespace support.
+  - Bug fixes.
+
+-------------------------------------------------------------------
+Mon Oct 25 15:58:35 CEST 2010 - dmuel...@suse.de
+
+- update to 4.8:
+ - Added support for Qt v4.7 including the new QtDeclarative module.
+ - pyqtProperty() can now be used as a method decorator in the same way that
+   the standard Python property type can be used.
+ - Added the notify argument to pyqtProperty().
+ - Unbound signals can now be subscripted in the same way that bound signals
+   can.
+ - Added the missing << operator to QPolygon, QPolygonF and
+   QXmlStreamAttributes.
+ - PyQt will now automatically keep a reference to objects set with some sort
+   of setter method when Qt expects the underlying C++ instance to stay valid
+   but does not take ownership of it.
+ - Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen.
+ - Added the --assume-shared option to configure.py.
+ - The QtAssistant module is no longer built with Qt v4.7 and later.
+
+-------------------------------------------------------------------
+Tue Oct  5 08:56:43 UTC 2010 - wstephen...@novell.com
+
+- Add patch to fix python-kde4 build from kde-packag...@kde.org
+
+-------------------------------------------------------------------
+Fri Oct  1 14:53:50 UTC 2010 - ei...@heavensinferno.net
+
+- update to 4.7.7:
+  -  - A bug fix release. 
+
+-------------------------------------------------------------------
+Wed Sep  1 10:45:09 CEST 2010 - dmuel...@suse.de
+
+- update to 4.7.5:
+  - Added QStringRef.__str__() and QStringRef.__unicode__() to the QString v1
+    API.
+  - The destruction by Qt of internally constructed QObject instances is now
+    automatically detected.
+  - A signal defined with pyqtSignal() can now be used with methods that make
+    an internal call to QObject::connect(), e.g. QTimer.singleShot().
+  - Added the --from-imports command line argument to pyuic4 and the
+    from_imports argument to PyQt4.uic.compileUi().
+  - Added support for Python v3.2.
+  - The Windows installer now includes qcollectiongenerator.exe and
+    qhelpgenerator.exe.
+  - Any class with a count() method now supports the len() builtin.
+  - Added the missing == and != operators to QItemSelection.
+  - Added readQVariantHash(), readQVariantList(), readQVariantMap,
+    writeQVariantHash(), writeQVariantList() and writeQVariantMap() to
+    QDataStream.
+  - Added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes,
+    and the ErrorDomain enum to QWebPage.
+
+-------------------------------------------------------------------
+Tue Jun  8 16:52:45 CEST 2010 - dmuel...@suse.de
+
+- update to 4.7.3:
+  - Added evaluateToString() and evaluateToStringList() to QXmlQuery.
+
+-------------------------------------------------------------------
+Thu May 20 18:11:42 UTC 2010 - cmorv...@yahoo.es
+
+- Fixed build-compare
+
+-------------------------------------------------------------------
+Fri Mar 26 18:52:43 CET 2010 - dmuel...@suse.de
+
+- update to 4.7.2:
+  - A bug fix release.
+  - Added the schema.py example.
+  - Added the missing pushContext() and popContext() to QScriptEngine.
+  - A QStyleOption instance will be wrapped as a specific sub-class where
+    possible.
+
+-------------------------------------------------------------------
+Fri Jan 15 10:24:52 UTC 2010 - tittiatc...@gmail.com
+
+- update to 4.7
+  * Qt v4.6 is fully supported.
+  * Added the QtMultimedia module.
+  * Added keyword support for optional arguments.
+  * Added docstrings for all classes, functions and methods that 
+    describe the Python signatures of all callables.
+  * Any Python object that can be pickled can now be automatically 
+    written to and read from QSettings.
+  * A QHostAddress.SpecialAddress can be used whenever a QHostAddress 
+    is expected.
+  * Added the optional initialFilter argument to the 
+    QFileDialog.get*AndFilter() functions.
+  * Added the readInt(), readQString(), readQStringList(), readQVariant(), 
+    writeInt(), writeQString(), writeQStringList() and writeQVariant() 
+    methods to QDataStream.
+  * Added widgetPluginPath to the uic module to specify the directories 
+    that are searched for widget plugins.
+  * Added the anchorlayout.py, animatedtiles.py, appchooser.py, easing.py, 
+    lighting.py, moveblocks.py, states.py and stickman.py examples.
+  * Significantly reduced the size of the modules on Linux and MacOS/X.
+
+-------------------------------------------------------------------
+Fri Nov 20 12:19:04 CET 2009 - dmuel...@suse.de
+
+- update to 4.6.2:
+  * A bug fix release.
+
+-------------------------------------------------------------------
+Fri Nov 20 12:14:32 CET 2009 - dmuel...@suse.de
+
+- add split-provides
+
+-------------------------------------------------------------------
+Sat Oct 24 12:30:06 CEST 2009 - dmuel...@suse.de
+
+- update to 4.6.1:
+  * Added the missing setDropAction() method to QGraphicsSceneDragDropEvent.
+  * Added the QMacCocoaViewContainer class on OS/X.
+  * An updated sandbox.py from Mark Summerfield.
+
++++ 192 more lines (skipped)
++++ between /dev/null
++++ and python3-qt4/python-qt4.changes
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python3-qt4/python3-qt4.changes     2011-08-30 14:49:10.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Tue Aug 30 12:47:20 UTC 2011 - idon...@suse.com
+
+- Remove check for obsolete openSUSE versions.
+
+-------------------------------------------------------------------
+Mon Aug 29 18:41:49 UTC 2011 - ter...@gmail.com
+
+- Add python-qt4-utils package to avoid conflicts between python2 
+  and python3 versions
+
+-------------------------------------------------------------------
+Mon Aug 22 11:13:02 UTC 2011 - idon...@novell.com
+
+- Unbreak -debuginfo package creation  
+
+-------------------------------------------------------------------
+Tue Aug 16 00:59:00 UTC 2011 - ter...@gmail.com
+
+- update to 4.8.5
+  -This is a minor bug fix release. 
+- add python3-qt4.spec

calling whatdependson for head-i586


New:
----
  PyQt-x11-gpl-4.8.5.tar.bz2
  build-compare.diff
  disable-rpaths.diff
  link-python.diff
  link-python3.diff
  python-qt4.changes
  python-qt4.spec
  python3-qt4.changes
  python3-qt4.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qt4.spec ++++++
#
# spec file for package python-qt4
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#

# norootforbuild


Name:           python-qt4
BuildRequires:  libqt4-devel python-devel python-sip-devel
BuildRequires:  libQtWebKit-devel
BuildRequires:  fdupes
BuildRequires:  dbus-1-python-devel
Requires:       dbus-1-python >= %( echo `rpm -q --queryformat '%{VERSION}' 
dbus-1-python`)
%if %sles_version == 10
Requires:       python-elementtree
%endif
Requires:       python-sip >= %( echo `rpm -q --queryformat '%{VERSION}' 
python-sip`)
License:        GPLv2, GPLv3 or Riverbank Commercial License
Group:          Development/Libraries/Python
Summary:        PyQt - python bindings for Qt 4
Version:        4.8.5
Release:        1
%define rversion %version
Url:            http://www.riverbankcomputing.com/software/pyqt/intro
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        PyQt-x11-gpl-%{rversion}.tar.bz2
Patch0:         link-python.diff
Patch2:         disable-rpaths.diff
Patch3:         build-compare.diff
%py_requires
%if %suse_version <= 1110
%define python_sitelib %{py_sitedir}
%endif
Requires:       libqt4-x11 >= %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-x11`)

%description
PyQt is a set of Python bindings for Trolltech's Qt application
framework and runs on all platforms supported by Qt including Windows,
MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt
v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are
implemented as a set of Python modules and contain over 300 classes and
nearly 6,000 functions and methods.

Authors:
--------
    Riverbank Computing Limited


%package devel
License:        GPLv2, GPLv3 or Riverbank Commercial License
Group:          Development/Libraries/Python
Summary:        PyQt - devel part of python bindings for Qt 4
Requires:       libqt4-devel python-sip-devel python-qt4-utils
Requires:       %name = %version

%description devel
PyQt is a set of Python bindings for Trolltech's Qt application
framework and runs on all platforms supported by Qt including Windows,
MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt
v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are
implemented as a set of Python modules and contain over 300 classes and
nearly 6,000 functions and methods.

This package contains all the developer tools you need to create your 
own PyQt applications.

Authors:
--------
    Riverbank Computing Limited


%package utils
Summary:        Common files for PyQt4 for python2 and python3
License:        GPLv2, GPLv3 or Riverbank Commercial License
Group:          Development/Libraries/Python

%description utils
This package is needed to avoid conflicts between python-qt4 and
python3-qt4 packages. It contains files common to both of them i.e.
sip files used to generate bindings and utilities pylupdate4 and pyrcc4


%prep
%setup -q -n PyQt-x11-gpl-%{rversion}
%patch0 -p1
%patch2
%patch3

%build
export CXXFLAGS="$RPM_OPT_FLAGS"
export CFLAGS="$RPM_OPT_FLAGS"
python configure.py --confirm-license --qsci-api -u

make %{_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT install
sed -i 's/The "doc" directory/The "doc" directory of package %{name}-devel/' 
README
DOCDIR=$RPM_BUILD_ROOT/usr/share/doc/packages/%{name}-devel
mkdir -p $DOCDIR
cp -pr NEWS THANKS contrib doc examples $DOCDIR
 # create hardlinks for duplicate files
%fdupes -s $DOCDIR

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%dir %{py_sitedir}/PyQt4
%{py_sitedir}/PyQt4/__init__.*
%{py_sitedir}/PyQt4/*.so
%{py_sitedir}/PyQt4/uic
%{python_sitelib}/dbus/mainloop/qt.so
%if %sles_version == 10
%{py_sitedir}/PyQt4/elementtree/__init__.py
%{py_sitedir}/PyQt4/elementtree/ElementTree.py
%{py_sitedir}/PyQt4/elementtree/ElementPath.py
%endif

%files devel
%defattr(-,root,root)
/usr/share/doc/packages/python-qt4-devel
/usr/bin/pyuic4
%{py_sitedir}/PyQt4/pyqtconfig.py
%dir /usr/share/qt4/qsci
%dir /usr/share/qt4/qsci/api
%dir /usr/share/qt4/qsci/api/python
/usr/share/qt4/qsci/api/python/PyQt4.api
/usr/%{_lib}/qt4/plugins/designer/libpythonplugin.so

%files utils
%defattr(-,root,root)
/usr/bin/pylupdate4
/usr/bin/pyrcc4
/usr/share/sip/PyQt4

%changelog
++++++ python3-qt4.spec ++++++
#
# spec file for package python3-qt4
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#

# norootforbuild


Name:           python3-qt4
License:        GPLv2, GPLv3 or Riverbank Commercial License
Group:          Development/Libraries/Python
Summary:        PyQt - python bindings for Qt 4
Version:        4.8.5
Release:        1
%define rversion %version
Url:            http://www.riverbankcomputing.com/software/pyqt/intro
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        PyQt-x11-gpl-%{rversion}.tar.bz2
Patch0:         link-python3.diff
Patch2:         disable-rpaths.diff
Patch3:         build-compare.diff

BuildRequires:  python3 python3-base python3-devel
BuildRequires:  libqt4-devel python3-sip-devel
BuildRequires:  libQtWebKit-devel
BuildRequires:  fdupes

Requires:       python3 python3-base
Requires:       python3-sip
Requires:       libqt4-x11

%description
PyQt is a set of Python bindings for Trolltech's Qt application
framework and runs on all platforms supported by Qt including Windows,
MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt
v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are
implemented as a set of Python modules and contain over 300 classes and
nearly 6,000 functions and methods.



Authors:
--------
    Riverbank Computing Limited

%package devel
License:        GPLv2, GPLv3 or Riverbank Commercial License
Group:          Development/Libraries/Python
Summary:        PyQt - devel part of python bindings for Qt 4
Requires:       libqt4-devel python3-sip-devel python-qt4-utils
Requires:       %name = %version

%description devel
PyQt is a set of Python bindings for Trolltech's Qt application
framework and runs on all platforms supported by Qt including Windows,
MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt
v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are
implemented as a set of Python modules and contain over 300 classes and
nearly 6,000 functions and methods.

This package contains all the developer tools you need to create your 
own PyQt applications.


Authors:
--------
    Riverbank Computing Limited


%prep
%setup -q -n PyQt-x11-gpl-%{rversion}
%patch0 -p1
%patch2
%patch3

%build
export CXXFLAGS="$RPM_OPT_FLAGS"
export CFLAGS="$RPM_OPT_FLAGS"
python3 configure.py --confirm-license --qsci-api -u

make %{_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT install
# pylupdate4 and pyrcc4 are in python-qt4-utils
rm $RPM_BUILD_ROOT/usr/bin/pylupdate4 $RPM_BUILD_ROOT/usr/bin/pyrcc4
rm -rf $RPM_BUILD_ROOT/usr/share/sip/PyQt4
mv $RPM_BUILD_ROOT/usr/bin/pyuic4 $RPM_BUILD_ROOT/usr/bin/py3uic4
mv $RPM_BUILD_ROOT/usr/share/qt4/qsci/api/python 
$RPM_BUILD_ROOT/usr/share/qt4/qsci/api/python3
mv $RPM_BUILD_ROOT/usr/%{_lib}/qt4/plugins/designer/libpythonplugin.so 
$RPM_BUILD_ROOT/usr/%{_lib}/qt4/plugins/designer/libpython3plugin.so
sed -i 's/The "doc" directory/The "doc" directory of package %{name}-devel/' 
README
DOCDIR=$RPM_BUILD_ROOT/usr/share/doc/packages/%{name}-devel
mkdir -p $DOCDIR
cp -pr NEWS THANKS contrib doc examples $DOCDIR
 # create hardlinks for duplicate files
%fdupes -s $DOCDIR

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%dir %{python3_sitearch}/PyQt4
%{python3_sitearch}/PyQt4/__init__.*
%{python3_sitearch}/PyQt4/*.so
%{python3_sitearch}/PyQt4/uic
#{python3_sitearch}/dbus/mainloop/qt.so

%files devel
%defattr(-,root,root)
/usr/share/doc/packages/python3-qt4-devel
/usr/bin/py3uic4
%{python3_sitearch}/PyQt4/pyqtconfig.py
%dir /usr/share/qt4/qsci
%dir /usr/share/qt4/qsci/api
%dir /usr/share/qt4/qsci/api/python3
/usr/share/qt4/qsci/api/python3/PyQt4.api
/usr/%{_lib}/qt4/plugins/designer/libpython3plugin.so

%changelog
++++++ build-compare.diff ++++++
Index: pyuic/uic/__init__.py
===================================================================
--- pyuic/uic/__init__.py.orig  2011-01-23 11:08:28.000000000 +0100
+++ pyuic/uic/__init__.py       2011-02-11 11:31:07.576439595 +0100
@@ -47,8 +47,7 @@ _header = """# -*- coding: utf-8 -*-
 
 # Form implementation generated from reading ui file '%s'
 #
-# Created: %s
-#      by: PyQt4 UI code generator %s
+# Created by: PyQt4 UI code generator %s
 #
 # WARNING! All changes made in this file will be lost!
 
@@ -165,7 +164,7 @@ def compileUi(uifile, pyfile, execute=Fa
 
     indenter.indentwidth = indent
 
-    pyfile.write(_header % (uifname, ctime(), PYQT_VERSION_STR))
+    pyfile.write(_header % (uifname, PYQT_VERSION_STR))
 
     winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports)
 
++++++ disable-rpaths.diff ++++++
Index: qpy/QtDesigner/qpydesigner.pro
===================================================================
--- qpy/QtDesigner/qpydesigner.pro.orig 2011-01-23 11:08:28.000000000 +0100
+++ qpy/QtDesigner/qpydesigner.pro      2011-02-11 11:31:07.562439309 +0100
@@ -30,6 +30,7 @@
 
 
 CONFIG      += designer static plugin
+CONFIG      -= rpath_libdirs
 TARGET      = qpydesigner
 TEMPLATE    = lib
 
Index: designer/python.pro-in
===================================================================
--- designer/python.pro-in.orig 2011-01-23 11:08:28.000000000 +0100
+++ designer/python.pro-in      2011-02-11 11:31:07.563439225 +0100
@@ -1,4 +1,5 @@
 CONFIG      += designer plugin release warn
+CONFIG      -= rpath_libdirs
 TARGET      = pythonplugin
 TEMPLATE    = lib
 
++++++ link-python.diff ++++++
Index: PyQt-x11-gpl-4.8.3/configure.py
===================================================================
--- PyQt-x11-gpl-4.8.3.orig/configure.py        2011-01-23 11:08:20.000000000 
+0100
+++ PyQt-x11-gpl-4.8.3/configure.py     2011-02-11 11:31:07.548439367 +0100
@@ -1274,6 +1274,8 @@ def add_makefile_extras(makefile, extra_
     if extra_libs:
         makefile.extra_libs.extend(extra_libs)
 
+    for lib in os.popen("python-config --libs").read().split():
+        makefile.extra_libs.append(lib.replace('-l', ''))
 
 def check_vendorid():
     """See if the VendorID library and include file can be found.
++++++ link-python3.diff ++++++
Index: PyQt-x11-gpl-4.8.3/configure.py
===================================================================
--- PyQt-x11-gpl-4.8.3.orig/configure.py        2011-01-23 11:08:20.000000000 
+0100
+++ PyQt-x11-gpl-4.8.3/configure.py     2011-02-11 11:31:07.548439367 +0100
@@ -1274,6 +1274,8 @@ def add_makefile_extras(makefile, extra_
     if extra_libs:
         makefile.extra_libs.extend(extra_libs)
 
+    for lib in os.popen("python3-config --libs").read().split():
+        makefile.extra_libs.append(lib.replace('-l', ''))
 
 def check_vendorid():
     """See if the VendorID library and include file can be found.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to