public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-GnuPG-Interface] rawhide: Update to 1.07
@ 2026-06-28 11:51 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-06-28 11:51 UTC (permalink / raw)
To: git-commits
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+)/;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 11:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 11:51 [rpms/perl-GnuPG-Interface] rawhide: Update to 1.07 Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox