commit perl-Term-ProgressBar for openSUSE:Factory

2018-05-15 Thread root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2018-05-15 10:15:16

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


Package is "perl-Term-ProgressBar"

Tue May 15 10:15:16 2018 rev:10 rq:606953 version:2.22

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2017-08-12 20:27:14.371717169 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2018-05-15 10:34:08.538556748 +0200
@@ -1,0 +2,9 @@
+Sun May 13 06:01:23 UTC 2018 - co...@suse.com
+
+- updated to 2.22
+   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
+
+  2.22  2018-05-12 MANWAR
+- Merged PR #10: Amend to prevent uninitialised warning error, thanks 
@lharey.
+
+---

Old:

  Term-ProgressBar-2.21.tar.gz

New:

  Term-ProgressBar-2.22.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.VyxKRL/_old  2018-05-15 10:34:09.098536182 +0200
+++ /var/tmp/diff_new_pack.VyxKRL/_new  2018-05-15 10:34:09.098536182 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ProgressBar
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,11 +17,11 @@
 
 
 Name:   perl-Term-ProgressBar
-Version:2.21
+Version:2.22
 Release:0
 %define cpan_name Term-ProgressBar
 Summary:Provide a Progress Meter On a Standard Terminal
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Term-ProgressBar/
 Source0:
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
@@ -35,6 +35,7 @@
 BuildRequires:  perl(Term::ReadKey) >= 2.14
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::More) >= 0.80
+BuildRequires:  perl(Test::Warnings)
 Requires:   perl(Class::MethodMaker) >= 1.02
 Requires:   perl(Term::ReadKey) >= 2.14
 %{perl_requires}

++ Term-ProgressBar-2.21.tar.gz -> Term-ProgressBar-2.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.21/Changes 
new/Term-ProgressBar-2.22/Changes
--- old/Term-ProgressBar-2.21/Changes   2017-08-02 12:21:17.0 +0200
+++ new/Term-ProgressBar-2.22/Changes   2018-05-11 18:41:10.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Term::ProgressBar
 
+2.22  2018-05-12 MANWAR
+  - Merged PR #10: Amend to prevent uninitialised warning error, thanks 
@lharey.
+
 2.21  2017-08-02 MANWAR
   - Added key 'clean' to Makefile.PL script.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.21/MANIFEST 
new/Term-ProgressBar-2.22/MANIFEST
--- old/Term-ProgressBar-2.21/MANIFEST  2017-08-02 12:22:31.0 +0200
+++ new/Term-ProgressBar-2.22/MANIFEST  2018-05-12 11:01:27.0 +0200
@@ -14,6 +14,7 @@
 MANIFEST.SKIP
 README
 t/02_term_progressbar_io.t
+t/bug_123466.t
 t/compat.t
 t/eta-linear.t
 t/lessthanzero.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.21/META.json 
new/Term-ProgressBar-2.22/META.json
--- old/Term-ProgressBar-2.21/META.json 2017-08-02 12:22:31.0 +0200
+++ new/Term-ProgressBar-2.22/META.json 2018-05-12 11:01:27.0 +0200
@@ -25,7 +25,8 @@
 "Capture::Tiny" : "0.13",
 "File::Temp" : "0",
 "Test::Exception" : "0.31",
-"Test::More" : "0.80"
+"Test::More" : "0.80",
+"Test::Warnings" : "0"
  }
   },
   "configure" : {
@@ -50,6 +51,6 @@
  "url" : "https://github.com/manwar/Term-ProgressBar;
   }
},
-   "version" : "2.21",
+   "version" : "2.22",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.21/META.yml 
new/Term-ProgressBar-2.22/META.yml
--- old/Term-ProgressBar-2.21/META.yml  2017-08-02 12:22:31.0 +0200
+++ new/Term-ProgressBar-2.22/META.yml  2018-05-12 11:01:27.0 +0200
@@ -7,6 +7,7 @@
   File::Temp: '0'
   Test::Exception: '0.31'
   Test::More: '0.80'
+  Test::Warnings: '0'

commit perl-Term-ProgressBar for openSUSE:Factory

2017-08-12 Thread root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2017-08-12 20:27:14

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


Package is "perl-Term-ProgressBar"

Sat Aug 12 20:27:14 2017 rev:9 rq:515865 version:2.21

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2017-07-21 22:47:50.917852374 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2017-08-12 20:27:14.371717169 +0200
@@ -1,0 +2,9 @@
+Thu Aug  3 06:15:55 UTC 2017 - co...@suse.com
+
+- updated to 2.21
+   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
+
+  2.21  2017-08-02 MANWAR
+- Added key 'clean' to Makefile.PL script.
+
+---

Old:

  Term-ProgressBar-2.20.tar.gz

New:

  Term-ProgressBar-2.21.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.mwOIAT/_old  2017-08-12 20:27:15.287588819 +0200
+++ /var/tmp/diff_new_pack.mwOIAT/_new  2017-08-12 20:27:15.295587698 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Term-ProgressBar
-Version:2.20
+Version:2.21
 Release:0
 %define cpan_name Term-ProgressBar
 Summary:Provide a Progress Meter On a Standard Terminal

++ Term-ProgressBar-2.20.tar.gz -> Term-ProgressBar-2.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.20/Changes 
new/Term-ProgressBar-2.21/Changes
--- old/Term-ProgressBar-2.20/Changes   2017-07-10 13:30:15.0 +0200
+++ new/Term-ProgressBar-2.21/Changes   2017-08-02 12:21:17.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Term::ProgressBar
 
+2.21  2017-08-02 MANWAR
+  - Added key 'clean' to Makefile.PL script.
+
 2.20  2017-07-11 MANWAR
   - silent mode avoids uninitialized value messages (GFIREBALL)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.20/META.json 
new/Term-ProgressBar-2.21/META.json
--- old/Term-ProgressBar-2.20/META.json 2017-07-11 11:41:15.0 +0200
+++ new/Term-ProgressBar-2.21/META.json 2017-08-02 12:22:31.0 +0200
@@ -50,6 +50,6 @@
  "url" : "https://github.com/manwar/Term-ProgressBar;
   }
},
-   "version" : "2.20",
+   "version" : "2.21",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.20/META.yml 
new/Term-ProgressBar-2.21/META.yml
--- old/Term-ProgressBar-2.20/META.yml  2017-07-11 11:41:15.0 +0200
+++ new/Term-ProgressBar-2.21/META.yml  2017-08-02 12:22:31.0 +0200
@@ -29,5 +29,5 @@
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/Term-ProgressBar
-version: '2.20'
+version: '2.21'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.20/Makefile.PL 
new/Term-ProgressBar-2.21/Makefile.PL
--- old/Term-ProgressBar-2.20/Makefile.PL   2016-11-27 11:35:09.0 
+0100
+++ new/Term-ProgressBar-2.21/Makefile.PL   2017-07-29 09:58:28.0 
+0200
@@ -33,6 +33,7 @@
   repository => 'https://github.com/manwar/Term-ProgressBar',
   },
   },
+  clean => { FILES => 'Term-ProgressBar-*' },
   ($mm_ver >= 6.48
? (MIN_PERL_VERSION => 5.006)
: ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.20/lib/Term/ProgressBar/IO.pm 
new/Term-ProgressBar-2.21/lib/Term/ProgressBar/IO.pm
--- old/Term-ProgressBar-2.20/lib/Term/ProgressBar/IO.pm2017-07-10 
13:30:15.0 +0200
+++ new/Term-ProgressBar-2.21/lib/Term/ProgressBar/IO.pm2017-07-29 
09:58:28.0 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.20';
+our $VERSION = '2.21';
 
 #  This program is free software; you can redistribute it and/or
 #  modify it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.20/lib/Term/ProgressBar.pm 
new/Term-ProgressBar-2.21/lib/Term/ProgressBar.pm
--- old/Term-ProgressBar-2.20/lib/Term/ProgressBar.pm   2017-07-10 
13:30:15.0 +0200
+++ new/Term-ProgressBar-2.21/lib/Term/ProgressBar.pm   2017-07-29 
09:58:28.0 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.20';
+our $VERSION = '2.21';
 
 

commit perl-Term-ProgressBar for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2017-07-21 22:47:44

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


Package is "perl-Term-ProgressBar"

Fri Jul 21 22:47:44 2017 rev:8 rq:509656 version:2.20

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2016-12-10 18:28:50.164744332 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2017-07-21 22:47:50.917852374 +0200
@@ -1,0 +2,18 @@
+Wed Jul 12 06:13:35 UTC 2017 - co...@suse.com
+
+- updated to 2.20
+   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
+
+  2.20  2017-07-11 MANWAR
+- silent mode avoids uninitialized value messages (GFIREBALL)
+
+---
+Tue Jul 11 06:26:04 UTC 2017 - co...@suse.com
+
+- updated to 2.19
+   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
+
+  2.19  2017-07-10 MANWAR
+- Fixed inconsistent version as reported by CPANTS.
+
+---

Old:

  Term-ProgressBar-2.18.tar.gz

New:

  Term-ProgressBar-2.20.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.cN95DZ/_old  2017-07-21 22:47:51.485772263 +0200
+++ /var/tmp/diff_new_pack.cN95DZ/_new  2017-07-21 22:47:51.489771698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ProgressBar
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,14 +17,14 @@
 
 
 Name:   perl-Term-ProgressBar
-Version:2.18
+Version:2.20
 Release:0
 %define cpan_name Term-ProgressBar
 Summary:Provide a Progress Meter On a Standard Terminal
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Term-ProgressBar/
-Source0:
http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Term-ProgressBar-2.18.tar.gz -> Term-ProgressBar-2.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.18/Changes 
new/Term-ProgressBar-2.20/Changes
--- old/Term-ProgressBar-2.18/Changes   2016-12-06 14:07:40.0 +0100
+++ new/Term-ProgressBar-2.20/Changes   2017-07-10 13:30:15.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension Term::ProgressBar
 
+2.20  2017-07-11 MANWAR
+  - silent mode avoids uninitialized value messages (GFIREBALL)
+
+2.19  2017-07-10 MANWAR
+  - Fixed inconsistent version as reported by CPANTS.
+
 2.18  2016-12-06 MANWAR
   - Add MANIFEST file.
   - Removed META.yml file.
@@ -104,4 +110,4 @@
 
 1.00  2001-10-30
   - original version
-  - by Edward Avis, 
+  - by Edward Avis, 
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.18/META.json 
new/Term-ProgressBar-2.20/META.json
--- old/Term-ProgressBar-2.18/META.json 2016-12-06 14:10:36.0 +0100
+++ new/Term-ProgressBar-2.20/META.json 2017-07-11 11:41:15.0 +0200
@@ -4,7 +4,7 @@
   "Martyn J. Pearce"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -50,6 +50,6 @@
  "url" : "https://github.com/manwar/Term-ProgressBar;
   }
},
-   "version" : "2.18",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "2.20",
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.18/META.yml 
new/Term-ProgressBar-2.20/META.yml
--- old/Term-ProgressBar-2.18/META.yml  2016-12-06 14:10:36.0 +0100
+++ new/Term-ProgressBar-2.20/META.yml  2017-07-11 11:41:15.0 +0200
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker 

commit perl-Term-ProgressBar for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2015-04-15 16:23:02

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


Package is perl-Term-ProgressBar

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2014-06-30 21:50:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2015-04-15 16:23:03.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 13 19:08:26 UTC 2015 - co...@suse.com
+
+- updated to 2.17
+   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
+
+  2.17 2015-01-23
+ - Handle case when the maximum number of items is unknown (LukeGoodsell)
+  
+  2.16 2014-09-09 17:00:00
+ - Cygwin width issue  RT #8344 (LukeGoodsell)
+ - Remove unused DEBUG variables.
+ - Stop exorting $PACKAGE $VERSION.
+ - Add use warnings;
+
+---

Old:

  Term-ProgressBar-2.15.tar.gz

New:

  Term-ProgressBar-2.17.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.M7HQHK/_old  2015-04-15 16:23:03.0 +0200
+++ /var/tmp/diff_new_pack.M7HQHK/_new  2015-04-15 16:23:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ProgressBar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,57 +16,72 @@
 #
 
 
-%define modname Term-ProgressBar
-
-Name:   perl-%{modname}
-Version:2.15
+Name:   perl-Term-ProgressBar
+Version:2.17
 Release:0
-Summary:A progress bar for terminals
-License:GPL-1.0+ or Artistic-1.0
+%define cpan_name Term-ProgressBar
+Summary:provide a progress meter on a standard terminal
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Requires:   perl(Class::MethodMaker)
-Requires:   perl(Term::ReadKey)
-BuildRequires:  perl(Capture::Tiny) = 0.13
-BuildRequires:  perl(Class::MethodMaker)
-BuildRequires:  perl(Term::ReadKey)
-BuildRequires:  perl(Test::Exception)
-Source: 
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/%{modname}-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Term-ProgressBar/
+Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny) = 0.13
+BuildRequires:  perl(Class::MethodMaker) = 1.02
+BuildRequires:  perl(Term::ReadKey) = 2.14
+BuildRequires:  perl(Test::Exception) = 0.31
+BuildRequires:  perl(Test::More) = 0.80
+Requires:   perl(Class::MethodMaker) = 1.02
+Requires:   perl(Term::ReadKey) = 2.14
+%{perl_requires}
 
 %description
