rpms/perl-FileHandle-Unget/devel .cvsignore, 1.3, 1.4 perl-FileHandle-Unget.spec, 1.10, 1.11 sources, 1.3, 1.4

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 1 15:14:58 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-FileHandle-Unget/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3520

Modified Files:
	.cvsignore perl-FileHandle-Unget.spec sources 
Log Message:
- Update to 0.1623
  - fix uninitialized value warning and incorrect behaviour (CPAN RT#48528)
  - remove reference to obsolete ExtUtils::MakeMaker::bytes (CPAN RT#48984)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	17 Jul 2008 09:25:38 -0000	1.3
+++ .cvsignore	1 Sep 2009 15:14:58 -0000	1.4
@@ -1 +1 @@
-FileHandle-Unget-0.1622.tar.gz
+FileHandle-Unget-0.1623.tar.gz


Index: perl-FileHandle-Unget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-FileHandle-Unget.spec	26 Jul 2009 06:06:36 -0000	1.10
+++ perl-FileHandle-Unget.spec	1 Sep 2009 15:14:58 -0000	1.11
@@ -6,8 +6,8 @@
 
 Summary:	A FileHandle that supports ungetting of multiple bytes
 Name:		perl-FileHandle-Unget
-Version:	0.1622
-Release:	3%{?dist}
+Version:	0.1623
+Release:	1%{?dist}
 License:	GPL+
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/FileHandle-Unget/
@@ -35,7 +35,7 @@ string of bytes back on the input.
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec %{__rmdir} {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -51,6 +51,11 @@ string of bytes back on the input.
 %{_mandir}/man3/FileHandle::Unget.3pm*
 
 %changelog
+* Tue Sep  1 2009 Paul Howarth <paul at city-fan.org> 0.1623-1
+- Update to 0.1623
+  - fix uninitialized value warning and incorrect behaviour (CPAN RT#48528)
+  - remove reference to obsolete ExtUtils::MakeMaker::bytes (CPAN RT#48984)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1622-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	17 Jul 2008 09:25:38 -0000	1.3
+++ sources	1 Sep 2009 15:14:58 -0000	1.4
@@ -1 +1 @@
-14c708f99adc22256a7b2566bf5c649f  FileHandle-Unget-0.1622.tar.gz
+27df2a78e60e30b1950bbf41740eae13  FileHandle-Unget-0.1623.tar.gz




More information about the fedora-extras-commits mailing list