2014-02-13 15:59:45 +00:00
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?fedora}
|
2014-11-13 16:07:24 +00:00
|
|
|
%global with_python3 1
|
2014-11-06 16:44:05 +00:00
|
|
|
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])")
|
|
|
|
#global python3_dbus_dir %(d=%{python3_sitearch}/dbus/mainloop; [ -d $d ] || d=%{python3_sitelib}/dbus/mainloop; echo $d)
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif
|
|
|
|
%global with_python2 1
|
2014-11-06 16:44:05 +00:00
|
|
|
%global python2_dbus_dir %(%{__python2} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])")
|
|
|
|
#global python2_dbus_dir %(d=%{python2_sitearch}/dbus/mainloop; [ -d $d ] || d=%{python2_sitelib}/dbus/mainloop; echo $d)
|
2014-02-15 20:10:19 +00:00
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
Summary: Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
2014-12-26 20:54:50 +00:00
|
|
|
Version: 5.4
|
2015-02-25 19:54:38 +00:00
|
|
|
Release: 6%{?dist}
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
# all BSD, except for GPLv2+ dbus bindings and examples
|
|
|
|
License: BSD and GPLv2+
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
2014-06-02 17:59:07 +00:00
|
|
|
%if 0%{?snap:1}
|
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-%{version}%{?snap:-snapshot-%{snap}}.tar.gz
|
|
|
|
%else
|
2014-02-13 15:59:45 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz
|
2014-06-02 17:59:07 +00:00
|
|
|
%endif
|
2015-01-06 18:16:40 +00:00
|
|
|
Source1: macros.pyqt5
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2014-11-06 14:06:39 +00:00
|
|
|
## upstream patches
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
## upstreamable patches
|
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: findutils
|
2014-11-06 14:06:39 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2014-11-06 16:44:05 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-python)
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildRequires: pkgconfig(phonon4qt5)
|
2014-06-02 17:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.3
|
|
|
|
BuildRequires: pkgconfig(Qt5Bluetooth)
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Declarative)
|
|
|
|
BuildRequires: pkgconfig(Qt5Designer)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Multimedia)
|
2014-11-11 12:44:06 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Network) pkgconfig(Qt5OpenGL)
|
2014-05-12 15:31:38 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Positioning)
|
2014-06-02 17:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5Script)
|
2014-05-12 16:31:51 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Sensors)
|
2014-06-02 17:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5SerialPort)
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Sql) pkgconfig(Qt5Svg) pkgconfig(Qt5Test)
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
|
|
|
BuildRequires: python2-devel
|
2014-12-26 20:54:50 +00:00
|
|
|
BuildRequires: sip-devel >= 4.16.5
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
BuildRequires: python3-devel
|
2014-12-26 20:54:50 +00:00
|
|
|
BuildRequires: python3-sip-devel >= 4.16.5
|
2014-06-02 23:23:14 +00:00
|
|
|
BuildRequires: python3-dbus
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python3
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2014-11-06 17:28:37 +00:00
|
|
|
Requires: dbus-python
|
2014-02-13 15:59:45 +00:00
|
|
|
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
|
|
|
|
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
|
|
|
|
|
|
|
%filter_provides_in %{python_sitearch} %{?_qt5_plugindir}
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
%filter_provides_in %{python3_sitearch} %{?_qt5_plugindir}
|
|
|
|
%endif
|
2014-02-13 15:59:45 +00:00
|
|
|
%filter_setup
|
|
|
|
|
2014-02-13 16:29:24 +00:00
|
|
|
Provides: PyQt5 = %{version}-%{release}
|
|
|
|
Provides: PyQt5%{?_isa} = %{version}-%{release}
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
These are Python bindings for Qt5.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2015-01-02 18:47:23 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-02-13 15:59:45 +00:00
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: sip-devel
|
2014-02-13 16:29:24 +00:00
|
|
|
Provides: PyQt5-devel = %{version}-%{release}
|
2014-02-13 15:59:45 +00:00
|
|
|
%description devel
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
|
|
|
of the Qt5 classes (e.g. KDE or your own).
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
%package -n python3-qt5
|
|
|
|
Summary: Python 3 bindings for Qt5
|
|
|
|
%{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
|
|
|
Provides: python3-PyQt5 = %{version}-%{release}
|
2014-11-06 16:44:05 +00:00
|
|
|
Requires: python3-dbus
|
2014-02-15 20:10:19 +00:00
|
|
|
%description -n python3-qt5
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package -n python3-qt5-devel
|
|
|
|
Summary: Python 3 bindings for Qt5
|
2015-01-02 18:47:23 +00:00
|
|
|
Requires: python3-qt5%{?_isa} = %{version}-%{release}
|
2014-12-29 04:41:21 +00:00
|
|
|
Requires: qt5-qtbase-devel
|
2014-02-15 20:10:19 +00:00
|
|
|
Requires: python3-sip-devel
|
|
|
|
Provides: python3-PyQt5-devel = %{version}-%{release}
|
|
|
|
%description -n python3-qt5-devel
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
2014-12-29 04:41:21 +00:00
|
|
|
of the Qt5 classes
|
2014-02-15 20:10:19 +00:00
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Developer documentation for %{name}
|
2014-02-13 16:29:24 +00:00
|
|
|
Provides: PyQt5-doc = %{version}-%{release}
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2014-06-02 17:59:07 +00:00
|
|
|
%setup -n PyQt-gpl-%{version}%{?snap:-snapshot-%{snap}}
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
rm -rf %{py3dir}
|
|
|
|
cp -a . %{py3dir}
|
|
|
|
%endif # with_python3
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
PATH=%{_qt5_bindir}:$PATH ; export PATH
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
# Python 2 build:
|
|
|
|
%if 0%{?with_python2}
|
2014-02-13 15:59:45 +00:00
|
|
|
%{__python2} configure.py \
|
|
|
|
--assume-shared \
|
|
|
|
--confirm-license \
|
|
|
|
--no-timestamp \
|
|
|
|
--qmake=%{_qt5_qmake} \
|
|
|
|
--verbose
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python2
|
|
|
|
|
|
|
|
# Python 3 build:
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
pushd %{py3dir}
|
|
|
|
%{__python3} configure.py \
|
|
|
|
--assume-shared \
|
|
|
|
--confirm-license \
|
|
|
|
--no-timestamp \
|
|
|
|
--qmake=%{_qt5_qmake} \
|
|
|
|
--verbose
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
popd
|
|
|
|
%endif # with_python3
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2014-02-15 20:10:19 +00:00
|
|
|
|
|
|
|
# Python 3 build:
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot} -C %{py3dir}
|
2014-12-27 16:41:38 +00:00
|
|
|
# ensure .so modules are executable for proper -debuginfo extraction
|
|
|
|
for i in %{buildroot}%{python3_sitearch}/PyQt5/*.so %{buildroot}%{python3_dbus_dir}/pyqt5.so ; do
|
|
|
|
chmod a+rx $i
|
|
|
|
done
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
# Python 2 build:
|
|
|
|
%if 0%{?with_python2}
|
2014-02-13 15:59:45 +00:00
|
|
|
make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
|
2014-12-27 16:41:38 +00:00
|
|
|
# ensure .so modules are executable for proper -debuginfo extraction
|
|
|
|
for i in %{buildroot}%{python2_sitearch}/PyQt5/*.so %{buildroot}%{python2_dbus_dir}/pyqt5.so ; do
|
|
|
|
chmod a+rx $i
|
|
|
|
done
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python2
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
# remove Python3 code from Python2 directory, fixes FTBFS like PyQt4 (#564633)
|
2014-03-16 20:18:16 +00:00
|
|
|
rm -rfv %{buildroot}%{python2_sitearch}/PyQt5/uic/port_v3/
|
2014-02-13 15:59:45 +00:00
|
|
|
# remove Python2 code from Python3 directory (for when/if we support python3 here)
|
|
|
|
rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
# rpm macros
|
|
|
|
install -p -m644 -D %{SOURCE1} \
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
sed -i \
|
|
|
|
-e "s|@@NAME@@|%{name}|g" \
|
|
|
|
-e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
|
|
|
|
-e "s|@@VERSION@@|%{version}|g" \
|
|
|
|
-e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python2}
|
2014-02-13 15:59:45 +00:00
|
|
|
%files
|
|
|
|
%doc NEWS README
|
|
|
|
%doc LICENSE
|
2015-01-06 18:16:40 +00:00
|
|
|
%{rpm_macros_dir}/macros.pyqt5
|
2014-11-06 16:44:05 +00:00
|
|
|
%{python2_dbus_dir}/pyqt5.so
|
2014-02-13 15:59:45 +00:00
|
|
|
%{_qt5_plugindir}/PyQt5/
|
2014-03-16 20:18:16 +00:00
|
|
|
%dir %{python2_sitearch}/PyQt5/
|
|
|
|
%{python2_sitearch}/PyQt5/__init__.py*
|
|
|
|
%{python2_sitearch}/PyQt5/Qt.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtBluetooth.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtCore.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtDBus.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtHelp.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimediaWidgets.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtOpenGL.so
|
2014-05-12 15:31:38 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtPositioning.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtQml.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtQuick.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtQuickWidgets.so
|
2014-05-12 15:31:38 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtSensors.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtSerialPort.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtSql.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtSvg.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtTest.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtWebKit.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtWebKitWidgets.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtWidgets.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtX11Extras.so
|
2014-12-26 23:09:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtXml.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtXmlPatterns.so
|
|
|
|
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
|
|
|
%{python2_sitearch}/PyQt5/uic/
|
2014-02-13 15:59:45 +00:00
|
|
|
%{_qt5_plugindir}/designer/libpyqt5.so
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_bindir}/pylupdate5
|
|
|
|
%{_bindir}/pyrcc5
|
|
|
|
%{_bindir}/pyuic5
|
|
|
|
%{_datadir}/sip/PyQt5/
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%files -n python3-qt5
|
|
|
|
%doc NEWS README
|
|
|
|
%doc LICENSE
|
2015-01-06 18:16:40 +00:00
|
|
|
%{rpm_macros_dir}/macros.pyqt5
|
2014-11-06 16:44:05 +00:00
|
|
|
%{python3_dbus_dir}/pyqt5.so
|
2014-02-15 20:10:19 +00:00
|
|
|
%dir %{python3_sitearch}/PyQt5/
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/
|
|
|
|
%{python3_sitearch}/PyQt5/__init__.py*
|
|
|
|
%{python3_sitearch}/PyQt5/Qt.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtBluetooth.so
|
2014-02-15 20:10:19 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtCore.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtDBus.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtHelp.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimediaWidgets.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtOpenGL.so
|
2014-05-12 15:31:38 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtPositioning.so
|
2014-02-15 20:10:19 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtQml.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtQuick.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtQuickWidgets.so
|
2014-05-12 15:31:38 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtSensors.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtSerialPort.so
|
2014-02-15 20:10:19 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtSql.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtSvg.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtTest.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtWebKit.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtWebKitWidgets.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtWidgets.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtX11Extras.so
|
2014-12-27 00:48:02 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtXml.so
|
2014-02-15 20:10:19 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtXmlPatterns.so
|
|
|
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
|
|
|
%{python3_sitearch}/PyQt5/uic/
|
|
|
|
|
2014-12-29 04:41:21 +00:00
|
|
|
%files -n python3-qt5-devel
|
2014-12-29 16:09:11 +00:00
|
|
|
%{_bindir}/pylupdate5
|
|
|
|
%{_bindir}/pyrcc5
|
|
|
|
%{_bindir}/pyuic5
|
2014-12-29 04:41:21 +00:00
|
|
|
%{_datadir}/sip/PyQt5/
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python3
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%doc doc/*
|
|
|
|
%doc examples/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-02-25 19:54:38 +00:00
|
|
|
* Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4-6
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
* Tue Jan 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4-5
|
|
|
|
- +macros.pyqt5
|
|
|
|
|
2015-01-02 18:47:23 +00:00
|
|
|
* Fri Jan 02 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4-4
|
|
|
|
- -devel: restore dep on base pkg
|
|
|
|
|
2014-12-29 04:41:21 +00:00
|
|
|
* Sun Dec 28 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4-3
|
|
|
|
- python3-qt5-devel subpkg
|
|
|
|
|
2014-12-27 16:41:38 +00:00
|
|
|
* Sat Dec 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4-2
|
|
|
|
- ensure .so modules are executable (for proper -debuginfo extraction)
|
|
|
|
|
2014-12-26 20:54:50 +00:00
|
|
|
* Fri Dec 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4-1
|
|
|
|
- 5.4
|
|
|
|
|
2014-11-13 16:07:24 +00:00
|
|
|
* Thu Nov 13 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-6
|
|
|
|
- restore python3 support
|
|
|
|
|
2014-11-11 12:44:06 +00:00
|
|
|
* Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-5
|
|
|
|
- pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415)
|
|
|
|
|
2014-11-06 16:44:05 +00:00
|
|
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-4
|
|
|
|
- try to determine dbus-python install paths dynamically (#1161121)
|
|
|
|
|
|
|
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-3
|
2014-11-06 14:06:39 +00:00
|
|
|
- Build failure in sipQtWebKitWidgestQWebInspector: qprinter.h not found (#1160932)
|
|
|
|
- python2_sitelib should be python2_sitearch (#1161121)
|
2014-11-06 03:36:46 +00:00
|
|
|
|
2014-09-15 16:51:57 +00:00
|
|
|
* Mon Sep 15 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
|
|
|
|
- PyQt-gpl-5.3.2
|
|
|
|
|
2014-08-17 21:41:39 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-06 19:32:37 +00:00
|
|
|
* Sun Jul 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-1
|
|
|
|
- PyQt-gpl-5.3.1
|
|
|
|
|
2014-06-07 22:38:06 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-02 23:23:14 +00:00
|
|
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-2
|
|
|
|
- python3: (Build)Requires: python3-dbus
|
|
|
|
|
2014-06-02 17:59:07 +00:00
|
|
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-1
|
|
|
|
- PyQt-gpl-5.3
|
|
|
|
- +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support
|
|
|
|
|
2014-05-12 14:56:30 +00:00
|
|
|
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
|
|
|
|
- rebuild (f21-python)
|
2014-05-12 15:31:38 +00:00
|
|
|
- +Qt5Positioning,Qt5Sensors support
|
2014-05-12 14:56:30 +00:00
|
|
|
|
2014-03-16 20:18:16 +00:00
|
|
|
* Sun Mar 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
|
|
|
|
- PyQt-5.2.1
|
|
|
|
|
2014-03-08 22:32:05 +00:00
|
|
|
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2-5
|
|
|
|
- Rebuild against fixed qt5-qtbase to fix -debuginfo (#1065636)
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
* Sat Feb 15 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-4
|
|
|
|
- python3-qt5 support
|
|
|
|
|
2014-02-13 16:01:32 +00:00
|
|
|
* Thu Feb 13 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-3
|
|
|
|
- Provides: PyQt5
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
* Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-2
|
|
|
|
- BR: python2-devel, use %%__python2 macro
|
|
|
|
|
|
|
|
* Wed Jan 08 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-1
|
|
|
|
- PyQt-5.2
|
|
|
|
|