rpms/perl-Event/FC-5 perl-Event.spec,1.2,1.3 sources,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Oct 16 04:37:55 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Event/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22133/FC-5

Modified Files:
	perl-Event.spec sources 
Log Message:
update to 1.07



Index: perl-Event.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/FC-5/perl-Event.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Event.spec	14 Jun 2006 19:19:06 -0000	1.2
+++ perl-Event.spec	16 Oct 2006 04:37:25 -0000	1.3
@@ -1,7 +1,5 @@
-# $Id$
-
 Name:           perl-Event
-Version:        1.06 
+Version:        1.07
 Release:        1%{?dist}
 Summary:        Event loop processing
 
@@ -58,11 +56,13 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -75,13 +75,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ANNOUNCE TODO README Tutorial.pdf ChangeLog demo util LICENSE.* INSTALL
+%doc ANNOUNCE TODO README Tutorial.pdf ChangeLog demo/ util/ LICENSE.* INSTALL
 %{perl_vendorarch}/auto/Event
 %{perl_vendorarch}/Event*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Oct 15 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.07-1
+- update to 1.07
+
+* Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.06-2
+- bump for mass rebuild
+
 * Wed Jun 14 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.06-1
 - add explicit provides: perl(Event) = version...  wasn't being picked up
   automagically for some reason


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Jun 2006 19:13:59 -0000	1.2
+++ sources	16 Oct 2006 04:37:25 -0000	1.3
@@ -1 +1 @@
-789cc8f0b011653cac6451cfef3053a8  Event-1.06.tar.gz
+34b6eaf0b3658cd800b7d8727be7e9c4  Event-1.07.tar.gz




More information about the scm-commits mailing list