rpms/perl-WWW-Myspace/devel .cvsignore, 1.3, 1.4 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 11 05:00:10 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-WWW-Myspace/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8508

Modified Files:
	.cvsignore perl-WWW-Myspace.spec sources 
Log Message:
update to 0.52



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	11 Jul 2006 02:45:22 -0000	1.3
+++ .cvsignore	11 Aug 2006 05:00:10 -0000	1.4
@@ -1 +1 @@
-WWW-Myspace-0.50.tar.gz
+WWW-Myspace-0.52.tar.gz


Index: perl-WWW-Myspace.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/perl-WWW-Myspace.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-WWW-Myspace.spec	11 Jul 2006 02:45:22 -0000	1.3
+++ perl-WWW-Myspace.spec	11 Aug 2006 05:00:10 -0000	1.4
@@ -1,7 +1,17 @@
-# $Id$
+# Note:  Some tests for this package are disabled by default, as they
+# require network access and would thus fail in the buildsys' mock
+# environments.  To build locally while enabling tests, either:
+#
+#   rpmbuild ... --define '_with_network_tests 1' ...
+#   rpmbuild ... --with network_tests ...
+#   define _with_network_tests 1 in your ~/.rpmmacros
+#
+# Note that right now, the only way to run tests locally from a cvs sandbox #
+# "make noarch" type scenario is the third one.
+
 
 Name:     perl-WWW-Myspace
-Version:  0.50
+Version:  0.52
 Release:  1%{?dist}
 Summary:  Access your myspace.com profile in Perl!
 
@@ -24,6 +34,8 @@
 BuildRequires:  perl(Locale::SubCountry), perl(Math::Round)
 BuildRequires:  perl(Params::Validate), perl(Class::DBI)
 BuildRequires:  perl(Class::DBI::Loader), perl(WWW::Mechanize)
+BuildRequires:  perl(Time::Local), perl(DateTime::Format::MySQL)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -61,7 +73,7 @@
 %check
 # tests are disabled for mock/plague build as they attempt to access the
 # mspace site.
-#make test
+%{?_with_network_tests: make test }
 
 
 %clean
@@ -78,6 +90,14 @@
 
 
 %changelog
+* Wed Aug 09 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.52-1
+- update to 0.52
+
+* Fri Aug 04 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.51-1
+- update to 0.51
+- Add two new BR's: Time::Local and DateTime::Format::MySQL
+- Also add _with_network_tests wrapper
+
 * Mon Jul 10 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.50-1
 - update to latest release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Jul 2006 02:45:22 -0000	1.3
+++ sources	11 Aug 2006 05:00:10 -0000	1.4
@@ -1 +1 @@
-79c0dc199fb90ab49cc04dcab4a6072e  WWW-Myspace-0.50.tar.gz
+b11e8bf3ff5537b1903825a733da87ed  WWW-Myspace-0.52.tar.gz




More information about the fedora-extras-commits mailing list