public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cppmyth] rawhide: Fix version update
Date: Wed, 01 Jul 2026 07:43:47 GMT [thread overview]
Message-ID: <178289182753.1.6651118244824492247.rpms-cppmyth-0e6fe50f8451@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cppmyth
Branch : rawhide
Commit : 0e6fe50f8451d58f9982ac5bff07e06793c685f4
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2026-07-01T09:43:35+02:00
Stats : +28/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/cppmyth/c/0e6fe50f8451d58f9982ac5bff07e06793c685f4?branch=rawhide
Log:
Fix version update
---
diff --git a/0001-mythintrinsic.h-was-removed-in-2024.patch b/0001-mythintrinsic.h-was-removed-in-2024.patch
new file mode 100644
index 0000000..034a39b
--- /dev/null
+++ b/0001-mythintrinsic.h-was-removed-in-2024.patch
@@ -0,0 +1,23 @@
+From cbc1c9f09b9deb125cb916e4ddcec42fb81e8e40 Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart@gmail.com>
+Date: Wed, 1 Jul 2026 09:24:45 +0200
+Subject: [PATCH] mythintrinsic.h was removed in 2024
+
+---
+ cppmyth/CMakeLists.txt | 1 -
+ zlib-1.3.1.tar.gz | Bin 1512791 -> 0 bytes
+ 2 files changed, 1 deletion(-)
+ delete mode 100644 zlib-1.3.1.tar.gz
+
+diff --git a/cppmyth/CMakeLists.txt b/cppmyth/CMakeLists.txt
+index 1124423efcc0..b162fd726d92 100644
+--- a/cppmyth/CMakeLists.txt
++++ b/cppmyth/CMakeLists.txt
+@@ -280,7 +280,6 @@ endif ()
+ install (FILES
+ ${CMAKE_CURRENT_BINARY_DIR}/include/local_config.h
+ ${CMAKE_CURRENT_BINARY_DIR}/include/mythlocked.h
+- ${CMAKE_CURRENT_BINARY_DIR}/include/mythintrinsic.h
+ ${CMAKE_CURRENT_BINARY_DIR}/include/mythsharedptr.h
+ ${CMAKE_CURRENT_BINARY_DIR}/include/mythtypes.h
+ ${CMAKE_CURRENT_BINARY_DIR}/include/mythcontrol.h
diff --git a/cppmyth.spec b/cppmyth.spec
index 6d24243..fd92502 100644
--- a/cppmyth.spec
+++ b/cppmyth.spec
@@ -1,7 +1,3 @@
-# Commit corresponding to release 2.14.1
-%global commit c9dc01f16be159a809d73ea54c8f6cf31a735812
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
Name: cppmyth
Version: 2.20.4
Release: %autorelease
@@ -9,7 +5,8 @@ Summary: Client interface for the MythTV backend
License: GPL-2.0-or-later
URL: https://github.com/janbar/%{name}/
-Source0: %{url}/archive/%{shortcommit}/%{name}-%{version}.tar.gz
+Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch0: 0001-mythintrinsic.h-was-removed-in-2024.patch
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -31,7 +28,7 @@ applications that use %{name}.
%prep
-%autosetup -n %{name}-%{commit}
+%autosetup -p1
%build
@@ -45,7 +42,7 @@ applications that use %{name}.
%files
%doc README
-%{_libdir}/*.so.*
+%{_libdir}/*.so.2*
%files devel
diff --git a/sources b/sources
index 836e49c..f7a8341 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cppmyth-2.20.4.tar.gz) = acf4a423196b81489a222b1d7a65263f1ea5fb65029dd0da8cf1b14f27162d754283439776f0821a0c92f34ed3391c17dc58e6509b89e4aaad0960da45717a53
+SHA512 (cppmyth-2.20.4.tar.gz) = 41ead6b06432c81966e2789a23ab40373686ca0f67c02df8b3352d4f88af44018220fb1d9518f28402a0f06780eb48269c1e9c1320a85ee7fdb20e1cdf57ccb8
reply other threads:[~2026-07-01 7:43 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=178289182753.1.6651118244824492247.rpms-cppmyth-0e6fe50f8451@fedoraproject.org \
--to=kwizart@gmail.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