commit sigil for openSUSE:Factory

2020-07-27 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2020-07-27 17:38:36

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.3592 (New)


Package is "sigil"

Mon Jul 27 17:38:36 2020 rev:14 rq:822760 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2020-03-30 
23:03:48.108190135 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.3592/sigil.changes2020-07-27 
17:38:56.294916966 +0200
@@ -1,0 +2,39 @@
+Sat Jul 25 08:22:20 UTC 2020 - ecsos 
+
+- Update to 1.3.0
+  New Features:
+  - Added FontTab to show a specific font by double-clicking in 
+BookBrowser
+  - Added Index Toolbar
+  - Added increased protection against evil epubs manipulating
+file: urls
+  - Changes to support building with Visual Studio 2019 on Windows
+  - Improved Windows Installer and handling of C++ runtime 
+libraries
+  - Updated Build instructions for MacOS, Windows, and Linux
+  Bug Fixes:
+  - Reorganized the source code to add a Widgets folder to reduce
+code duplication
+  - Fixed spelling mistakes in MetaEditor user interface and 
+xmlsanitycheck error messages
+  - Fixed mistakes handling font files (and other files) whose
+names start with a "." on macOS/Linux
+  - Improved embedded python error messages
+  - Improved some error messages on epub load
+  - Fix TabConnections to properly handle the new FontTab tabs
+  - grew Preferences Colour widths to better handle non-English 
+colour names (Thanks BeckyEbook)
+  - Fixed bug in handling missing local links when using Add 
+Existing ...
+  - Removed all python2 remanants from the Sigil plugin and
+pythonlib code
+  - If "Mend on Open" set, better handle import of huge file of of
+run-on lines
+  - Bug fix for css url updating
+  - Fix bug that prevented css updates from being shown in Preview
+without reload
+  - Fix gcc8 build warnings where possible
+  - Prevent BookBrowser's Rename and RERename from using URI
+delimiters ("#",etc) in file names
+
+---

Old:

  sigil-1.2.1.tar.gz

New:

  sigil-1.3.0.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.mM0Sr6/_old  2020-07-27 17:38:57.646918282 +0200
+++ /var/tmp/diff_new_pack.mM0Sr6/_new  2020-07-27 17:38:57.650918286 +0200
@@ -18,7 +18,7 @@
 
 %define sigil_doc_version 2019.09.03
 Name:   sigil
-Version:1.2.1
+Version:1.3.0
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only
@@ -34,7 +34,6 @@
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  hunspell-devel
 # upstream use Qt 5.12.3
 BuildRequires:  libqt5-qtbase-devel >= 5.4.2
 BuildRequires:  libqt5-qtlocation-devel >= 5.4.2
@@ -43,27 +42,37 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  make
-BuildRequires:  pcre-devel
 BuildRequires:  pkgconfig
 # not need for build, only check for exists
-# upstream use for python3-Pillow 5.4.1
-BuildRequires:  python3-Pillow
+# upstream use for python3-Pillow 7.1.2
+BuildRequires:  python3-Pillow >= 5.0.0
+# upstream use python3-certifi 2020.6.20
+BuildRequires:  python3-certifi
+# upstream use python3-chardet 3.0.4
 BuildRequires:  python3-chardet >= 3.0.4
+# upstream use python3-css-parser 1.0.4
+BuildRequires:  python3-css-parser >= 1.0.4
+# upstream use python3-cssselect 1.1.0
 BuildRequires:  python3-cssselect >= 1.0.3
+# upstream use python3-cssutils ?
 BuildRequires:  python3-cssutils >= 1.0.2
 # upstream use 3.7.2
 BuildRequires:  python3-devel >= 3.4
-# upstream use python3-dulwich 0.19.15
-BuildRequires:  python3-dulwich
-BuildRequires:  python3-html5lib >= 1.0.1
-# upstream use for python3-lxml 4.2.6
-BuildRequires:  python3-lxml
+# upstream use python3-dulwich 0.20.5
+BuildRequires:  python3-dulwich >= 0.20.2
+# upstream use python3-html5lib >= 1.1
+BuildRequires:  python3-html5lib
+# upstream use for python3-lxml 4.5.1
+BuildRequires:  python3-lxml >= 4.4.2
 # upstream use for python3-qt5 5.12.3
 BuildRequires:  python3-qt5
-# upstream use for python3-regex 2018.11.12
+# upstream use for python3-regex 2020.6.8
 BuildRequires:  python3-regex
-# upstream use for python3-six 1.12.0
-BuildRequires:  python3-six
+# upstream use for python3-six 1.15.0
+BuildRequires:  python3-six >= 1.14.0
+# upstream use for python3-urllib3 1.25.9
+BuildRequires:  python3-urllib3 >= 1.24
+# upstream use python3-tk ?
 BuildRequires:  python3-tk
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -79,9 +88,14 @@
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  

commit sigil for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2020-03-30 23:03:45

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.3160 (New)


Package is "sigil"

