rpms/perl-BZ-Client/devel .cvsignore, 1.2, 1.3 perl-BZ-Client.spec, 1.2, 1.3 sources, 1.2, 1.3

Emmanuel Seyman eseyman at fedoraproject.org
Fri Feb 5 14:41:55 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-BZ-Client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1859

Modified Files:
	.cvsignore perl-BZ-Client.spec sources 
Log Message:

Update to 1.03.
Fix file permissions.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-BZ-Client/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Aug 2009 22:50:59 -0000	1.2
+++ .cvsignore	5 Feb 2010 14:41:55 -0000	1.3
@@ -1 +1 @@
-BZ-Client-1.02.tar.gz
+BZ-Client-1.03.tar.gz


Index: perl-BZ-Client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-BZ-Client/devel/perl-BZ-Client.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-BZ-Client.spec	7 Dec 2009 09:47:13 -0000	1.2
+++ perl-BZ-Client.spec	5 Feb 2010 14:41:55 -0000	1.3
@@ -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
 
 %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
 
 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-BZ-Client/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 Aug 2009 22:50:59 -0000	1.2
+++ sources	5 Feb 2010 14:41:55 -0000	1.3
@@ -1 +1 @@
-5b2672bebb843e251cfa440cb1bec419  BZ-Client-1.02.tar.gz
+0e6eb6509afa40d9c03e9ee96d1f273f  BZ-Client-1.03.tar.gz



More information about the scm-commits mailing list