commit perl-Math-Round for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-Round for openSUSE:Factory 
checked in at 2015-01-03 22:01:21

Comparing /work/SRC/openSUSE:Factory/perl-Math-Round (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Math-Round.new (New)


Package is perl-Math-Round

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-Round/perl-Math-Round.changes  
2013-04-17 23:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Math-Round.new/perl-Math-Round.changes 
2015-01-03 22:01:45.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan  3 12:48:50 UTC 2015 - opens...@dstoecker.de
+
+- version 0.07: Corrected possible conflict with POSIX
+
+---

Old:

  Math-Round-0.06.tar.gz

New:

  Math-Round-0.07.tar.gz



Other differences:
--
++ perl-Math-Round.spec ++
--- /var/tmp/diff_new_pack.F8B9OQ/_old  2015-01-03 22:01:45.0 +0100
+++ /var/tmp/diff_new_pack.F8B9OQ/_new  2015-01-03 22:01:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Math-Round
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Math-Round
-Version:0.06
+Version:0.07
 Release:0
 # MANUAL
 %define cpan_name Math-Round

++ Math-Round-0.06.tar.gz - Math-Round-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/Changes new/Math-Round-0.07/Changes
--- old/Math-Round-0.06/Changes 2006-11-30 03:29:29.0 +0100
+++ new/Math-Round-0.07/Changes 2015-01-02 17:39:17.0 +0100
@@ -23,3 +23,8 @@
- Streamlined the code. Thanks to Richard Jelinek of PetaMem.
- Made $half a package variable. Thanks to Ruud H. G. van Tol
  for pointing out some peculiarities of the rounding.
+
+0.07  Fri Jan  2 10:35:47 2015
+   - Perl 5.22 exports POSIX::round, so use POSIX had to be
+ changed to use POSIX (). Thanks to Jarkko Hietaniemi and
+ Slaven Rezic for the tip.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/META.yml new/Math-Round-0.07/META.yml
--- old/Math-Round-0.06/META.yml2006-11-30 03:31:35.0 +0100
+++ new/Math-Round-0.07/META.yml2015-01-02 18:02:28.0 +0100
@@ -1,10 +1,20 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXX This is a prototype!!!  It will change in the future!!! X#
-name: Math-Round
-version:  0.06
-version_from: Round.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+--- #YAML:1.0
+name:   Math-Round
+version:0.07
+abstract:   ~
+author:  []
+license:unknown
+distribution_type:  module
+configure_requires:
+ExtUtils::MakeMaker:  0
+build_requires:
+ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+directory:
+- t
+- inc
+generated_by:   ExtUtils::MakeMaker version 6.55_02
+meta-spec:
+url:  http://module-build.sourceforge.net/META-spec-v1.4.html
+version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/README new/Math-Round-0.07/README
--- old/Math-Round-0.06/README  2006-11-06 16:06:56.0 +0100
+++ new/Math-Round-0.07/README  2015-01-02 17:40:37.0 +0100
@@ -24,9 +24,9 @@
 
 Recent Changes
 ==
-Version 0.04: Added nearest_ceil and nearest_floor.
 Version 0.05: Added nlowmult and nhimult.
 Version 0.06: Streamlined the code.
+Version 0.07: Corrected possible conflict with POSIX.
 
 How to Install
 ==
@@ -42,8 +42,6 @@
 it under the same terms as Perl itself.
 
 Geoffrey Rommel
-DBA Tech Consultant
-Sears, Roebuck and Co.
 grom...@cpan.org
 
 October 2000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/Round.pm new/Math-Round-0.07/Round.pm
--- old/Math-Round-0.06/Round.pm2006-11-21 15:00:55.0 +0100
+++ new/Math-Round-0.07/Round.pm2015-01-02 18:01:33.0 +0100
@@ -1,7 +1,7 @@
 package Math::Round;
 
 use strict;
-use POSIX;
+use POSIX ();
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 require Exporter;
@@ -11,7 +11,7 @@
 @EXPORT_OK = qw(round nearest round_even round_odd round_rand
nearest_ceil nearest_floor nearest_rand
nlowmult nhimult );
-$VERSION = '0.06';
+$VERSION = 

commit perl-Math-Round for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-Round for openSUSE:Factory 
checked in at 2013-04-17 23:15:14

Comparing /work/SRC/openSUSE:Factory/perl-Math-Round (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Math-Round.new (New)


Package is perl-Math-Round, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-Round/perl-Math-Round.changes  
2011-09-23 12:38:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Math-Round.new/perl-Math-Round.changes 
2013-04-17 23:15:15.0 +0200
@@ -1,0 +2,5 @@
+Wed Jan 30 15:07:01 UTC 2013 - opens...@dstoecker.de
+
+- add missing dependency on perl-AutoLoader
+
+---



Other differences:
--
++ perl-Math-Round.spec ++
--- /var/tmp/diff_new_pack.bpdnXc/_old  2013-04-17 23:15:16.0 +0200
+++ /var/tmp/diff_new_pack.bpdnXc/_new  2013-04-17 23:15:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Math-Round
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,21 +16,22 @@
 #
 
 
-
 Name:   perl-Math-Round
 Version:0.06
-Release:1
+Release:0
 # MANUAL
-License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Math-Round
 Summary:Perl extension for rounding numbers
-Url:http://search.cpan.org/dist/Math-Round/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Math-Round/
 Source: 
http://www.cpan.org/authors/id/G/GR/GROMMEL/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(AutoLoader)
+Requires:   perl(AutoLoader)
 %{perl_requires}
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Math-Round for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-Round for openSUSE:Factory 
checked in at 2011-12-06 18:44:10

Comparing /work/SRC/openSUSE:Factory/perl-Math-Round (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Math-Round.new (New)


Package is perl-Math-Round, Maintainer is 

Changes:




Other differences:
--
++ perl-Math-Round.spec ++
--- /var/tmp/diff_new_pack.ZfPAh8/_old  2011-12-06 19:13:30.0 +0100
+++ /var/tmp/diff_new_pack.ZfPAh8/_new  2011-12-06 19:13:30.0 +0100
@@ -21,7 +21,7 @@
 Version:0.06
 Release:1
 # MANUAL
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Math-Round
 Summary:Perl extension for rounding numbers
 Url:http://search.cpan.org/dist/Math-Round/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org