Mon Mar 30 23:03:45 2020 rev:13 rq:789583 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2020-02-07 
15:59:58.187683060 +0100
+++ /work/SRC/openSUSE:Factory/.sigil.new.3160/sigil.changes2020-03-30 
23:03:48.108190135 +0200
@@ -1,0 +2,48 @@
+Sun Mar 29 18:16:02 UTC 2020 - ec...@opensuse.org
+
+- Update to 1.2.1
+  Mainly a Linux source-only release to handle an issue with the
+  dulwich Python module (required for the new Sigil checkpointing
+  feature) on systems with a Python 3 version less than 3.8.0.
+
+---
+Sun Mar 29 16:45:24 UTC 2020 - ec...@opensuse.org
+
+- Update to 1.2.0
+  * New Features:
+- Provide a tweak setting to adjust drag distance for 
+  Windows & Linux
+- Added YesToAll and NoToAll options for replacing images via 
+  Add Existing...
+- Highdpi and uifont setting information is now available to
+  Sigil's plugins
+- Add a Checkpoint feature to Sigil for fast versioned saves to
+  git repositories
+- add ability to easily create a Checkpoint (stored via a local
+  git repository)
+  - add ability to see the changes between the current epub and
+any earlier Checkpoint
+  - add ability to revert the entire epub back to an earlier
+Checkpoint
+  - added ability to manage and delete Checkpoint repositories.
+  * Bug Fixes:
+- Fix cosmetic file name issue when aborts file rename edits in 
+  BookBrowser
+- Improve default drag-distance for BookBrowser for
+  Windows & Linux
+- Reduce required drag distance for macOS
+- Fix index generation bug related to non-escaped text used in
+  regular expressions
+- Fix bug that caused lost class attributes when marking words
+  for an index
+- Guide to Landmark Semantic mappings have been extended to
+  better cover "other.*" guide items
+- Changed the removeDir() routine to better deal with Windows
+  delete file issues.
+- Updated Building on Windows docs
+- Updated Building on MacOS docs
+- Modified the codebase to use Ordered hashes/dictionaries
+  throughout to prevent unneeded reordering in tag attribute
+  order
+
+---

Old:

  1.1.0.tar.gz

New:

  sigil-1.2.1.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.xcrjj6/_old  2020-03-30 23:03:49.368190852 +0200
+++ /var/tmp/diff_new_pack.xcrjj6/_new  2020-03-30 23:03:49.372190855 +0200
@@ -18,13 +18,13 @@
 
 %define sigil_doc_version 2019.09.03
 Name:   sigil
-Version:1.1.0
+Version:1.2.1
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only
 Group:  Productivity/Other
 URL:https://sigil-ebook.com/
-Source0:https://github.com/Sigil-Ebook/Sigil/archive/%{version}.tar.gz
+Source0:
https://github.com/Sigil-Ebook/Sigil/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}.epub
 Source2:%{name}.desktop
 # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in 
pre section
@@ -53,6 +53,8 @@
 BuildRequires:  python3-cssutils >= 1.0.2
 # upstream use 3.7.2
 BuildRequires:  python3-devel >= 3.4
+# upstream use python3-dulwich 0.19.15
+BuildRequires:  python3-dulwich
 BuildRequires:  python3-html5lib >= 1.0.1
 # upstream use for python3-lxml 4.2.6
 BuildRequires:  python3-lxml
@@ -77,10 +79,12 @@
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5XmlPatterns)
+BuildRequires:  pkgconfig(libusb-1.0)
 Requires:   python3-Pillow
 Requires:   python3-chardet
 Requires:   python3-cssselect
 Requires:   python3-cssutils
+Requires:   python3-dulwich
 Requires:   python3-html5lib
 Requires:   python3-lxml
 Requires:   python3-regex





commit sigil for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2020-02-07 15:57:53

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.26092 (New)


Package is "sigil"

Fri Feb  7 15:57:53 2020 rev:12 rq:771061 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2019-12-18 
14:48:48.521952073 +0100
+++ /work/SRC/openSUSE:Factory/.sigil.new.26092/sigil.changes   2020-02-07 
15:59:58.187683060 +0100
@@ -1,0 +2,61 @@
+Fri Feb  7 10:29:02 UTC 2020 - ec...@opensuse.org
+
+- Update to 1.1.0
+  * New Features:
+- Added Support for Dark Mode for Windows, Linux and macOSX
+- Added new icons that work well under both Light and Dark 
+  modes
+- Added ability to use Dark Mode for Preview 
+  (controlled by Preferences)
+- Added Zoom Keys Ctrl +/- support to the Inspector
+  (for improved Accessibility)
+- Added support for a second Clip bar with up to 20 additional
+  clips
+- Select Special Character Dialog now support scrollbars
+- Guide and Nav titles are now translated into ebook language
+  (if translations available)
+- All Report Names have been shortened to allow larger font 
+  sizes for better Accessibility
+- Added improved contrast icons
+- Completely reworked all Sigil Preference Dialogs to make them
+  more screen/user friendly
+- Added support for controlling Windows/Linux HighDPI settings
+- Clips from the Clips QDockwidget window can now be used in 
+  CSS Tabs as well.
+- The plugin interface has been extended to show current 
+  colorMode and primary colors
+  * Bug Fixes:
+- Replaced deprecated QSignalMapper code with QActionGroups 
+  throughout Sigil’s code base (still more work to do there)
+- Fixed bug in “open-with” on macOSX that did not allow .app 
+  files to be selected
+- Soft hyphens characters are now handled properly by 
+  Spellchecking [PR from BeckyEbook]
+- Fixed bug in ‘split at cursor” that created extra empty pages
+- Fix bug in Insert Files from Disk
+- Fixed same thread re-entrancy issues with tab 
+  creation / deletion code due to Qt signal/slot handling
+- Fixed source code typos [PR from luzpaz]
+- Fixed incorrect number of “times used” in Image Reports
+- Fixed plugin font_iter() code to properly handle new Iana.org
+  font media types
+- Broken links are no longer changed during ImportHTML 
+  (Add Existing…) operations
+- Cover svg image “vh” “vw” fixup code now properly handles
+  empty headers on cover page
+- GetBookpathByPathEnd() will now work properly and thereby
+  better handle detection of file name conflicts during imports
+- Better handle file name info from Validation plugins
+- Inserting Links now creates proper links for top of page of
+  the same file
+- Fix ImportHTML when creating a new book to properly add 
+  an NCX if needed
+- Include official QT backported fixes to Qt 5.12.6 to make it
+  more stable
+- The nav will now properly handle internal links to top of 
+  page of the nav itself
+- harden lxml xml processing with resolve_entities set to 
+  false for improved security
+- Run spec-cleaner.
+
+---

Old:

  1.0.0.tar.gz

New:

  1.1.0.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.H3Ehpj/_old  2020-02-07 15:59:59.011683480 +0100
+++ /var/tmp/diff_new_pack.H3Ehpj/_new  2020-02-07 15:59:59.011683480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sigil
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 %define sigil_doc_version 2019.09.03
-
 Name:   sigil
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only
 Group:  Productivity/Other
-Url:http://sigil-ebook.com/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://sigil-ebook.com/
 Source0:https://github.com/Sigil-Ebook/Sigil/archive/%{version}.tar.gz
 Source1:
https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}.epub
 Source2:%{name}.desktop
@@ -46,28 +44,15 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  make
 BuildRequires:  pcre-devel
-# upstream use 3.7.2
-BuildRequires:  python3-devel >= 3.4
-BuildRequires:  

commit sigil for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2019-12-18 14:46:37

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.4691 (New)


Package is "sigil"

Wed Dec 18 14:46:37 2019 rev:11 rq:757709 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2019-09-05 
12:43:51.935461121 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.4691/sigil.changes2019-12-18 
14:48:48.521952073 +0100
@@ -1,0 +2,64 @@
+Wed Dec 18 09:56:13 UTC 2019 - ec...@opensuse.org
+
+- Update to 1.1.0
+  * Bug Fixes:
+- All bugs reported in alpha release have been fixed. 
+  Special thanks to Vroni, BeckEBook, Doitsu, Odamizu, 
+  Un_Pogaz, snarkophilus, and many others who ran tests and
+  reported bugs.
+- Fix for crash on macOS opening Preferences following New 
+  MainWindow
+- Workaround Qt bug in restoreState after maximize with Find
+  and Replace open
+- Fix logic to identify and store window geometry when normal
+  (not maximized)
+- Fix handling of plugin dialog being closed or 
+  aborted / cancelled
+- Prevent Preview timer related crashes on closing MainWindow
+  on macOS
+- Update and harden media types recognition
+- Use non-native QFileDialogs on macOS to workaround Qt bugs
+- Fix crash of fast Tab closing on all platforms
+- Prevent whitespace inside code tags from being changed when
+  prettifying
+- replace case change "text icon" with actual sizable icon
+  * New Features:
+- Add Load/Save capability for the Custom Empty Epub Layout
+  Designer
+- Large speedups in Reports using QtConcurrent
+- Speedups in Spellcheck Dialog sorting
+- Add File Name to Preview Window title
+- Add Regular Expression File Renamer to BookBrowser context
+  menu
+- Mend on Open or Save only touch/repair non-wellformed files
+- Re-enable Drag and Drop of Tabs
+- Add menus/icons for "New ePub2" and "New ePub3" to ease
+  creation of empty epubs (icons courtesy of BeckyEbook)
+- Extend ePub2 Guide Semantics to include many of the "other.*"
+  codes common to ePub3 as well
+
+- Changes from 0.9.991 (pre1.0 Alpha Release)
+  * Bug Fixes:
+- handle javascript location.href style in Preview 
+- use CaseInsensitive sort in Plugins menu (Thank you BeckDTP)
+- use Locale aware sort routines for AddMetadata, and MetaData
+  Names (Thankyou Doitsu)
+- recognize x-font-otf style media types
+- recognize vnd.adobe.page-template+xml media type
+- recognize webp images media type
+- improve updating of smil xml files when moved
+- preserve whitespace inside the code element when prettifying
+- try again to prevent timer events during MainWindow close 
+  that causes random crashes on exit on macOS
+- fix svg cover images to use 100vh and 100vx in Preview
+  * New Features:
+- completely reworked most of Sigil's internals to now load all
+  Epubs in their "as-is" state and fully allow editing and 
+  plugins to work
+- added Tools menu item to standardize an epub to Sigil norm.
+- added Tools menu item to allow user to design a custom empty
+  epub and make it default
+- added font tooltips that describe each font by mousing over
+  in BookBrowser (with improvements by BeckyDTP)
+
+---

