public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-BZ-Client] epel10: Update to 1.03. Fix file permissions.
@ 2026-08-05 18:52 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-05 18:52 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:52 [rpms/perl-BZ-Client] epel10: Update to 1.03. Fix file permissions Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox