Hello community,
here is the log from the commit of package python-poppler-qt4 for
openSUSE:Factory checked in at 2015-06-23 11:57:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poppler-qt4 (Old)
and /work/SRC/openSUSE:Factory/.python-poppler-qt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poppler-qt4"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-poppler-qt4/python-poppler-qt4.changes
2015-03-16 07:01:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-poppler-qt4.new/python-poppler-qt4.changes
2015-06-23 11:57:32.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jun 14 19:36:11 UTC 2015 - [email protected]
+
+- Switch to python 3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-poppler-qt4.spec ++++++
--- /var/tmp/diff_new_pack.LDmmjl/_old 2015-06-23 11:57:32.000000000 +0200
+++ /var/tmp/diff_new_pack.LDmmjl/_new 2015-06-23 11:57:32.000000000 +0200
@@ -20,7 +20,7 @@
Name: python-poppler-qt4
BuildRequires: libpoppler-qt4-devel
-BuildRequires: python-qt4-devel
+BuildRequires: python3-qt4-devel
Summary: Python binding to poppler-qt4
License: LGPL-2.1+
Group: Development/Libraries/Python
@@ -38,15 +38,15 @@
%setup -q
%build
-python setup.py build
+python3 setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
+python3 setup.py install --prefix=%{_prefix} --root="%{buildroot}"
%files
%defattr(-,root,root)
%doc ChangeLog LICENSE README.rst TODO
-%{python_sitearch}/popplerqt4.so
-%{python_sitearch}/python_poppler_qt4*.egg-info
+%{python3_sitearch}/popplerqt4*.so
+%{python3_sitearch}/python_poppler_qt4*.egg-info
%changelog