Old:

  0.9.18.tar.gz

New:

  1.0.0.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.7v2tcp/_old  2019-12-18 14:48:49.125952349 +0100
+++ /var/tmp/diff_new_pack.7v2tcp/_new  2019-12-18 14:48:49.129952351 +0100
@@ -19,7 +19,7 @@
 %define sigil_doc_version 2019.09.03
 
 Name:   sigil
-Version:0.9.18
+Version:1.0.0
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only

++ 0.9.18.tar.gz -> 1.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/sigil/0.9.18.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new.4691/1.0.0.tar.gz differ: char 28, line 1





commit sigil for openSUSE:Factory

2019-09-05 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2019-09-05 12:43:38

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.7948 (New)


Package is "sigil"

Thu Sep  5 12:43:38 2019 rev:10 rq:728245 version:0.9.18

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2019-08-13 
13:20:42.693427114 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.7948/sigil.changes2019-09-05 
12:43:51.935461121 +0200
@@ -1,0 +2,44 @@
+Wed Sep  4 10:31:11 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.9.18
+  * Bug Fixes:
+- fix bug in macOS that caused spurious warnings about missing
+  file in the manifest
+- hopefully fix macOS bug about launching files using open-with
+  from Desktop
+- make sure JQuery gets loaded before starting to use Preview
+  javascript functions
+- fix local links during split that incorrectly used target
+  filename for internal link
+- create GetEnvironmentVar to make access to environment
+  variables more cross-platform
+- fix macOS bug when hitting close on the title bar of 
+  MainWindow causing strange window behaviour
+- hopefully fix macOS segfault on close by disabling Preview
+  timer immediately
+- fix Windows 7 issues when running batch (.bat) files via
+  OpenExternally (open with)
+- all error messages are now properly logged
+- fix improperly disabled open-with menu in Image Tabs popup
+  context menu
+- removed use of Qt obsolete methods in About and Error Dialogs
+  * New Features
+- enable use of SIGIL_DEBUG_LOGFILE environment var to control
+  saving debug output to a file
+- properly update the ncx after merging xhtml files
+- properly warn users if a multiple rendition epub
+ (multiple OPF files) has been loaded
+- make Sigil's external XHtml editor work to pass an OPF file
+  (see PageEdit new features)
+- Allow epub3 metadata editor to edit primary meta tags
+- Replace buggy cssutils module used in plugins with our own 
+  drop-in replacement fork: css-parser
+- Updated Mac, Windows, and Linux build documentation
+
+  Be aware that Sigil-0.9.18 no longer enforces the need for epub3
+  to have and support an NCX for the purposes of backward 
+  compatibility with epub2 reading systems. There are, however, 
+  built-in tools to allow users to add backward compatibility 
+  features such as the NCX to their epub3.
+
+---

Old:

  0.9.17.tar.gz
  Sigil_User_Guide_2019.06.25.epub

New:

  0.9.18.tar.gz
  Sigil_User_Guide_2019.09.03.epub



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.xCflsx/_old  2019-09-05 12:43:53.203460872 +0200
+++ /var/tmp/diff_new_pack.xCflsx/_new  2019-09-05 12:43:53.211460871 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define sigil_doc_version 2019.06.25
+%define sigil_doc_version 2019.09.03
 
 Name:   sigil
-Version:0.9.17
+Version:0.9.18
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only

++ 0.9.17.tar.gz -> 0.9.18.tar.gz ++
/work/SRC/openSUSE:Factory/sigil/0.9.17.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new.7948/0.9.18.tar.gz differ: char 28, line 1




commit sigil for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2019-08-13 13:19:25

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.9556 (New)


Package is "sigil"

Tue Aug 13 13:19:25 2019 rev:9 rq:722215 version:0.9.17

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2019-07-23 
22:35:06.978999383 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.9556/sigil.changes2019-08-13 
13:20:42.693427114 +0200
@@ -1,0 +2,36 @@
+Sat Aug 10 18:56:22 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.9.17
+  * Bug Fixes
+- fix missing python3 network certifications on macOS
+- do not apply named entities in Preserve Entities to epub3 
+  epubs
+- fix build docs for macOS
+- prevent FlowTab destructor race crash when opening a new book
+  (Linux, Mac, Windows)
+- fix suggestions for built-in en_US dictionary by adding "x" 
+  to the TRY list
+- fix plugins adding and deleting ncx under epub3
+- throw exception in plugins when epub2 tries to add or delete
+  the ncx
+- fix bad Warning message about missing nav.xhtml file that was
+  not missing
+- fix CodeView to Preview sync breakage due to minimize/restore
+- fix CodeView to Preview sync breakage due to attempting to 
+  load the Preview before it finished loading the last update
+- fix sigil_bs4 to work with latest python lxml 4.4.X in 
+  a backwards compatible manner
+- fix missing Preview to CodeView sync on Qt versions 5.9.X 
+  and 5.10.X
+- fix segfault on app close related to the PreviewWindow update
+  timer firing at a bad time
+- fix CodeView to Preview syncing loss caused by spurious load
+  finished signals
+- fix macOS specific bug that allowed multiple MainWindows to
+  become tabs
+  * New Features
+- add a python3 plugin module navprocessor.py for plugin devs
+- show Preview by default (tabified with TOC) for new 
+  installations of Sigil
+
+---

