Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2017-06-12 15:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and      /work/SRC/openSUSE:Factory/.sigil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sigil"

Mon Jun 12 15:31:45 2017 rev:2 rq:501671 version:0.9.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/sigil/sigil.changes      2017-05-06 
18:26:40.416438673 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2017-06-12 
15:31:55.708619425 +0200
@@ -1,0 +2,57 @@
+Sat Apr  1 17:49:18 UTC 2017 - ec...@opensuse.org
+
+- update to 0.9.8
+  * Bug Fixes
+    - Make sure when new empty epub3's are created that the toc 
+      does not use a doctype (Issue #250)
+    - Make GetUniqueFilenameVersion work even on Case-Insensitive 
+      filesystems (Issue #247)
+    - Properly urlencode/decode all hrefs in plugin's ResultXML in 
+      launcher/PluginRunner to prevent parse errors
+    - Enable Basic Cut Copy Paste Icons/Actions in OPF, NCX, XML, 
+      SVG, and other Misc Text Tabs
+    - Add proper detection for minimum service pack requirements in 
+      Windows installer
+    - Include workaround for bug in KDE Qt5 plugin on Linux that 
+      keep plugins from launching from menu
+    - Prevent splitting Section0001.xhtml (Split at Cursor) 
+      needlessly rewrite the file's manifest id with a uuid
+    - Fix issue where merging files when non-xhtml tabs were open
+      was causing Python errors or crashes
+    - Fix segfault in Image Reports when deleting unused image 
+      files
+    - Fix bug in prettyprint_xhtml in sigil_bs4 (put back 
+      inadvertently dropped is_void_tag routine)
+    - Fix gumbo serialize to better handle injected newlines
+    - Harden bundled Python isolation on Windows and add subset of 
+      PyQt5 to bundled modules
+    - Harden plugin interface code to properly unquote/quote hrefs
+    - Stop Sigil from nagging about unsupported mimetypes when 
+      epubs with Adobe xpgt page-templates are opened
+    - Fix Book Browser highlighting issue when editable XML files 
+      from the "Misc" folder are opened
+    - Pull upstream bug fixes from google's gumbo parser for Sigil
+    - Force formatting buttons in BookView to generate 
+      inline-styled spans instead of "strike", "b", etc
+    - Fix bug from deprecated use of jquery $.browser.msie 
+      introduced when jQuery was updated
+    - Fix temp folder specification on Windows systems that delete 
+      the system temp folder for every login (Issue #285)
+    - Fix typos in metadata descriptions to allow better 
+      translations
+  * New Features
+    - New preference setting (Appearance section) which allows user 
+      to adjust the size of the main menu icons
+    - Add manifest properties to Book Browser tooltips and to All 
+      Files Reports Widget for epub3
+    - Make Sigil's UI and spellchecker language settings available
+      to plugins
+    - Add support for PyQt5 for plugin gui widgets
+    - Internal builds now use Qt 5.6.2 with Webkit added back
+    - Windows structural changes to eliminate file duplication and 
+      to accommodate PyQt5 requirements
+    - Update all build it yourself from source documentation for 
+      new requirements
+- Add Patch sigil-version.patch to set right version
+
+-------------------------------------------------------------------

Old:
----
  0.9.7.tar.gz

New:
----
  0.9.8.tar.gz
  sigil-version.patch

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

Other differences:
------------------
++++++ sigil.spec ++++++
--- /var/tmp/diff_new_pack.rNDnX2/_old  2017-06-12 15:31:56.728475588 +0200
+++ /var/tmp/diff_new_pack.rNDnX2/_new  2017-06-12 15:31:56.736474460 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sigil
-Version:        0.9.7
+Version:        0.9.8
 Release:        0
 Summary:        WYSIWYG Ebook Editor
 License:        GPL-3.0
@@ -29,6 +29,8 @@
 Source2:        %{name}.desktop
 # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in 
pre section
 Patch0:         %{name}-gt-0.9.0-Dialogs-About.cpp.patch
+# PATCH-FIX-OPENSUSE Set right version
+Patch1:         %{name}-version.patch
 
 BuildRequires:  cmake >= 3.0
 BuildRequires:  boost-devel
@@ -91,6 +93,7 @@
 %setup -q -n Sigil-%{version}
 sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
 %patch0 -p 1
+%patch1 -p 1
 %{__cp} -v %{S:1} .
 %{__cp} -v %{S:2} .
 # rpmlint

++++++ 0.9.7.tar.gz -> 0.9.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/sigil/0.9.7.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new/0.9.8.tar.gz differ: char 15, line 1


++++++ sigil-version.patch ++++++
diff -Pdpru Sigil-0.9.8.orig/CMakeLists.txt Sigil-0.9.8/CMakeLists.txt
--- Sigil-0.9.8.orig/CMakeLists.txt     2017-03-21 17:54:48.000000000 +0100
+++ Sigil-0.9.8/CMakeLists.txt  2017-04-02 10:27:19.952071686 +0200
@@ -29,7 +29,7 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PA
 
 set( SIGIL_MAJOR_VERSION 0 )
 set( SIGIL_MINOR_VERSION 9 )
-set( SIGIL_REVISION_VERSION 7 )
+set( SIGIL_REVISION_VERSION 8 )
 set( SIGIL_FULL_VERSION 
${SIGIL_MAJOR_VERSION}.${SIGIL_MINOR_VERSION}.${SIGIL_REVISION_VERSION} )
 
 if( UNIX AND NOT APPLE )

Reply via email to