forked from pool/perl-Statistics-Descriptive
		
	- update to 3.0202
- Moved tag-release.pl to scripts/tag-release.pl (though we now use
      Mercurial instead of Subversion.)
    - Add t/mode.t to test the ->mode() method.
    - Documented ->mode() better.
    - Optimized ->mode().
    - Add some documentation clarifying the 0th percentile return, as it
      returns undef() for representing -inf:
        - Fix https://rt.cpan.org/Ticket/Display.html?id=62055
        - Thanks to Dave Breimann for reporting it.
    - Add the tag-release.pl to tag a release using Subversion.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=7
			
			
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							72414e91cf
						
					
				
				
					commit
					a48ebe3b13
				
			| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:ee999c5b7430f21d869b34cfbb874f91c6ea44a0c6f3bd64f405e0bf60ffecfe |  | ||||||
| size 17595 |  | ||||||
| @@ -1,3 +1,18 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Dec 19 16:26:40 UTC 2011 - coolo@suse.de | ||||||
|  |  | ||||||
|  | - update to 3.0202 | ||||||
|  |     - Moved tag-release.pl to scripts/tag-release.pl (though we now use | ||||||
|  |       Mercurial instead of Subversion.) | ||||||
|  |     - Add t/mode.t to test the ->mode() method. | ||||||
|  |     - Documented ->mode() better. | ||||||
|  |     - Optimized ->mode(). | ||||||
|  |     - Add some documentation clarifying the 0th percentile return, as it | ||||||
|  |       returns undef() for representing -inf: | ||||||
|  |         - Fix https://rt.cpan.org/Ticket/Display.html?id=62055 | ||||||
|  |         - Thanks to Dave Breimann for reporting it. | ||||||
|  |     - Add the tag-release.pl to tag a release using Subversion. | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com | Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com | ||||||
|  |  | ||||||
|   | |||||||
| @@ -15,26 +15,24 @@ | |||||||
| # Please submit bugfixes or comments via http://bugs.opensuse.org/ | # Please submit bugfixes or comments via http://bugs.opensuse.org/ | ||||||
| # | # | ||||||
|  |  | ||||||
| # norootforbuild |  | ||||||
|  |  | ||||||
| %bcond_with pod | %bcond_with pod | ||||||
|  |  | ||||||
| Name:           perl-Statistics-Descriptive | Name:           perl-Statistics-Descriptive | ||||||
| %define cpan_name Statistics-Descriptive | %define cpan_name Statistics-Descriptive | ||||||
| Summary:        Module of basic descriptive statistical functions | Summary:        Module of basic descriptive statistical functions | ||||||
| Version:        3.0200 | License:        GPL-1.0+ or Artistic-1.0 | ||||||
| Release:        1 |  | ||||||
| License:        GPL+ or Artistic |  | ||||||
| Group:          Development/Libraries/Perl | Group:          Development/Libraries/Perl | ||||||
|  | Version:        3.0202 | ||||||
|  | Release:        0 | ||||||
| Url:            http://search.cpan.org/dist/Statistics-Descriptive/ | Url:            http://search.cpan.org/dist/Statistics-Descriptive/ | ||||||
| #Source:         http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz | Source:         http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz | ||||||
| Source:         %{cpan_name}-%{version}.tar.bz2 |  | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||||
| %{perl_requires} | %{perl_requires} | ||||||
| BuildRequires:  perl | BuildRequires:  perl | ||||||
| BuildRequires:  perl(Module::Build) |  | ||||||
| BuildRequires:  perl-macros | BuildRequires:  perl-macros | ||||||
|  | BuildRequires:  perl(Module::Build) | ||||||
| %if %{with pod} | %if %{with pod} | ||||||
| BuildRequires:  perl(Test::Pod) >= 1.22 | BuildRequires:  perl(Test::Pod) >= 1.22 | ||||||
| BuildRequires:  perl(Test::Pod::Coverage) >= 1.08 | BuildRequires:  perl(Test::Pod::Coverage) >= 1.08 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user