Old:

  0.9.16.tar.gz

New:

  0.9.17.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.D5yYYz/_old  2019-08-13 13:20:43.453426914 +0200
+++ /var/tmp/diff_new_pack.D5yYYz/_new  2019-08-13 13:20:43.457426913 +0200
@@ -19,7 +19,7 @@
 %define sigil_doc_version 2019.06.25
 
 Name:   sigil
-Version:0.9.16
+Version:0.9.17
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only

++ 0.9.16.tar.gz -> 0.9.17.tar.gz ++
/work/SRC/openSUSE:Factory/sigil/0.9.16.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new.9556/0.9.17.tar.gz differ: char 28, line 1





commit sigil for openSUSE:Factory

2019-07-23 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2019-07-23 22:35:05

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.4126 (New)


Package is "sigil"

Tue Jul 23 22:35:05 2019 rev:8 rq:717457 version:0.9.16

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2019-07-11 
13:15:07.090831001 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.4126/sigil.changes2019-07-23 
22:35:06.978999383 +0200
@@ -1,0 +2,32 @@
+Mon Jul 22 07:19:12 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.9.16
+  * New Features
+- added epub3 tool: Generate NCX/Guide for epub2 e-readers
+- added epub3 tool: Remove NCX and Guide
+- added right click on link in Preview copies url to 
+  clipboard
+- added check mark indicator for current semantic set in 
+  AddSemantics dialog
+- opf guide is no longer used/updated in epub3, unless new 
+  epub3 tool menu is used
+- harden Sigil against maliciously crafted epub zip archives 
+  (aka zip-slip attacks)
+- added bk.getnavid() to the plugin framework and 
+  navprocessor.py for plugin devs
+- updated build documents to the latest Qt 5.12.3 and Python 
+  3.7.2)
+  * Bug Fixes
+- add missing title tag to nav head to make epubcheck happy
+- add dcterms:modified to empty epub 3 opf to keep epubcheck 
+  happy
+- fix lost Preview-CodeView sync when internal links are 
+  followed in Preview
+- fix macOS specific bug with newer versions of PIL (Pillow) 
+  used by plugins
+- prevent MS VC++ automatic reboots during Windows installs
+- prevent user from changing semantics of the nav file itself 
+  (it must be set to “toc”)
+- fix bug that dropped nav from spine when HTML TOC created
+
+---
@@ -1117 +1148,0 @@
-

Old:

  0.9.15.tar.gz

New:

  0.9.16.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.AR8fAW/_old  2019-07-23 22:35:07.766999220 +0200
+++ /var/tmp/diff_new_pack.AR8fAW/_new  2019-07-23 22:35:07.766999220 +0200
@@ -19,7 +19,7 @@
 %define sigil_doc_version 2019.06.25
 
 Name:   sigil
-Version:0.9.15
+Version:0.9.16
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only
@@ -46,6 +46,7 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  make
 BuildRequires:  pcre-devel
+# upstream use 3.7.2
 BuildRequires:  python3-devel >= 3.4
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -70,7 +71,7 @@
 BuildRequires:  python3-html5lib >= 1.0.1
 # upstream use for python3-lxml 4.2.6
 BuildRequires:  python3-lxml
-# upstream use for python3-qt5 5.12
+# upstream use for python3-qt5 5.12.3
 BuildRequires:  python3-qt5
 # upstream use for python3-regex 2018.11.12
 BuildRequires:  python3-regex

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





commit sigil for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2019-07-11 13:14:46

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new.4615 (New)


Package is "sigil"

