rpms/perl-Sysadm-Install/F-13 .cvsignore, 1.7, 1.8 perl-Sysadm-Install.spec, 1.9, 1.10 sources, 1.7, 1.8

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 15 08:49:02 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sysadm-Install/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20192

Modified Files:
	.cvsignore perl-Sysadm-Install.spec sources 
Log Message:
* Thu Apr 15 2010 Paul Howarth <paul at city-fan.org> 0.35-1
- Update to 0.35
  - Fix blurt_atomic on Win32 (CPAN RT#54885)
  - Fixed local caller_depth increments
  - Fixed printable() bug masking '-'
  - Documentation update and fixes for Windows
- BR/R perl(Config), perl(Encode), perl(HTTP::Request), perl(HTTP::Status)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/F-13/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	14 Sep 2009 10:34:26 -0000	1.7
+++ .cvsignore	15 Apr 2010 08:49:02 -0000	1.8
@@ -1 +1 @@
-Sysadm-Install-0.33.tar.gz
+Sysadm-Install-0.35.tar.gz


Index: perl-Sysadm-Install.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/F-13/perl-Sysadm-Install.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Sysadm-Install.spec	7 Dec 2009 01:08:21 -0000	1.9
+++ perl-Sysadm-Install.spec	15 Apr 2010 08:49:02 -0000	1.10
@@ -1,7 +1,7 @@
 Summary:	Typical installation tasks for system administrators
 Name:		perl-Sysadm-Install
-Version:	0.33
-Release:	2%{?dist}
+Version:	0.35
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Sysadm-Install/
@@ -10,13 +10,17 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
 BuildRequires:	perl(Archive::Tar)
+BuildRequires:	perl(Config)
 BuildRequires:	perl(Cwd)
+BuildRequires:	perl(Encode)
 BuildRequires:	perl(Expect)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(File::Basename)
 BuildRequires:	perl(File::Copy)
 BuildRequires:	perl(File::Path)
 BuildRequires:	perl(File::Temp) >= 0.16
+BuildRequires:	perl(HTTP::Request)
+BuildRequires:	perl(HTTP::Status)
 BuildRequires:	perl(Log::Log4perl) >= 1.00
 BuildRequires:	perl(LWP::UserAgent)
 BuildRequires:	perl(Term::ReadKey)
@@ -24,7 +28,11 @@ BuildRequires:	perl(Term::ReadKey)
 BuildRequires:	perl(Test::More)
 # Runtime deps not automatically picked up by RPM
 Requires:	perl(Archive::Tar)
+Requires:	perl(Config)
+Requires:	perl(Encode)
 Requires:	perl(Expect)
+Requires:	perl(HTTP::Request)
+Requires:	perl(HTTP::Status)
 Requires:	perl(LWP::UserAgent)
 
 %description
@@ -58,7 +66,7 @@ everything, but suppresses any write act
 %{__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 /bin/rmdir {} ';' 2>/dev/null
-%{__chmod} -R u+w %{buildroot}/*
+%{__chmod} -R u+w %{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -73,8 +81,18 @@ everything, but suppresses any write act
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
-* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.33-2
-- rebuild against perl 5.10.1
+* Thu Apr 15 2010 Paul Howarth <paul at city-fan.org> 0.35-1
+- Update to 0.35
+  - Fix blurt_atomic on Win32 (CPAN RT#54885)
+  - Fixed local caller_depth increments
+  - Fixed printable() bug masking '-'
+
+* Mon Feb 22 2010 Paul Howarth <paul at city-fan.org> 0.34-1
+- Update to 0.34 (documentation update and fixes for Windows)
+- BR/R perl(Config), perl(Encode), perl(HTTP::Request), perl(HTTP::Status)
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> 0.33-2
+- Rebuild against perl 5.10.1
 
 * Mon Sep 14 2009 Paul Howarth <paul at city-fan.org> 0.33-1
 - Update to 0.33


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	14 Sep 2009 10:34:27 -0000	1.7
+++ sources	15 Apr 2010 08:49:02 -0000	1.8
@@ -1 +1 @@
-46b680a62c4f90821cbe17c858f64b54  Sysadm-Install-0.33.tar.gz
+ff17fad54a21ada3ee3829dc0ac32b6c  Sysadm-Install-0.35.tar.gz




More information about the perl-devel mailing list