public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libe-book] f43: Update to a new upstream release
@ 2026-08-18 20:24 David Tardon
  0 siblings, 0 replies; only message in thread
From: David Tardon @ 2026-08-18 20:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libe-book
Branch : f43
Commit : 6b59ab9e2760814fc0584dccb4911831bd4971e6
Author : David Tardon <dtardon@redhat.com>
Date   : 2026-08-18T21:48:52+02:00
Stats  : +4/-30 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/libe-book/c/6b59ab9e2760814fc0584dccb4911831bd4971e6?branch=f43

Log:
Update to a new upstream release

---
diff --git a/.gitignore b/.gitignore
index b9f4794..1e52815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libe-book-0.1.1.tar.xz
 /libe-book-0.1.2.tar.xz
 /libe-book-0.1.3.tar.xz
+/libe-book-0.1.4.tar.xz

diff --git a/0001-fix-build-with-ICU-68.patch b/0001-fix-build-with-ICU-68.patch
deleted file mode 100644
index ae8ae5d..0000000
--- a/0001-fix-build-with-ICU-68.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From edc7a50a06f56992fe21a80afb4f20fbdc5654ed Mon Sep 17 00:00:00 2001
-From: David Tardon <dtardon@redhat.com>
-Date: Thu, 20 May 2021 19:24:52 +0200
-Subject: [PATCH] fix build with ICU 68
-
----
- src/lib/EBOOKCharsetConverter.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/EBOOKCharsetConverter.cpp b/src/lib/EBOOKCharsetConverter.cpp
-index 0d85fa3..c9f8be0 100644
---- a/src/lib/EBOOKCharsetConverter.cpp
-+++ b/src/lib/EBOOKCharsetConverter.cpp
-@@ -124,7 +124,7 @@ bool EBOOKCharsetConverter::convertBytes(const char *const in, const unsigned le
-       m_converterToUTF8.get(), m_converterToUnicode.get(),
-       &outText, outText + out.size(), &inText, inText + length,
-       nullptr, nullptr, nullptr, nullptr,
--      TRUE, TRUE, &status)
-+      true, true, &status)
-     ;
-     if (status==U_BUFFER_OVERFLOW_ERROR)
-     {
--- 
-2.31.1
-

diff --git a/libe-book.spec b/libe-book.spec
index 0ce5ed7..7f042ed 100644
--- a/libe-book.spec
+++ b/libe-book.spec
@@ -1,7 +1,7 @@
 %global apiversion 0.1
 
 Name: libe-book
-Version: 0.1.3
+Version: 0.1.4
 Release: %autorelease
 Summary: A library for import of reflowable e-book formats
 
@@ -24,8 +24,6 @@ BuildRequires: pkgconfig(librevenge-stream-0.0)
 BuildRequires: pkgconfig(libxml-2.0)
 BuildRequires: pkgconfig(zlib)
 
-Patch0: 0001-fix-build-with-ICU-68.patch
-
 %description
 %{name} is a library for import of reflowable e-book formats.
 Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook,
@@ -58,7 +56,7 @@ Currently supported: XHTML, raw, text.
 %autosetup -p1
 
 %build
-%configure --disable-silent-rules --disable-static
+%configure --disable-silent-rules --disable-static CPPFLAGS=-std=c++17
 sed -i \
     -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
     -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \

diff --git a/sources b/sources
index 1d3afd0..2fc5f2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libe-book-0.1.3.tar.xz) = 56dfa93816b8a1b7e223bda517ff81547fd7b311c3fe2bea64b12c4290642d4b9ed3778df06c4ee7a65f2b9db57702c00c32aec819efb7820115165af3d5ebdc
+SHA512 (libe-book-0.1.4.tar.xz) = 3c0c867be58d9f617dc3aec29980b097b188422b8c793f9368ea724be87c738bf1d097148842cff7cba8c618949b3828232e94e4ea9bfbf70571662733ea0ca0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 20:24 [rpms/libe-book] f43: Update to a new upstream release David Tardon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox