public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-GnuPG-Interface] rawhide: Update to 1.07
Date: Sun, 28 Jun 2026 11:51:26 GMT	[thread overview]
Message-ID: <178264748627.1.11574764052404489422.rpms-perl-GnuPG-Interface-9ac002d30da2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-GnuPG-Interface
Branch : rawhide
Commit : 9ac002d30da2a79da57fc8e27023d016d934b11a
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-06-28T13:49:14+02:00
Stats  : +8/-24 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-GnuPG-Interface/c/9ac002d30da2a79da57fc8e27023d016d934b11a?branch=rawhide

Log:
Update to 1.07

---
diff --git a/.gitignore b/.gitignore
index fd7e36b..3a35cc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ GnuPG-Interface-0.42.tar.gz
 /GnuPG-Interface-1.04.tar.gz
 /GnuPG-Interface-1.05.tar.gz
 /GnuPG-Interface-1.06.tar.gz
+/GnuPG-Interface-1.07.tar.gz

diff --git a/perl-GnuPG-Interface.spec b/perl-GnuPG-Interface.spec
index 390ed14..c30a21f 100644
--- a/perl-GnuPG-Interface.spec
+++ b/perl-GnuPG-Interface.spec
@@ -1,12 +1,10 @@
 Name:           perl-GnuPG-Interface
-Version:        1.06
+Version:        1.07
 Release:        1%{?dist}
 Summary:        Perl interface to GnuPG
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/GnuPG-Interface
 Source0:        https://cpan.metacpan.org/authors/id/B/BP/BPS/GnuPG-Interface-%{version}.tar.gz
-# https://github.com/bestpractical/gnupg-interface/issues/8
-Patch0:         version-stdin.patch
 BuildArch:      noarch
 BuildRequires:  gpg
 
@@ -54,7 +52,7 @@ Requires:       gpg
 %{summary}.
 
 %prep
-%autosetup -p1 -n GnuPG-Interface-%{version}
+%setup -n GnuPG-Interface-%{version}
 perldoc -t perlgpl > GPL
 perldoc -t perlartistic > Artistic
 # gpg as being used by the testsuite requires test to be 0700
@@ -79,6 +77,10 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %changelog
+* Sun Jun 28 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 1.07-1
+- Update to 1.07
+- Remove no-longer-needed patch
+
 * Fri Mar 27 2026 Xavier Bachelot <xavier@bachelot.org> - 1.06-1
 - Update to 1.06 (RHBZ#2451923)
 

diff --git a/sources b/sources
index bd897fe..cb5163c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (GnuPG-Interface-1.06.tar.gz) = 682960dab6cc9437a03da2213a78013f1517e0b89949af6ad7cb43db6e66e9d924f8ee78b562822777515688806e564c8dc292a3ab1f2e8928dd4bfadcb23010
+SHA512 (GnuPG-Interface-1.07.tar.gz) = be6e827ba5ef543f650d170846c523a2b68e59151b19ad05f854aed9e7474054797668d50415e4ce03749bb4a599762cce03b844532f650400a30dd7a0cd341b

diff --git a/version-stdin.patch b/version-stdin.patch
deleted file mode 100644
index 4677acd..0000000
--- a/version-stdin.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Add stdin handler to _version sub
-Origin: vendor
-Bug: https://github.com/bestpractical/gnupg-interface/issues/8
-Bug-Debian: https://bugs.debian.org/1016125
-Author: gregor herrmann <gregoa@debian.org>
-Last-Update: 2022-07-29
-
---- a/lib/GnuPG/Interface.pm
-+++ b/lib/GnuPG/Interface.pm
-@@ -821,7 +821,8 @@
-     my ( $self ) = @_;
- 
-     my $out = IO::Handle->new;
--    my $handles = GnuPG::Handles->new( stdout => $out );
-+    my $in  = IO::Handle->new;
-+    my $handles = GnuPG::Handles->new( stdout => $out, stdin => $in );
-     my $pid = $self->wrap_call( commands => [ '--no-options', '--version' ], handles => $handles );
-     my $line = $out->getline;
-     $line =~ /(\d+\.\d+\.\d+)/;

                 reply	other threads:[~2026-06-28 11:51 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=178264748627.1.11574764052404489422.rpms-perl-GnuPG-Interface-9ac002d30da2@fedoraproject.org \
    --to=emmanuel@seyman.fr \
    --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