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@xxxxxxxxxxxxxxxx> - 1.03-1 +- Update to 1.03 +- Fix file permissons + * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel