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-BZ-Client] epel10: Update to 1.07
Date: Wed, 05 Aug 2026 18:53:06 GMT	[thread overview]
Message-ID: <178595598652.1.4570384717996516845.rpms-perl-BZ-Client-f9af0b3fa043@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-BZ-Client
Branch : epel10
Commit : f9af0b3fa04330ce7cc0ac9d607718e7e9554bd7
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2015-09-06T10:52:07+02:00
Stats  : +20/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-BZ-Client/c/f9af0b3fa04330ce7cc0ac9d607718e7e9554bd7?branch=epel10

Log:
Update to 1.07

---
diff --git a/.gitignore b/.gitignore
index 272ee74..fff4e7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ BZ-Client-1.03.tar.gz
 /BZ-Client-1.04.tar.gz
 /BZ-Client-1.06.tar.gz
 /BZ-Client-1.061.tar.gz
+/BZ-Client-1.07.tar.gz

diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
index e1e789a..2f63054 100644
--- a/perl-BZ-Client.spec
+++ b/perl-BZ-Client.spec
@@ -1,11 +1,11 @@
 Name:           perl-BZ-Client
-Version:        1.061
-Release:        3%{?dist}
+Version:        1.070
+Release:        1%{?dist}
 Summary:        A client for the Bugzilla web services API
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/BZ-Client/
-Source0:        http://www.cpan.org/authors/id/D/DJ/DJZORT/BZ-Client-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DJ/DJZORT/BZ-Client-1.07.tar.gz
 # Fix test to expect random hash keys, bug #1084032, CPAN RT#94402
 Patch1:         BZ-Client-1.04-Expect-perturbed-structure-members-on-t-11writer.t.patch
 BuildArch:      noarch
@@ -18,10 +18,12 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(LWP)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(XML::Writer)
 BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -30,30 +32,34 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 This module provides an interface to the Bugzilla web services API.
 
 %prep
-%setup -q -n BZ-Client-%{version}
+%setup -q -n BZ-Client-1.07
 chmod 644 Changes README LICENSE
 
 %patch1 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 
-find $RPM_BUILD_ROOT -type f -name '*.pm' -exec chmod -x {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
-%doc Changes README LICENSE
-%{perl_vendorlib}/BZ
-%{_mandir}/man3/*
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/BZ*
+%{_mandir}/man3/BZ*
 
 %changelog
+* Sun Sep 06 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.070-1
+- Update to 1.07
+- Use %%license tag
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.061-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 

diff --git a/sources b/sources
index 537e091..d23d0e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f26e646cfb22d6b890a59f21058f77a6  BZ-Client-1.061.tar.gz
+45392d2c1c6e1e08458488d747abcd92  BZ-Client-1.07.tar.gz

                 reply	other threads:[~2026-08-05 18:53 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=178595598652.1.4570384717996516845.rpms-perl-BZ-Client-f9af0b3fa043@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