From 3434bf298951a48d7eb416e705253ea53fa12432d97d05440d1a3fa4896adbe1 Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Mon, 19 Jan 2026 05:54:06 +0000 Subject: [PATCH] Automatic update to Git-Repository-1.326.tar.gz --- Git-Repository-1.325.tar.gz | 3 --- Git-Repository-1.326.tar.gz | 3 +++ perl-Git-Repository.changes | 17 +++++++++++++++++ perl-Git-Repository.spec | 23 +++++++++++++++-------- 4 files changed, 35 insertions(+), 11 deletions(-) delete mode 100644 Git-Repository-1.325.tar.gz create mode 100644 Git-Repository-1.326.tar.gz diff --git a/Git-Repository-1.325.tar.gz b/Git-Repository-1.325.tar.gz deleted file mode 100644 index 2b8f38f..0000000 --- a/Git-Repository-1.325.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b2a4fa194f4a0eb452355d0c808727e5e9c16c145ac7d24c3ea96d0abefed43 -size 56856 diff --git a/Git-Repository-1.326.tar.gz b/Git-Repository-1.326.tar.gz new file mode 100644 index 0000000..8114c4a --- /dev/null +++ b/Git-Repository-1.326.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04497d2592f8f811bc66f4e32f6da8fe443086f8c27b8ba7bce395bf82f0f9fb +size 56913 diff --git a/perl-Git-Repository.changes b/perl-Git-Repository.changes index bd2412a..dc5ccbf 100644 --- a/perl-Git-Repository.changes +++ b/perl-Git-Repository.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jan 19 05:54:05 UTC 2026 - Tina Müller + +- updated to 1.326.0 (1.326) + see /usr/share/doc/packages/perl-Git-Repository/Changes + + 1.326 2026-01-18 BOOK + [ENHANCEMENTS] + - Add input_record_separator option to Git::Repository::Command::new (GNUSTAVO) + (Fix for RT #134239, GH #21) + - Use a proper temporary directory in t/05-try_git.t (PPISAR) + (Fix for GH #24) + - GIT_EDITOR fatal behaviour was likely never important (GREGOA, HAKONH) + (Fix for RT #155717, GH #23, GH #25) + - Workaround change of behaviour in git 2.38.1 (CVE-2022-39253) (JANPAZ) + (Fix for RT #144889, GH #22, GH #25) + ------------------------------------------------------------------- Sat Mar 25 11:27:20 UTC 2023 - Dirk Stoecker diff --git a/perl-Git-Repository.spec b/perl-Git-Repository.spec index 85a858f..0eef854 100644 --- a/perl-Git-Repository.spec +++ b/perl-Git-Repository.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Git-Repository # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name Git-Repository Name: perl-Git-Repository -Version: 1.325 +Version: 1.326.0 Release: 0 +# 1.326 -> normalize -> 1.326.0 +%define cpan_version 1.326 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl interface to Git repositories URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md # PATCH-FIX-UPSTREAM https://github.com/book/Git-Repository/pull/23 @@ -35,13 +37,18 @@ Patch2: https://salsa.debian.org/perl-team/modules/packages/libgit-repos BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Git::Version::Compare) >= 1.001 +BuildRequires: perl(Git::Version::Compare) >= 1.1 BuildRequires: perl(System::Command) >= 1.118 -BuildRequires: perl(Test::Requires::Git) >= 1.005 +BuildRequires: perl(Test::Requires::Git) >= 1.5 BuildRequires: perl(namespace::clean) -Requires: perl(Git::Version::Compare) >= 1.001 +Requires: perl(Git::Version::Compare) >= 1.1 Requires: perl(System::Command) >= 1.118 Requires: perl(namespace::clean) +Provides: perl(Git::Repository) = %{version} +Provides: perl(Git::Repository::Command) = %{version} +Provides: perl(Git::Repository::Plugin) = %{version} +Provides: perl(Test::Git) = %{version} +%undefine __perllib_provides %{perl_requires} # MANUAL BEGIN BuildRequires: git-core @@ -74,9 +81,9 @@ later version. See Git::Repository::Tutorial for more code examples. %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -- 2.51.1