rpms/perl-File-ChangeNotify/devel .cvsignore, 1.2, 1.3 perl-File-ChangeNotify.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Tue Aug 11 07:54:25 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-File-ChangeNotify/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29666

Modified Files:
	.cvsignore perl-File-ChangeNotify.spec sources 
Log Message:
* Tue Aug 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
- auto-update to 0.07 (by cpan-spec-update 0.01)
- added a new req on perl(Carp) (version 0)
- added a new req on perl(Class::MOP) (version 0)
- added a new req on perl(File::Find) (version 0)
- added a new req on perl(File::Spec) (version 0)
- added a new req on perl(Module::Pluggable::Object) (version 0)
- added a new req on perl(Moose) (version 0)
- added a new req on perl(MooseX::Params::Validate) (version 0.08)
- added a new req on perl(MooseX::SemiAffordanceAccessor) (version 0)
- added a new req on perl(Time::HiRes) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	10 Jun 2009 04:53:44 -0000	1.2
+++ .cvsignore	11 Aug 2009 07:54:24 -0000	1.3
@@ -1 +1 @@
-File-ChangeNotify-0.06.tar.gz
+File-ChangeNotify-0.07.tar.gz


Index: perl-File-ChangeNotify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/devel/perl-File-ChangeNotify.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-File-ChangeNotify.spec	26 Jul 2009 05:58:04 -0000	1.2
+++ perl-File-ChangeNotify.spec	11 Aug 2009 07:54:24 -0000	1.3
@@ -1,17 +1,17 @@
-Name:       perl-File-ChangeNotify 
-Version:    0.06 
-Release:    2%{?dist}
+Name:       perl-File-ChangeNotify
+Version:    0.07
+Release:    1%{?dist}
 # lib/File/ChangeNotify.pm -> GPL+ or Artistic
 # lib/File/ChangeNotify/Event.pm -> GPL+ or Artistic
 # lib/File/ChangeNotify/Watcher.pm -> GPL+ or Artistic
 # lib/File/ChangeNotify/Watcher/Default.pm -> GPL+ or Artistic
 # lib/File/ChangeNotify/Watcher/Inotify.pm -> GPL+ or Artistic
-License:    GPL+ or Artistic 
+License:    GPL+ or Artistic
 Group:      Development/Libraries
-Summary:    Watch for changes to files, cross-platform style 
-Source:     http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz 
+Summary:    Watch for changes to files, cross-platform style
+Source:     http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/File-ChangeNotify
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 BuildRequires: perl(Carp)
@@ -29,6 +29,17 @@ BuildRequires: perl(MooseX::SemiAffordan
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Time::HiRes)
 
+### auto-added reqs!
+Requires:       perl(Carp)
+Requires:       perl(Class::MOP)
+Requires:       perl(File::Find)
+Requires:       perl(File::Spec)
+Requires:       perl(Module::Pluggable::Object)
+Requires:       perl(Moose)
+Requires:       perl(MooseX::Params::Validate) >= 0.08
+Requires:       perl(MooseX::SemiAffordanceAccessor)
+Requires:       perl(Time::HiRes)
+
 %description
 Watch for changes to files, easily, cleanly, and across different platforms.
 
@@ -53,15 +64,27 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README 
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Aug 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
+- auto-update to 0.07 (by cpan-spec-update 0.01)
+- added a new req on perl(Carp) (version 0)
+- added a new req on perl(Class::MOP) (version 0)
+- added a new req on perl(File::Find) (version 0)
+- added a new req on perl(File::Spec) (version 0)
+- added a new req on perl(Module::Pluggable::Object) (version 0)
+- added a new req on perl(Moose) (version 0)
+- added a new req on perl(MooseX::Params::Validate) (version 0.08)
+- added a new req on perl(MooseX::SemiAffordanceAccessor) (version 0)
+- added a new req on perl(Time::HiRes) (version 0)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -71,4 +94,3 @@ rm -rf %{buildroot} 
 * Sun Jun 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	10 Jun 2009 04:53:44 -0000	1.2
+++ sources	11 Aug 2009 07:54:24 -0000	1.3
@@ -1 +1 @@
-87f970acdfce7fbacba63aa3746b4cfb  File-ChangeNotify-0.06.tar.gz
+1459d99d91420d14d75bb5d000aa3aa2  File-ChangeNotify-0.07.tar.gz




More information about the scm-commits mailing list