-This module provides a simple progress indicator for command line
-programs.  You initialize a ProgressBar object with a brief
-description of what is happening and the number of things that need
-doing, and after each thing is done you call the object's update()
-method.
-
-At the moment, this is presented to the user (on stderr) as a sequence
-of 50 hash marks (no matter how many things are being done).
+Term::ProgressBar provides a simple progress bar on the terminal, to let
+the user know that something is happening, roughly how much stuff has been
+done, and maybe an estimate at how long remains.
+
+A typical use sets up the progress bar with a number of items to do, and
+then calls update to update the bar whenever an item is processed.
+
+Often, this would involve updating the progress bar many times with no
+user-visible change. To avoid unnecessary work, the update method returns a
+value, being the update value at which the user will next see a change. By
+only calling update when the current value exceeds the next update value,
+the call overhead is reduced.
+
+Remember to call the '$progress-update($max_value)' when the job is done
+to get a nice 100% done bar.
+
+A progress bar by default is simple; it just goes from left-to-right,
+filling the bar with '=' characters. These are called *major* characters.
+For long-running jobs, this may be too slow, so two additional features are
+available: a linear completion time estimator, and/or a *minor* character:
+this is a character that _moves_ from left-to-right on the progress bar (it
+does 

commit perl-Term-ProgressBar for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2014-06-30 21:45:02

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


Package is perl-Term-ProgressBar

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2013-08-07 20:53:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2014-06-30 21:45:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 20:47:26 UTC 2014 - mlati...@suse.com
+
+- Update to version 2.15
+   + Add Term::ProgressBar::IO, which displays a progress bar while reading
+ from a seekable filehandle
+
+---
@@ -9 +16,2 @@
-- Updated spec file to replace perl_requires macro with preferred SUSE 
Requires:  perl = x.x format
+- Updated spec file to replace perl_requires macro with preferred SUSE
+  Requires:  perl = x.x format
@@ -19 +27,2 @@
-- Validated that license is 'per' as listed in Makefile.PL which is GPL or 
Artistic compliant. The spec file reflects this change.
+- Validated that license is 'per' as listed in Makefile.PL which is GPL or
+  Artistic compliant. The spec file reflects this change.
@@ -24,2 +33,3 @@
-- Updated spec file to remove auto/Term-ProgressBar
-from the files section that is no longer used in the new version. Removed the 
BUGS file from the files section in spec file since all changes are not logged 
in changes
+- Updated spec file to remove auto/Term-ProgressBar from the files section
+  that is no longer used in the new version. Removed the BUGS file from the
+  files section in spec file since all changes are not logged in changes
@@ -40 +50,2 @@
-- Checked license and updated spec.  Module states same license as Perl which 
is  GPL-1.0+ or Artistic-1.0
+- Checked license and updated spec.  Module states same license as Perl which
+  is GPL-1.0+ or Artistic-1.0

Old:

  Term-ProgressBar-2.14.tar.gz

New:

  Term-ProgressBar-2.15.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.nehwS1/_old  2014-06-30 21:45:25.0 +0200
+++ /var/tmp/diff_new_pack.nehwS1/_new  2014-06-30 21:45:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ProgressBar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,7 +19,7 @@
 %define modname Term-ProgressBar
 
 Name:   perl-%{modname}
-Version:2.14
+Version:2.15
 Release:0
 Summary:A progress bar for terminals
 License:GPL-1.0+ or Artistic-1.0
@@ -68,6 +68,5 @@
 %doc README Changes examples
 %doc %{_mandir}/man?/*
 %{perl_vendorlib}/Term
-#%{perl_vendorarch}/auto/Term-ProgressBar
 
 %changelog

++ Term-ProgressBar-2.14.tar.gz - Term-ProgressBar-2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.14/Changes 
new/Term-ProgressBar-2.15/Changes
--- old/Term-ProgressBar-2.14/Changes   2013-07-21 12:35:16.0 +0200
+++ new/Term-ProgressBar-2.15/Changes   2014-04-13 22:37:09.0 +0200
@@ -1,47 +1,49 @@
-Revision history for Perl extension Term-ProgressBar.
+Revision history for Perl extension Term-ProgressBar
 
-2.14 Sun Jul 21 13:34:52 2013
+2.15 2014-04-13 23:23:23
+- Add Term::ProgressBar::IO (DON)
+
+2.14 2013-07-21 13:34:52
 - Document the term_width argument to the constructor (OVID)
 - Add a silent option to the constructor (OVID)
 
-2.13 Fri May 18 06:24:42 2012
+2.13 2012-05-18 06:24:42
- remove unused and invalid SIGNATURE file
- move content of BUGS to Changes
- Remove the INSTALL and configure files,
  people should use the standard CPAN installation tools
 - Add standard prerequisites to Makefile.PL
 
-
-2.12 Wed May 16 12:47:16 2012
+2.12 2012-05-16 12:47:16
- use strict; use warnings; in examples
- remove bareword from POD (JBAKER)
- make lbrack and rbrack official.
 
-2.11 Fri Feb 17 12:31:04 2012
+2.11 2012-02-17 12:31:04
- skip the signature verification
 
-2.10  Wed Dec 21 11:18:26 2011
+2.10 2011-12-21 11:18:26
- remove Build.PL (keep the Makefile.PL only)
- Replace home-made testing tools with CPAN-ish tools
- Require Capture::Tiny for testing
- New co-maintainer: Gabor Szabo
 
-2.09  Sun 

commit perl-Term-ProgressBar for openSUSE:Factory

2013-08-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2013-08-07 20:53:44

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


Package is perl-Term-ProgressBar

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2013-08-05 20:50:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2013-08-07 20:53:45.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug  7 17:46:01 UTC 2013 - rcur...@suse.com
+
+- Removed Requires: perl and BuildRequires: perl from spec file
+
+---
+Tue Aug  6 22:40:14 UTC 2013 - rcur...@suse.com
+
+- Updated spec file to replace perl_requires macro with preferred SUSE 
Requires:  perl = x.x format
+
+---
+Tue Aug  6 22:06:29 UTC 2013 - rcur...@suse.com
+
+- Updated spec file to remove %perl_requires macro
+
+---



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.3z9E3i/_old  2013-08-07 20:53:45.0 +0200
+++ /var/tmp/diff_new_pack.3z9E3i/_new  2013-08-07 20:53:45.0 +0200
@@ -33,7 +33,6 @@
 Source: 
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/%{modname}-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Term-ProgressBar/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 
 %description
 This module provides a simple progress indicator for command line

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