public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel.seyman@club-internet.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-BZ-Client] epel10: Update to 1.04, clean up spec file
Date: Wed, 05 Aug 2026 18:52:57 GMT	[thread overview]
Message-ID: <178595597752.1.4882794185383255770.rpms-perl-BZ-Client-6238573adec5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-BZ-Client
Branch : epel10
Commit : 6238573adec5fd06a6fb4f68d31ed628ba271b63
Author : Emmanuel Seyman <emmanuel.seyman@club-internet.fr>
Date   : 2011-09-24T23:19:12+02:00
Stats  : +15/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-BZ-Client/c/6238573adec5fd06a6fb4f68d31ed628ba271b63?branch=epel10

Log:
Update to 1.04, clean up spec file

---
diff --git a/.gitignore b/.gitignore
index d804e26..ce691d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 BZ-Client-1.03.tar.gz
+/BZ-Client-1.04.tar.gz

diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
index a865dbf..23f3ae2 100644
--- a/perl-BZ-Client.spec
+++ b/perl-BZ-Client.spec
@@ -1,19 +1,22 @@
 Name:           perl-BZ-Client
-Version:        1.03
-Release:        6%{?dist}
+Version:        1.04
+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/J/JW/JWIED/BZ-Client-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(DateTime)
+BuildRequires:  perl(DateTime::Format::ISO8601)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(LWP)
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(XML::Writer)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This module provides an interface to the Bugzilla web services API.
 
@@ -26,8 +29,6 @@ chmod 644 Changes README LICENSE
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -39,16 +40,19 @@ find $RPM_BUILD_ROOT -type f -name '*.pm' -exec chmod -x {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README LICENSE
 %{perl_vendorlib}/BZ
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 24 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 1.04-1
+- Update to 1.04
+- Clean up spec file
+- Add perl default filter
+- Add perl(DateTime) to the BuildRequires
+- Add perl(DateTime::Format::ISO8601) to the BuildRequires
+
 * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.03-6
 - Perl mass rebuild
 

diff --git a/sources b/sources
index d762ad9..8632c8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e6eb6509afa40d9c03e9ee96d1f273f  BZ-Client-1.03.tar.gz
+37978c0442ebcb762f48bd74bd01b4ec  BZ-Client-1.04.tar.gz

                 reply	other threads:[~2026-08-05 18:52 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=178595597752.1.4882794185383255770.rpms-perl-BZ-Client-6238573adec5@fedoraproject.org \
    --to=emmanuel.seyman@club-internet.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