Hello community,

here is the log from the commit of package perl-Number-Format for 
openSUSE:Factory checked in at 2013-04-22 14:31:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Number-Format (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Number-Format.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Number-Format", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Number-Format.new/perl-Number-Format.changes   
    2013-04-22 14:31:19.000000000 +0200
@@ -0,0 +1,37 @@
+-------------------------------------------------------------------
+Thu Jan 17 12:08:12 UTC 2013 - [email protected]
+
+- license update: Artistic-1.0 or GPL-1.0+
+  See the bottom of README
+
+-------------------------------------------------------------------
+Thu Dec 06 16:28:12 UTC 2012 - [email protected]
+
+- removed perl-macros for openSUSE 11.4 and higher.
+
+-------------------------------------------------------------------
+Mon Aug 22 14:50:24 UTC 2011 - [email protected]
+
+- update to 1.73
+  + Add support for IEC60027 (Ki, Mi, Gi prefixes) with mode option
+  + Minor tweak to format_bytes test for German locales
+  + many bug fixes
+  + for more details, please see:
+  /usr/share/doc/packages/perl-Number-Format/CHANGES
+- specfile rebuild via cpanspec
+
+-------------------------------------------------------------------
+Wed Dec  1 13:34:15 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:48 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct 19 08:38:53 UTC 2010 - [email protected]
+
+- add perl as explicit buildrequire
+

New:
----
  Number-Format-1.73.tar.gz
  perl-Number-Format.changes
  perl-Number-Format.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Number-Format.spec ++++++
#
# spec file for package perl-Number-Format
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Number-Format
Version:        1.73
Release:        0
%define cpan_name Number-Format
Summary:        Perl extension for formatting numbers
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Number-Format/
Source:         
http://www.cpan.org/authors/id/W/WR/WRW/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
%if 0%{?suse_version} <= 1130
BuildRequires:  perl-macros
%endif
%{perl_requires}

%description
These functions provide an easy means of formatting numbers in a manner
suitable for displaying to the user.

There are two ways to use this package. One is to declare an object of type
Number::Format, which you can think of as a formatting engine. The various
functions defined here are provided as object methods. The constructor
'new()' can be used to set the parameters of the formatting engine. 

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES README TODO

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to