limb pushed to perl-BZ-Client (epel7). "Update to 1.03. Fix file permissions."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Nov 16 14:50:53 UTC 2015


From 96b7c3cc50b7d8251d3d34020be5dc411afe4322 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <eseyman at fedoraproject.org>
Date: Fri, 5 Feb 2010 14:41:55 +0000
Subject: Update to 1.03. Fix file permissions.

---
 .cvsignore          |  2 +-
 perl-BZ-Client.spec | 10 ++++++++--
 sources             |  2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

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 at club-internet.fr> - 1.03-1
+- Update to 1.03
+- Fix file permissons
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at 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
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-BZ-Client.git/commit/?h=epel7&id=96b7c3cc50b7d8251d3d34020be5dc411afe4322


More information about the perl-devel mailing list