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

A new commit has been pushed.

Repo   : rpms/libqxp
Branch : f45
Commit : 06ba469721a0c9c0d6f59b4d9d31bd672ea9b76b
Author : David Tardon <dtardon@redhat.com>
Date   : 2026-08-23T07:53:53+02:00
Stats  : +7/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/libqxp/c/06ba469721a0c9c0d6f59b4d9d31bd672ea9b76b?branch=f45

Log:
Update to a new upstream release

---
diff --git a/.gitignore b/.gitignore
index 6b8b174..7c0a8a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libqxp-0.0.0.tar.xz
 /libqxp-0.0.1.tar.xz
 /libqxp-0.0.2.tar.xz
+/libqxp-0.0.3.tar.xz

diff --git a/libqxp.spec b/libqxp.spec
index 8b9c2f9..56f96d8 100644
--- a/libqxp.spec
+++ b/libqxp.spec
@@ -1,7 +1,7 @@
 %global apiversion 0.0
 
 Name: libqxp
-Version: 0.0.2
+Version: 0.0.3
 Release: %autorelease
 Summary: Library for import of QuarkXPress documents
 
@@ -52,7 +52,10 @@ Currently supported: SVG, plain text, raw.
 %autosetup -p1
 
 %build
-%configure --disable-silent-rules --disable-static
+# The project hardcodes c++11 but recent Boost.Math and ICU need a
+# newer revision
+# TODO: remove the override when configure is updated
+%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 a192f67..a83bc90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libqxp-0.0.2.tar.xz) = 409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab
+SHA512 (libqxp-0.0.3.tar.xz) = 539ec59f9d46678f3e023b55534718096be9b859330b7df9a11ea190dae72a28e1589755396ff9e77a51104b3edfc684228a6bdb5b88cad65a1b507f809f1087

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

only message in thread, other threads:[~2026-08-23  6:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23  6:34 [rpms/libqxp] f45: 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