8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
964b6d1388 Accepting request 1010988 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1010988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ProgressBar?expand=0&rev=11
2022-10-15 14:37:46 +00:00
52262576b7 Accepting request 1010901 from devel:languages:perl:autoupdate
- updated to 2.23
   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
  2.23  2022-10-08 MANWAR
        - Merged PR #11: Added a check to print a full bar at the end, thanks @cwallacetlc.

OBS-URL: https://build.opensuse.org/request/show/1010901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ProgressBar?expand=0&rev=31
2022-10-14 17:17:11 +00:00
08d701d44b Accepting request 606953 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/606953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ProgressBar?expand=0&rev=10
2018-05-15 08:15:16 +00:00
7ad1061343 Accepting request 606751 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/606751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ProgressBar?expand=0&rev=29
2018-05-14 08:47:54 +00:00
e78bf76af1 Accepting request 515865 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/515865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ProgressBar?expand=0&rev=9
2017-08-12 18:27:14 +00:00
8f6733fc8f Accepting request 514147 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/514147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ProgressBar?expand=0&rev=27
2017-08-10 09:23:19 +00:00
03e3b8ef41 Accepting request 509656 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/509656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ProgressBar?expand=0&rev=8
2017-07-21 20:47:44 +00:00
Stephan Kulow
b1289c6242 Accepting request 509621 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/509621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ProgressBar?expand=0&rev=25
2017-07-12 07:56:51 +00:00
Stephan Kulow
4a0014557b Accepting request 509335 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/509335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ProgressBar?expand=0&rev=24
2017-07-11 09:48:06 +00:00
f4bc2fdf3e Accepting request 444695 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/444695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ProgressBar?expand=0&rev=7
2016-12-10 17:28:48 +00:00
Stephan Kulow
2342e2870e Accepting request 444381 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/444381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ProgressBar?expand=0&rev=22
2016-12-07 15:44:12 +00:00
5 changed files with 100 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1e0602c738a91fe54b01bcaa0d1a898b07ef6815c55eb2ebd6da4e3be20f696
size 18711

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:defc03fb9f4ac1c9df1359d312bff3c0865ddefbf3aba64cd42a69a86215d49d
size 19202

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Sun Oct 9 03:07:26 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.23
see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
2.23 2022-10-08 MANWAR
- Merged PR #11: Added a check to print a full bar at the end, thanks @cwallacetlc.
-------------------------------------------------------------------
Sun May 13 06:01:23 UTC 2018 - coolo@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.
-------------------------------------------------------------------
Thu Aug 3 06:15:55 UTC 2017 - coolo@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.
-------------------------------------------------------------------
Wed Jul 12 06:13:35 UTC 2017 - coolo@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 - coolo@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.
-------------------------------------------------------------------
Wed Dec 7 07:18:52 UTC 2016 - coolo@suse.com
- updated to 2.18
see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
-------------------------------------------------------------------
Mon Apr 13 19:08:26 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-ProgressBar
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,28 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Term-ProgressBar
Version: 2.17
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/
Source: http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
Name: perl-Term-ProgressBar
Version: 2.23
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Provide a progress meter on a standard terminal
URL: https://metacpan.org/release/%{cpan_name}
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
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::Exception) >= 0.310000
BuildRequires: perl(Test::More) >= 0.80
BuildRequires: perl(Test::Warnings)
Requires: perl(Class::MethodMaker) >= 1.02
Requires: perl(Term::ReadKey) >= 2.14
%{perl_requires}
@@ -44,7 +44,7 @@ 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.
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
@@ -65,15 +65,15 @@ major-character added. This exponentially increases the granularity of the
bar for the same width.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -81,7 +81,6 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README
%changelog