sigil 1.9.30-1 (aarch64;znver1;x86_64) 2023-17361
9999
| Status | published | ||||||||||||
| Submitter | mandian [@T] tutanota.com | ||||||||||||
| Platform | rolling | ||||||||||||
| Repository | unsupported | ||||||||||||
| URL | https://abf.openmandriva.org/build_lists/296630 | ||||||||||||
| Packages |
|
||||||||||||
| Build Date | 2023-03-26 21:01:08 +0000 UTC | ||||||||||||
| Last Updated | 2023-03-28 01:36:24.065249301 +0000 UTC |
$ git diff --patch-with-stat --summary cd8a92fd422d6b251d1e635ec8792cf56a2f1915..6cf29ed22e0d512171f4c764ffc0a0b514965e0a
.abf.yml | 2 +-
...l-1.9.20-compile.patch => sigil-1.9.30-compile.patch | 17 ++---------------
sigil.spec | 6 +++---
3 files changed, 6 insertions(+), 19 deletions(-)
rename sigil-1.9.20-compile.patch => sigil-1.9.30-compile.patch (55%)
diff --git a/.abf.yml b/.abf.yml
index db68c5c..cb3f178 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- Sigil-1.9.20.tar.gz: 0e332fa8d92f7458fb6e78b427aeaaed13304149
+ Sigil-1.9.30.tar.gz: 2f93f24643e492fa6db0346fe5442e248a6912ce
diff --git a/sigil-1.9.20-compile.patch b/sigil-1.9.30-compile.patch
similarity index 55%
rename from sigil-1.9.20-compile.patch
rename to sigil-1.9.30-compile.patch
index 78b7290..65a0b6b 100644
--- a/sigil-1.9.20-compile.patch
+++ b/sigil-1.9.30-compile.patch
@@ -1,18 +1,5 @@
-diff -up Sigil-1.9.20/src/EmbedPython/EmbeddedPython.cpp.omv~ Sigil-1.9.20/src/EmbedPython/EmbeddedPython.cpp
---- Sigil-1.9.20/src/EmbedPython/EmbeddedPython.cpp.omv~ 2022-11-16 15:56:03.354351271 +0100
-+++ Sigil-1.9.20/src/EmbedPython/EmbeddedPython.cpp 2022-11-16 15:56:13.391370511 +0100
-@@ -480,7 +480,7 @@ QVariant EmbeddedPython::PyObjectToQVari
-
- if (kind == PyUnicode_1BYTE_KIND) {
- // latin 1 according to PEP 393
-- res = QVariant(QString::fromLatin1(reinterpret_cast<const char *>PyUnicode_1BYTE_DATA(po), -1));
-+ res = QVariant(QString::fromLatin1(reinterpret_cast<const char *>(PyUnicode_1BYTE_DATA(po)), -1));
-
- } else if (kind == PyUnicode_2BYTE_KIND) {
- #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
-diff -up Sigil-1.9.20/src/Exporters/ExportEPUB.cpp.omv~ Sigil-1.9.20/src/Exporters/ExportEPUB.cpp
---- Sigil-1.9.20/src/Exporters/ExportEPUB.cpp.omv~ 2022-11-16 15:53:45.990087949 +0100
-+++ Sigil-1.9.20/src/Exporters/ExportEPUB.cpp 2022-11-16 15:55:27.846283204 +0100
+--- a/src/Exporters/ExportEPUB.cpp
++++ b/src/Exporters/ExportEPUB.cpp
@@ -145,7 +145,7 @@ void ExportEPUB::SaveFolderAsEpubToLocat
fileInfo.tmz_date.tm_year = timeNow.date().year();
diff --git a/sigil.spec b/sigil.spec
index 26da1a1..f0c1706 100644
--- a/sigil.spec
+++ b/sigil.spec
@@ -2,14 +2,14 @@
Summary: A free, open source WYSIWYG ebook editor
Name: sigil
-Version: 1.9.20
-Release: 2
+Version: 1.9.30
+Release: 1
Url: http://sigil-ebook.com/
Source0: https://github.com/Sigil-Ebook/Sigil/archive/%{version}/%{oname}-%{version}.tar.gz
License: GPLv3
Group: Office/Utilities
-Patch0: sigil-1.9.20-compile.patch
+Patch0: sigil-1.9.30-compile.patch
BuildRequires: cmake ninja
BuildRequires: boost-devel
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1111d 17hrs |
| benbullard79 [@T] cox.net | No Comment. | 1111d 17hrs |