public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <eseyman@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-BZ-Client] epel10: Update to 1.03. Fix file permissions.
Date: Wed, 05 Aug 2026 18:52:54 GMT	[thread overview]
Message-ID: <178595597421.1.13521777552313179528.rpms-perl-BZ-Client-96b7c3cc50b7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-BZ-Client
Branch : epel10
Commit : 96b7c3cc50b7d8251d3d34020be5dc411afe4322
Author : Emmanuel Seyman <eseyman@fedoraproject.org>
Date   : 2010-02-05T14:41:55+00:00
Stats  : +10/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-BZ-Client/c/96b7c3cc50b7d8251d3d34020be5dc411afe4322?branch=epel10

Log:
Update to 1.03. Fix file permissions.

---
diff --git a/.cvsignore b/.cvsignore
index 1246f2e..d804e26 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-BZ-Client-1.02.tar.gz
+BZ-Client-1.03.tar.gz

diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
index 7fe3b3a..6e4fe91 100644
--- a/perl-BZ-Client.spec
+++ b/perl-BZ-Client.spec
@@ -1,6 +1,6 @@
 Name:           perl-BZ-Client
-Version:        1.02
-Release:        2%{?dist}
+Version:        1.03
+Release:        1%{?dist}
 Summary:        A client for the Bugzilla web services API
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,6 +19,7 @@ This module provides an interface to the Bugzilla web services API.
 
 %prep
 %setup -q -n BZ-Client-%{version}
+chmod 644 Changes README LICENSE
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -31,6 +32,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -type f -name '*.pm' -exec chmod -x {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -47,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 05 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 1.03-1
+- Update to 1.03
+- Fix file permissons
+
 * Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.02-2
 - rebuild against perl 5.10.1
 

diff --git a/sources b/sources
index cf1ce1e..d762ad9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b2672bebb843e251cfa440cb1bec419  BZ-Client-1.02.tar.gz
+0e6eb6509afa40d9c03e9ee96d1f273f  BZ-Client-1.03.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=178595597421.1.13521777552313179528.rpms-perl-BZ-Client-96b7c3cc50b7@fedoraproject.org \
    --to=eseyman@fedoraproject.org \
    --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