public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jigdo] epel10.2: Update to 0.8.2
Date: Fri, 21 Aug 2026 18:59:42 GMT	[thread overview]
Message-ID: <178733878232.1.7386026289094783742.rpms-jigdo-d4702866dea3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/jigdo
            Branch : epel10.2
            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.2

            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

                 reply	other threads:[~2026-08-21 18:59 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=178733878232.1.7386026289094783742.rpms-jigdo-d4702866dea3@fedoraproject.org \
    --to=salimma@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