8
0

WIP: Automatic update to Git-Repository-1.326.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Git-Repository:autoupdate into main
4 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b2a4fa194f4a0eb452355d0c808727e5e9c16c145ac7d24c3ea96d0abefed43
size 56856

BIN
Git-Repository-1.326.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 19 05:54:05 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <opensuse@dstoecker.de>

View File

@@ -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