pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/Sigil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 16 07:37:12 UTC 2023

Modified Files:
        pkgsrc/editors/Sigil: Makefile distinfo
Removed Files:
        pkgsrc/editors/Sigil/patches: patch-src_EmbedPython_EmbeddedPython.cpp

Log Message:
Sigil: update to 1.9.30.

Sigil-1.9.30
    Bug Fixes
      - fix Checkpointing to work with dulwich version 0.20.46+
      - fix css value parsing when !important is used
      - EmbeddedPython fixes to work with Python 3.11 and later (thank you sharkcz)
      - leave cursor position unchanged if nothing found when search groups of files
      - make all Numeric items in Reports align right
      - add support for thousands separator to Reports
      - allow blank dc:language values to prevent crashing (as Sigil-1.9.10 did)
      - allow unknown language codes to pass through MetaEditor
      - MetaEditor under epub2, allow custom opf scheme values
      - prevent duplicate spaces when reformatting CSS in import, charset and namespace
      - better prevent random OPF attribute order changes to simplify Checkpoint diffs
      - fixed file menu Print Preview for xhtml and image tabs
      - prevent plugins from crashing Sigil by deleting last xhtml file in epub
      - fix issue where images/css could not be properly added in an epub3 with no css files

    New Features
      - allow user to edit Checkpoint descriptions for clarity via Checkpoint menu
      - add ability to show the Checkpoint Change Log via Checkpoint menu
      - update to Hunspell 1.7.2 (released in December 2022) for spellchecking
      - update to latest zlib-1.2.13 for latest security fixes
      - move completely away from ever using OS system tmp folder for storing Sigil wip files
          instead create a new "workspace" folder inside Sigil Preferences folder
      - added ability to Print Preview and Print contents of Sigil's Preview window


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/Sigil/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/editors/Sigil/patches/patch-src_EmbedPython_EmbeddedPython.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.161 pkgsrc/editors/Sigil/Makefile:1.162
--- pkgsrc/editors/Sigil/Makefile:1.161 Sun Mar 12 17:26:25 2023
+++ pkgsrc/editors/Sigil/Makefile       Thu Mar 16 07:37:11 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.161 2023/03/12 17:26:25 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2023/03/16 07:37:11 wiz Exp $
 
-DISTNAME=      Sigil-1.9.20
-PKGREVISION=   5
+DISTNAME=      Sigil-1.9.30
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=        Sigil

Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.54 pkgsrc/editors/Sigil/distinfo:1.55
--- pkgsrc/editors/Sigil/distinfo:1.54  Sat Dec  3 21:59:47 2022
+++ pkgsrc/editors/Sigil/distinfo       Thu Mar 16 07:37:11 2023
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.54 2022/12/03 21:59:47 wiz Exp $
+$NetBSD: distinfo,v 1.55 2023/03/16 07:37:11 wiz Exp $
 
-BLAKE2s (Sigil-1.9.20.tar.gz) = 7ab49c1da67802d7e80dd799c870d77e8c113201700861f443ea4027d517d186
-SHA512 (Sigil-1.9.20.tar.gz) = 07aff142f65084b7900b25b089fca1d9a36022e690acaf0db3c7b2eb310a847834baff42884e73bbe6b31ff2dd7f73e76819c5c7a4292578fbea2edcebec5ad1
-Size (Sigil-1.9.20.tar.gz) = 25139664 bytes
+BLAKE2s (Sigil-1.9.30.tar.gz) = 42d6c9eb954aa01274d776e6862b1521127981496634f9d8758307b5a70f7254
+SHA512 (Sigil-1.9.30.tar.gz) = 80dcaa9dcee51c36a42bcd57fc87acda94002af74602d934c7e9bfd275339d9ac200cd1f141fb9e2709ac054569bc22f1869623498ce16c636a3fab8dae4e70f
+Size (Sigil-1.9.30.tar.gz) = 26602897 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
-SHA1 (patch-src_EmbedPython_EmbeddedPython.cpp) = 128d2857f50acf1fdb29ab0d1c763452bbc19fb2
 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357



Home | Main Index | Thread Index | Old Index