[perl-WWW-Shorten] Update to 3.03 which fixes incorrect-fsf-address, clarifies licensing to Artistic 2.0. Only run test

Julian C. Dunn jdunn at fedoraproject.org
Mon Apr 9 16:55:58 UTC 2012


commit 9307b8109fc59f7396820be2157e18bd826c65eb
Author: Julian C. Dunn <jdunn at aquezada.com>
Date:   Mon Apr 9 12:55:04 2012 -0400

    Update to 3.03 which fixes incorrect-fsf-address, clarifies licensing to Artistic 2.0.
    Only run tests that don't need network access; koji build cluster doesn't have net
    access.

 .gitignore            |    1 +
 perl-WWW-Shorten.spec |   14 +++++++++-----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce64bf2..2185168 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /WWW-Shorten-3.02.tar.gz
+/WWW-Shorten-3.03.tar.gz
diff --git a/perl-WWW-Shorten.spec b/perl-WWW-Shorten.spec
index d6f317d..786096b 100644
--- a/perl-WWW-Shorten.spec
+++ b/perl-WWW-Shorten.spec
@@ -1,8 +1,8 @@
 Name:           perl-WWW-Shorten
-Version:        3.02
-Release:        2%{?dist}
+Version:        3.03
+Release:        1%{?dist}
 Summary:        Interface to URL shortening sites
-License:        GPL+ or Artistic
+License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/WWW-Shorten/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAVECROSS/WWW-Shorten-%{version}.tar.gz
@@ -39,16 +39,20 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+./Build test --test_files 't/0*.t t/9*.t'
 
 %files
-%doc Artistic AUTHORS ChangeLog.SPOON Changes COPYING CREDITS LICENCE README TODO
+%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO
 %{perl_vendorlib}/*
 %{_bindir}/shorten
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 08 2012 Julian C. Dunn <jdunn at aquezada.com> 3.03-1
+- Update to 3.03
+- Run only tests that do not require network access
+
 * Thu Apr 05 2012 Julian C. Dunn <jdunn at aquezada.com> 3.02-2
 - Changes per review in bz#810028
 
diff --git a/sources b/sources
index 5fc4a80..209301f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a9be4d5c34b5726cd11a143dae0e0b8  WWW-Shorten-3.02.tar.gz
+8ba21ec85951c5ed7f87e2ea28280882  WWW-Shorten-3.03.tar.gz


More information about the scm-commits mailing list