Hello community,

here is the log from the commit of package python-poppler-qt5 for 
openSUSE:Factory checked in at 2018-06-02 12:08:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poppler-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-poppler-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-poppler-qt5"

Sat Jun  2 12:08:41 2018 rev:2 rq:612902 version:0.25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-poppler-qt5/python-poppler-qt5.changes    
2017-03-31 15:07:55.649617569 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-poppler-qt5.new/python-poppler-qt5.changes   
    2018-06-02 12:08:44.475487498 +0200
@@ -1,0 +2,10 @@
+Tue May 29 14:40:58 UTC 2018 - mc...@suse.com
+
+- Clean SPEC file
+
+-------------------------------------------------------------------
+Thu Aug 24 13:49:38 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -20,0 +31 @@
+

Old:
----
  python-poppler-qt5-0.25.0.tar.gz

New:
----
  v0.25.1.tar.gz

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

Other differences:
------------------
++++++ python-poppler-qt5.spec ++++++
--- /var/tmp/diff_new_pack.kUPXHX/_old  2018-06-02 12:08:45.735441287 +0200
+++ /var/tmp/diff_new_pack.kUPXHX/_new  2018-06-02 12:08:45.739441140 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-poppler-qt5
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 LISA GmbH, Bingen, Germany.
 # Copyright (c) 2012 Johannes Engel <jcnen...@gmail.com>
 #
@@ -18,37 +18,40 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-poppler-qt5
-BuildRequires:  libpoppler-qt5-devel
-BuildRequires:  python3-qt5-devel
+Version:        0.25.1
+Release:        0
 Summary:        Python binding to poppler-qt5
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Python
-Version:        0.25.0
-Release:        0
-Url:            https://github.com/zehome/python-poppler-qt5
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.gz
+URL:            https://github.com/zehome/python-poppler-qt5
+Source0:        
https://github.com/zehome/python-poppler-qt5/archive/v%{version}.tar.gz
+BuildRequires:  libpoppler-qt5-devel
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-qt5-devel
 Obsoletes:      python-poppler-qt4
+%python_subpackages
 
 %description
-Python binding to poppler-qt5
-
+A Python binding for libpoppler-qt5 that aims for completeness
+and for being actively maintained.
 
 %prep
 %setup -q
 
 %build
-export PATH=/usr/%_lib/qt5/bin:$PATH
-python3 setup.py build
+export PATH=%{_libdir}/qt5/bin:$PATH
+%python_build
 
 %install
-export PATH=/usr/%_lib/qt5/bin:$PATH
-python3 setup.py install --prefix=%{_prefix} --root="%{buildroot}"
+export PATH=%{_libdir}/qt5/bin:$PATH
+%python_install
 
-%files
-%defattr(-,root,root)
-%doc ChangeLog LICENSE README.rst TODO
+%files %{python_files}
+%license LICENSE
+%doc ChangeLog README.rst TODO
 %{python3_sitearch}/popplerqt5*.so
 %{python3_sitearch}/python_poppler_qt5*.egg-info
 


Reply via email to