public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Tardon <dtardon@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libqxp] f43: Update to a new upstream release
Date: Sun, 23 Aug 2026 06:54:13 GMT	[thread overview]
Message-ID: <178746805371.1.1046503098871306822.rpms-libqxp-06ba469721a0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libqxp
Branch : f43
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=f43

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

                 reply	other threads:[~2026-08-23  6:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178746805371.1.1046503098871306822.rpms-libqxp-06ba469721a0@fedoraproject.org \
    --to=dtardon@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox