public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yixin Wei <esoapw@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/oscillatord] epel8: Fix pkg-config name: ubloxcfg 1.16 renamed libubloxcfg.pc to ubloxcfg.pc
Date: Fri, 04 Sep 2026 13:19:43 GMT	[thread overview]
Message-ID: <178852798368.1.13781053561566111103.rpms-oscillatord-e69ca391598e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/oscillatord
Branch : epel8
Commit : e69ca391598eccff9521604dcd1d4987f80c514d
Author : Yixin Wei <esoapw@fedoraproject.org>
Date   : 2026-04-17T00:46:06+00:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/oscillatord/c/e69ca391598eccff9521604dcd1d4987f80c514d?branch=epel8

Log:
Fix pkg-config name: ubloxcfg 1.16 renamed libubloxcfg.pc to ubloxcfg.pc

---
diff --git a/oscillatord.spec b/oscillatord.spec
index 1b208e2..e3616df 100644
--- a/oscillatord.spec
+++ b/oscillatord.spec
@@ -39,6 +39,8 @@ To communicate with GNSS receiver's serial it uses ubloxcfg
 %autosetup
 # Drop hardcoded CFLAGS
 sed -e 's/-O0//g' -i CMakeLists.txt
+# Fix pkg-config name: upstream ubloxcfg renamed libubloxcfg.pc to ubloxcfg.pc in 1.16
+sed -e 's/REQUIRED libubloxcfg/REQUIRED ubloxcfg/' -i CMakeLists.txt
 
 %build
 %cmake -DBUILD_UTILS=1

                 reply	other threads:[~2026-09-04 13:19 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=178852798368.1.13781053561566111103.rpms-oscillatord-e69ca391598e@fedoraproject.org \
    --to=esoapw@fedoraproject.org \
    --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