public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cppmyth] rawhide: Fix version update
@ 2026-07-01  7:43 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-07-01  7:43 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-07-01  7:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01  7:43 [rpms/cppmyth] rawhide: Fix version update Nicolas Chauvet

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