Thu Jul 11 13:14:46 2019 rev:7 rq:713274 version:0.9.15

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2018-09-24 
13:13:24.789690984 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new.4615/sigil.changes2019-07-11 
13:15:07.090831001 +0200
@@ -1,0 +2,127 @@
+Wed Jul  3 14:49:14 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.9.15
+  A Beta Release of Sigil ported to QtWebEngine to replace QtWebKit
+
+  * New Features
+- ported to use QtWebEngine (based on Chromium) to replace 
+  QtWebkit
+- QtWebEngine plugs many major memory leaks. 
+  Memory footprint should stay low to moderate.
+- QtWebEngine has ongoing security and support patches from 
+  Qt/Google/Chromium
+- removes the broken/deprecated BookView Editor that relied on 
+  QtWebKit
+- created PageEdit app (that uses QtWebEngine) that replaces 
+  much BookView functionality
+  (see https://github.com/Sigil-Ebook/PageEdit)
+- allows the user to control use of javascript and remote 
+  access by epubs when editing to improve overall security
+- adds action to launch one preferred external xhtml editor via
+  shortcut or icon
+  (can be used to fast launch PageEdit app or any other xhtml 
+  open-with editor)
+- adds 5 more plugin quicklaunch buttons to main menu for 
+  a total of 10 (with all new icons! Thanks so much Becky!)
+
+  It also includes all of the fixes and updates from Sigil-0.9.14.
+
+  Be aware that Sigil-0.9.15 still enforces the need for epub3 to 
+  have and support an NCX so that it generates as backward 
+  a compatible epub as possible. This may be relaxed in future 
+  releases.
+
+- Changes from 0.9.14
+  This Sigil release is primarily to address performance issues and
+  memory leaks, but there are a still some new features and other 
+  bug fixes as described below.
+  
+  * Bug Fixes
+- flush all changes to disk before creating a Report so that 
+  files sizes are correct
+- stop writing python bytecode to Program Files on Windows
+- remember cover semantics if cover image replaced by Add 
+  Existing...
+- fix issues with the Plugin Framework documentation epub
+- more memory leaks plugged
+- minor code cleanups
+  * New Features
+- updated to Qt 5.12.3 with Annulen Webkit 5.212 with extra 
+  QtCursor memory leak fixes
+- updated to Python 3.7.2
+- updated build docs for macOS, Linux and Windows
+- build system now uses GNUInstallDirs to determine the best 
+  installation libdir on Linux
+- updated desktop integration for Linux
+- reduce PCRE cache size to help lower memory footprint
+- improve mapping of hunspell dictionary names to actual 
+  language names (thanks BeckyDTP)
+- add warning during import if unmanifested files exist in the
+  epub zip archive
+- no longer requires use of non-breaking space entities 
+  (or any entities at all!)
+- special spaces are now visisble via syntax highlighting in 
+  CodeView
+- dropping epubs on Sigil.app no longer opens an extra empty 
+  epub on macOS
+- reload Preview only when needed to help prevent screen 
+  flicker and lower memory use
+- enabled Windows automated builds using Apppveyor
+- Windows releases now compiled with Visual Studio 2017
+- characters in HTML files report now uses gumbo for speed
+- allow user's custom plugin icons to survive a plugin update
+
+  Sigil 0.9.14 will mark the last version that uses QtWebKit, 
+  and will be the last version to support editing in BookView. 
+  (https://github.com/Sigil-Ebook/Sigil/wiki#sigil-moving-to-qtwebengine)
+
+  Be aware that Sigil-0.9.14 still enforces the need for epub3 
+  to have and support an NCX so that it generates as backward 
+  a compatible epub as possible. 
+  This may be relaxed in future releases.
+
+---
+Sat Apr  6 10:22:55 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.9.13
+  * Bug Fixes
+- Revert change of INI encoding to utf-8 as QSettings very 
+  broken under utf-8 (commit 5484463)
+- Ensure all url attributes in shape-outside properties in
+  CSS stylesheets get updated (commit de7b09f)
+- Workaround for lost cursor in qlineedit Qt bug (issue #398)
+  (commit a8acab7)
+- Workaround missing File New, Open, Quit menus in Mac menubar 
+  if windows closed (commit 660a8aa)
+- Remove Icon from Tab for macOS only to workaround Qt bug 
+  (commit 5c91924)
+- Plug some 

commit sigil for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2018-09-24 13:13:23

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new (New)


Package is "sigil"

Mon Sep 24 13:13:23 2018 rev:6 rq:637101 version:0.9.10

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2018-08-18 
00:04:37.875170210 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2018-09-24 
13:13:24.789690984 +0200
@@ -1,0 +2,6 @@
+Fri Sep 21 18:47:29 UTC 2018 - Bernhard Wiedemann 
+
+- Drop build date from build output (boo#1047218)
+- Fix % escaping where %H:%M:%S turned into 17:53:56OURCE
+
+---



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.HKby60/_old  2018-09-24 13:13:25.381689953 +0200
+++ /var/tmp/diff_new_pack.HKby60/_new  2018-09-24 13:13:25.381689953 +0200
@@ -86,26 +86,27 @@
 
 %prep
 %setup -q -n Sigil-%{version}
-sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
 %patch0 -p 1
 cp -v %{S:1} .
 cp -v %{S:2} .
 # rpmlint
-dos2unix src/Resource_Files/python3lib/meta*.py
-dos2unix src/Resource_Files/python3lib/opf_*.py
-find . -type f -exec sed -i -e 's|#!\/usr\/bin\/env 
python|#!\/usr\/bin\/python3|g' {} +
 
 #FIXME MANUAL UPDATE OF DATE REQUIRED HERE
 # Fix "Your file uses  __DATE and __TIME__ this causes the package to rebuild 
 # when not needed warning"
 # 
http://sourceforge.net/tracker/?func=detail=102439=3314371_id=2439
 #
-# We use the current date
-_date=$(date +"%Y%m%d")
-_time=$(date +"%H:%M:%S")
+# We use the ChangeLog date
+_date=$(date -u -r ChangeLog.txt -I)
+_time=$(date -u -r ChangeLog.txt +%%T)
 # Change it:
 find . -type f -name About.cpp -exec sed -i 
"s/@DATE@/$_date/;s/@TIME@/$_time/g" {} +
 
+sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
+dos2unix src/Resource_Files/python3lib/meta*.py
+dos2unix src/Resource_Files/python3lib/opf_*.py
+find . -type f -exec sed -i -e 's|#!\/usr\/bin\/env 
python|#!\/usr\/bin\/python3|g' {} +
+
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS"





commit sigil for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2018-08-18 00:04:09

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new (New)


Package is "sigil"

Sat Aug 18 00:04:09 2018 rev:5 rq:629529 version:0.9.10

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2018-06-19 
11:54:35.806230067 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2018-08-18 
00:04:37.875170210 +0200
@@ -1,0 +2,68 @@
+Thu Aug 16 09:10:33 UTC 2018 - jeng...@inai.de
+
+- Replace old %__ macros and $RPM_* shell vars.
+- Use more "xargs -exec +".
+
+---
+Wed Aug 15 14:14:36 UTC 2018 - ec...@opensuse.org
+
+- update to 0.9.10
+  * Bug Fixes
+- Fix signal handling to prevent double launch of plugins 
+  immediately after plugin installed
+- Fixed incorrect named entity tooltips for many of the 
+  Insert-> Special Characters
+- Fixed lack of recognition of woff2 fonts inside Sigil and for
+  plugins
+- Fix segfault when .xml is first file in BookBrowser and add
+  new html or split at cursor is invoked
+- Fix bug that allowed multiple audio/video tabs of the same 
+  resource to be opened
+- Fix plugin related bug when adding/removing last xhtml file
+- Fix Text Direction setting inside body to use structural dir 
+  attribute under epub3
+- Fix duplicate group-position property in epub3 MetaData 
+  Editor
+- Use absolute path references when first opening Sigil with 
+  an ebook so that Open Recent works better
+- Fix "issue" in handling self-closing script tags in head 
+  (similar issue that we had with self-closing title tags)
+- Fix issue converting Qt Strings to their Python equivalent 
+  when outside the BMP
+- Fix issue with trying to add existing html files when names 
+  clash due to case insensitive file systems
+- Fix crash bug after styling text in BookView and immediately 
+  going to CodeView without moving cursor
+- Fix crash bugs after deleting resources contained in a Report 
+  in the BookBrowser
+- Fix bug that destroys nav if left in unparseable state by 
+  user even temporarily
+- Fix bug that moved cursor to beginning of tag block when save 
+  is done in CodeView
+  * New Features
+- allow plugins to supply their own icon (plugin.png 48x48) for 
+  use on the Quick Launch Toolbar icons
+- extend plugin interface to include the status of the epub 
+  inside Sigil (modified or saved)
+- extend plugin interface to include the path to the saved epub
+  file or the null string if never saved
+- extend Insert->Special Characters to include both a Greek
+  letter panel and a mathematical symbol panel
+- add support for calibre:series and calibre:series_index to
+  Metadata Editor for epub2
+- add support for calibre:title_sort to Metadata Editor for
+  epub2
+- add support for clicking internal links in Preview to load
+  the proper destination tab
+- add support for loading Qt's base translation files if 
+  present. Allows buttons on native qt dialogs to
+- be translated (Windows users may need to manually copy newer 
+  qtbase_xx.qm files to Sigil's translation
+- directory if they didn't exist in Qt5.6.2)
+- allow user to add custom css rules to Preview/Book View by 
+  creating a file called "custom_preview_style.css"
+- in the Sigil preferences folder (not responsible for custom 
+  css and ebook css fighting with each other)
+- Drop sigil-fix_deprecated_macro.patch because now in upstream.
+
+---

Old:

  0.9.9.tar.gz
  Sigil_User_Guide_0_7_2.epub
  sigil-fix_deprecated_macro.patch

New:

  0.9.10.tar.gz
  Sigil_User_Guide.epub



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.W5aWoi/_old  2018-08-18 00:04:39.403174780 +0200
+++ /var/tmp/diff_new_pack.W5aWoi/_new  2018-08-18 00:04:39.411174804 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sigil
-Version:0.9.9
+Version:0.9.10
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0-only
@@ -25,12 +25,10 @@
 Url:http://sigil-ebook.com/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:https://github.com/Sigil-Ebook/Sigil/archive/%{version}.tar.gz
-Source1:
https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_0_7_2.epub
+Source1:
https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide.epub
 Source2:

commit sigil for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2018-06-19 11:54:31

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new (New)


Package is "sigil"

Tue Jun 19 11:54:31 2018 rev:4 rq:615909 version:0.9.9

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2018-01-09 
14:53:43.962284662 +0100
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2018-06-19 
11:54:35.806230067 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 06:06:22 UTC 2018 - ec...@opensuse.org
+
+- insert sigil-fix_deprecated_macro.patch to fix build error
+
+---

New:

  sigil-fix_deprecated_macro.patch



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.qg9arv/_old  2018-06-19 11:54:37.006185516 +0200
+++ /var/tmp/diff_new_pack.qg9arv/_new  2018-06-19 11:54:37.010185367 +0200
@@ -20,7 +20,7 @@
 Version:0.9.9
 Release:0
 Summary:WYSIWYG Ebook Editor
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Other
 Url:http://sigil-ebook.com/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -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 Change deprecated qt5_use_modules to target_link_libraries
+Patch1: %{name}-fix_deprecated_macro.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 3.0
 BuildRequires:  dos2unix
@@ -88,6 +90,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


++ sigil-fix_deprecated_macro.patch ++
diff -Pdpru Sigil-0.9.9.orig/src/CMakeLists.txt Sigil-0.9.9/src/CMakeLists.txt
--- Sigil-0.9.9.orig/src/CMakeLists.txt 2017-12-21 17:59:01.0 +0100
+++ Sigil-0.9.9/src/CMakeLists.txt  2018-06-11 08:04:01.700642771 +0200
@@ -684,7 +684,7 @@ if (MSVC)
 endif()
 
 target_link_libraries( ${PROJECT_NAME} ${QT_MAIN} ${HUNSPELL_LIBRARIES} 
${PCRE_LIBRARIES} ${GUMBO_LIBRARIES} ${MINIZIP_LIBRARIES} ${PYTHON_LIBRARIES} )
-qt5_use_modules(${PROJECT_NAME} Widgets Xml XmlPatterns PrintSupport Svg 
WebKit WebKitWidgets Network Concurrent)
+target_link_libraries(${PROJECT_NAME} Qt5::Widgets Qt5::Xml Qt5::XmlPatterns 
Qt5::PrintSupport Qt5::Svg Qt5::WebKit Qt5::WebKitWidgets Qt5::Network 
Qt5::Concurrent)
 
 #
 



commit sigil for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2018-01-09 14:53:39

Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and  /work/SRC/openSUSE:Factory/.sigil.new (New)


Package is "sigil"

Tue Jan  9 14:53:39 2018 rev:3 rq:562311 version:0.9.9

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2017-06-12 
15:31:55.708619425 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2018-01-09 
14:53:43.962284662 +0100
@@ -1,0 +2,62 @@
+Sun Jan  7 11:42:03 UTC 2018 - ec...@opensuse.org
+
+- update to 0.9.9
+  * Bug Fixes
+- Add python_3.5_fixes3.patch to Python build and update build 
+  docs on OSX to fix missing symbols
+- Fix crash caused by Preview holding pointer to user removed 
+  resource when front tab is non-html resource
+- Fix crash in FlowTab destructor due to re-entering flowtab 
+  during Syntax Highlighting and signals
+- Fix issue with file icons disappearing when reordering in 
+  Book Browser (commit ecb56b1f)
+- Fix missing epub3 Manifest cover-image property 
+  setting/unsetting with BookBrowser
+- Fix issue where cancelling the SaveAs dialog disconnected 
+  an existing epub from its saved path
+- Fix assertion error in sigil-gumbo when handling extraneous 
+  script end tags
+- Apply multiple fixes for gumbo from upstream
+- Fix segfault in Split at Cursor when not an html file
+- Make sure Add Cover tool properly handles existing manifest 
+  cover properties in EPUB3s
+- Correct error dialog to say “Sigil may need to close.”
+- Prevent Images and Misc items from being dragged to the Text 
+  folder in Book Browser (commit 30bb96d)
+- Fix Linux bug that prevents rich text from other programs 
+  being pasted into Book View (issue #320)
+- Fix bug where index entries inside em and dfn tags were 
+  ignored during index generation
+- Fix bug on Windows in spell checking when smart right single 
+  quotes are used for apostrophes
+- Fix bug in simple well-formed check to handle generic xml 
+  processing instructions
+- Fix bug in epub3 MetaEditor with title-type 
+  and collection-type properties
+- Fix plugin code to prevent book href vs manifest id clashes
+- Fix bug in Plugin Runner to allow it to delete non-manifested 
+  files properly
+- Fix bug in SourceUpdates to handle properly handle 
+  css properties with multiple urls
+- Fix bugs in well-formed check to better handle missing 
+  doctypes
+  * New Features
+- Add SIGIL_DISABLE_CURSOR_BLINK environment variable 
+  to disable text cursor to aid Accessibility on OSX
+- Better use semantic information (guide types and Landmarks) 
+  to allow the user finer control of index generation
+- Attempt to improve Metadata Editor placeholder text to help 
+  beginners
+- Preview Window Title bar will now show height and width 
+  of the Preview Window
+- Allow users to limit/disable clipboard history saving via 
+  General Preferences
+- Convert br tags in header text to linebreaks for toc/ncx/nav 
+  generation routines
+- Support spell checking of words with numbers controlled by 
+  Preference settings
+- Add two additional Quick Lauch Icons for Plugins
+- Drop Patch sigil-version.patch, 
+  because right version is now in upstream
+
+---

Old:

  0.9.8.tar.gz
  sigil-version.patch

New:

  0.9.9.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.XaitjT/_old  2018-01-09 14:53:46.374171594 +0100
+++ /var/tmp/diff_new_pack.XaitjT/_new  2018-01-09 14:53:46.378171406 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sigil
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sigil
-Version:0.9.8
+Version:0.9.9
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0
@@ -29,59 +29,54 @@
 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
+BuildRequires:  cmake >= 3.0
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 

commit sigil for openSUSE:Factory

2017-06-12 Thread root
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.0 +0100
+++ Sigil-0.9.8/CMakeLists.txt  2017-04-02