public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jigdo] epel10: Update to 0.8.2
@ 2026-08-21 17:27 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-08-21 17:27 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jigdo
            Branch : epel10
            Commit : d4702866dea3ef4bb59b70244564dc53e195250a
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2023-08-30T18:06:35-04:00
            Stats  : +6/-39 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/jigdo/c/d4702866dea3ef4bb59b70244564dc53e195250a?branch=epel10

            Log:
            Update to 0.8.2

- Use SPDX license identifier

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 224539b..1b7fa84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ jigdo-0.7.3.tar.bz2
 /jigdo-0.8.1.tar.xz
 /jigdo-0.8.1.tar.xz.sig
 /587979573442684E.asc
+/jigdo-0.8.2.tar.xz
+/jigdo-0.8.2.tar.xz.sig

diff --git a/jigdo-0.8.1-fix-gcc13.patch b/jigdo-0.8.1-fix-gcc13.patch
deleted file mode 100644
index 6d5d8bb..0000000
--- a/jigdo-0.8.1-fix-gcc13.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From f38fb62063b81f0ad7dac626a487a3bd65dca3c0 Mon Sep 17 00:00:00 2001
-From: Michel Alexandre Salim <salimma@fedoraproject.org>
-Date: Thu, 26 Jan 2023 16:14:29 -0600
-Subject: [PATCH] Include <cstdint> for GCC 13 compatibility
-
-GCC 13 comes with more header cleanups so certain commonly-included
-headers no longer bring in cstdint with them, and it has to be included
-explicitly:
-
-https://www.gnu.org/software/gcc/gcc-13/porting_to.html
-
-This fixes the Fedora 38 build.
-
-Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
----
- src/util/sha256sum.hh | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/util/sha256sum.hh b/src/util/sha256sum.hh
-index d5d159f..75e59e5 100644
---- a/src/util/sha256sum.hh
-+++ b/src/util/sha256sum.hh
-@@ -25,6 +25,7 @@
- 
- #include <config.h>
- 
-+#include <cstdint>
- #include <cstdlib>
- #include <cstring>
- #include <iosfwd>
--- 
-2.39.1
-

diff --git a/jigdo.spec b/jigdo.spec
index 33cfb24..c8a85b3 100644
--- a/jigdo.spec
+++ b/jigdo.spec
@@ -1,10 +1,10 @@
 Name:          jigdo
-Version:       0.8.1
+Version:       0.8.2
 Release:       %autorelease
 Summary:       Ease distribution of large files over the Internet
 
 # Exception is permission to link with OpenSSL
-License:       GPLv2 with exceptions
+License:       GPL-2.0-only WITH x11vnc-openssl-exception
 URL:           https://www.einval.com/~steve/software/jigdo/
 Source0:       %{url}download/%{name}-%{version}.tar.xz
 Source1:       %{url}download/%{name}-%{version}.tar.xz.sig
@@ -12,8 +12,6 @@ Source2:       https://www.einval.com/~steve/pgp/587979573442684E.asc
 Source3:       jigdo.desktop
 # fix doc SGML sources e.g. for missing end tags
 Patch:         %{name}-0.8.1-fix-docs.patch
-# Fix header inclusions for compiling with GCC 13
-Patch:         %{name}-0.8.1-fix-gcc13.patch
 
 BuildRequires: bzip2-devel
 BuildRequires: curl-devel

diff --git a/sources b/sources
index 8864db3..206d7b3 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (jigdo-0.8.1.tar.xz) = 06bd905c5c867ae0430d6ee1ea8e434a2d2eb3837dc2ebfef33dd0ff0f38280b23c931255cb266caa5fc6367bd97565f6ebfdd702f3fad7009b43c789e7d5de9
-SHA512 (jigdo-0.8.1.tar.xz.sig) = a397b38e079f0e4002d270e06896635f973a254695f332aeeaa526c859820673efd5df9935180737163c30241b615a111889695464b2124c8c193cd1af557293
+SHA512 (jigdo-0.8.2.tar.xz) = 69197e6528c1b85b58b6e2e222b20973471909827ec8d1b6b35434c4c80c18c95f6ae816277853db5161b8b307bf9e25ce4fef91a91773a54eece541f0b19550
+SHA512 (jigdo-0.8.2.tar.xz.sig) = 05d0d18c09aa4dd0f1c99a54c888a217a48545676752f5683c8b99473d903436c82011cdcc5a83c0a03996ccd4cfcd6b14db19477a79119fe74a29e042b0d5ce
 SHA512 (587979573442684E.asc) = fcc2806e5999501ee8c6c17f6fbffbf529047c52f519774baf1c78ddcfb091fad565851091b8ff91df6e1de69a3530347597b6f7376c6b9021783fb39ce7634e

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

only message in thread, other threads:[~2026-08-21 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 17:27 [rpms/jigdo] epel10: Update to 0.8.2 Michel Lind

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