Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-epubmerge for 
openSUSE:Factory checked in at 2022-09-16 13:32:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-epubmerge (Old)
 and      /work/SRC/openSUSE:Factory/.python-epubmerge.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-epubmerge"

Fri Sep 16 13:32:18 2022 rev:3 rq:1004050 version:2.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-epubmerge/python-epubmerge.changes        
2020-04-22 20:53:26.855445710 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-epubmerge.new.2083/python-epubmerge.changes  
    2022-09-16 13:32:40.457333346 +0200
@@ -1,0 +2,18 @@
+Fri Sep 16 08:18:08 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 2.15.0:
+  * Fix remove/up/down rows when lower selected first.
+  * Use Cal6 get_icons() so icon themes apply
+  * Add check for multiple toc.ncx files, use last to match Calibre viewer.
+  * Explicitly set --output-profile=tablet when doing epub3->epub2 autoconvert
+    in BG.
+  * Changes for upcoming Qt6 Calibre
+  * Do merging in a BG ground.
+  * Do merge in temp files instead of memory.
+  * Automatically convert input epub3s to epub2s before merging.
+  * Bump min Calibre version.
+  * Fix FFF one-chapter story check
+- Create package directory layout using find and cp so new setuptools no
+  longer dies horribly.
+
+-------------------------------------------------------------------

Old:
----
  v2.9.0.tar.gz

New:
----
  v2.15.0.tar.gz

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

Other differences:
------------------
++++++ python-epubmerge.spec ++++++
--- /var/tmp/diff_new_pack.HXNDzt/_old  2022-09-16 13:32:40.953334949 +0200
+++ /var/tmp/diff_new_pack.HXNDzt/_new  2022-09-16 13:32:40.957334962 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-epubmerge
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define upnamedown epubmerge
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-epubmerge
-Version:        2.9.0
+Version:        2.15.0
 Release:        0
 Summary:        EpubMerge Calibre Plugin
 License:        GPL-3.0-only
@@ -31,7 +31,7 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-setuptools
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 # converted to update-alternatives with 2.9.0 release
 Conflicts:      python2-%{upnamedown} < 2.9.0
 BuildArch:      noarch
@@ -61,6 +61,9 @@
 
 %prep
 %setup -q -n %{upname}-%{version}
+mkdir epubmerge
+find . -name '*.py' -maxdepth 1 -exec cp "{}" epubmerge \;
+rm epubmerge/setup.py
 
 %build
 %python_build
@@ -80,6 +83,7 @@
 %license LICENSE
 %doc README.md
 %python_alternative %{_bindir}/%{upnamedown}
-%{python_sitelib}/%{upname}*
+%{python_sitelib}/%{upnamedown}*
+%{python_sitelib}/%{upname}*info
 
 %changelog

++++++ v2.9.0.tar.gz -> v2.15.0.tar.gz ++++++
++++ 5891 lines of diff (skipped)

Reply via email to