commit perl-Text-Autoformat for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2019-08-15 12:28:42

Comparing /work/SRC/openSUSE:Factory/perl-Text-Autoformat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new.9556 (New)


Package is "perl-Text-Autoformat"

Thu Aug 15 12:28:42 2019 rev:24 rq:723267 version:1.75

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2015-12-03 13:31:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new.9556/perl-Text-Autoformat.changes
  2019-08-15 12:28:46.110527538 +0200
@@ -1,0 +2,10 @@
+Wed Aug 14 05:30:37 UTC 2019 - Stephan Kulow 
+
+- updated to 1.75
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+  1.75 2019-08-13 NEILB
+  - Correctly handle lists with "0" on the end of them to preserve
+the "0" rather than dropping it
+
+---

Old:

  Text-Autoformat-1.74.tar.gz

New:

  Text-Autoformat-1.75.tar.gz



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.XZyorL/_old  2019-08-15 12:28:47.430526314 +0200
+++ /var/tmp/diff_new_pack.XZyorL/_new  2019-08-15 12:28:47.430526314 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Autoformat
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # 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-Text-Autoformat
-Version:1.74
+Version:1.75
 Release:0
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting
-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/Text-Autoformat/
-Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,14 +40,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -56,6 +56,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes config.emacs config.vim LICENSE README
+%doc Changes config.emacs config.vim README
+%license LICENSE
 
 %changelog

++ Text-Autoformat-1.74.tar.gz -> Text-Autoformat-1.75.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.74/Changes 
new/Text-Autoformat-1.75/Changes
--- old/Text-Autoformat-1.74/Changes2015-11-28 16:21:56.0 +0100
+++ new/Text-Autoformat-1.75/Changes2019-08-13 12:42:46.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Text::Autoformat
 
+1.75 2019-08-13 NEILB
+- Correctly handle lists with "0" on the end of them to preserve
+  the "0" rather than dropping it
+
 1.74 2015-11-28 NEILB
 - On Perl 5.22+ you could get "Negative repeat count does nothing"
   warnings. Thanks to SREZIC for RT#109838.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.74/MANIFEST 
new/Text-Autoformat-1.75/MANIFEST
--- old/Text-Autoformat-1.74/MANIFEST   2015-11-28 16:21:56.0 +0100
+++ new/Text-Autoformat-1.75/MANIFEST   2019-08-13 12:42:46.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 Changes
 LICENSE
 MANIFEST
@@ -16,3 +16,4 @@
 t/01.ignore.t
 t/02.empty-string.t
 t/02.wide-numbers.t
+t/03.zero-number.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.74/META.json 
new/Text-Autoformat-1.75/META.json
--- 

commit perl-Text-Autoformat for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2015-12-03 13:31:46

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


Package is "perl-Text-Autoformat"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2015-11-11 10:35:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new/perl-Text-Autoformat.changes
   2015-12-03 13:31:47.0 +0100
@@ -1,0 +2,13 @@
+Sun Nov 29 10:21:32 UTC 2015 - co...@suse.com
+
+- updated to 1.74
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+  1.74 2015-11-28 NEILB
+  - On Perl 5.22+ you could get "Negative repeat count does nothing"
+warnings. Thanks to SREZIC for RT#109838.
+  - Made the mention of Text::Reform in SEE ALSO be a link.
+Thanks to MANWAR for the PR doing this.
+  - Added some more entries to SEE ALSO.
+
+---

Old:

  Text-Autoformat-1.73.tar.gz

New:

  Text-Autoformat-1.74.tar.gz



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.5NjLFZ/_old  2015-12-03 13:31:48.0 +0100
+++ /var/tmp/diff_new_pack.5NjLFZ/_new  2015-12-03 13:31:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Autoformat
-Version:1.73
+Version:1.74
 Release:0
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting

++ Text-Autoformat-1.73.tar.gz -> Text-Autoformat-1.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.73/Changes 
new/Text-Autoformat-1.74/Changes
--- old/Text-Autoformat-1.73/Changes2015-11-08 10:22:48.0 +0100
+++ new/Text-Autoformat-1.74/Changes2015-11-28 16:21:56.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl module Text::Autoformat
 
+1.74 2015-11-28 NEILB
+- On Perl 5.22+ you could get "Negative repeat count does nothing"
+  warnings. Thanks to SREZIC for RT#109838.
+- Made the mention of Text::Reform in SEE ALSO be a link.
+  Thanks to MANWAR for the PR doing this.
+- Added some more entries to SEE ALSO.
+
 1.73 2015-11-08 NEILB
 - Fixed warnings about uninitialized values in Hang.pm GH#4.
   Thanks to Jeremy Mates for the PR.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.73/META.json 
new/Text-Autoformat-1.74/META.json
--- old/Text-Autoformat-1.73/META.json  2015-11-08 10:22:48.0 +0100
+++ new/Text-Autoformat-1.74/META.json  2015-11-28 16:21:56.0 +0100
@@ -47,6 +47,6 @@
  "web" : "https://github.com/neilb/Text-Autoformat;
   }
},
-   "version" : "1.73"
+   "version" : "1.74"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.73/META.yml 
new/Text-Autoformat-1.74/META.yml
--- old/Text-Autoformat-1.73/META.yml   2015-11-08 10:22:48.0 +0100
+++ new/Text-Autoformat-1.74/META.yml   2015-11-28 16:21:56.0 +0100
@@ -26,4 +26,4 @@
 resources:
   homepage: https://github.com/neilb/Text-Autoformat
   repository: https://github.com/neilb/Text-Autoformat.git
-version: '1.73'
+version: '1.74'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.73/Makefile.PL 
new/Text-Autoformat-1.74/Makefile.PL
--- old/Text-Autoformat-1.73/Makefile.PL2015-11-08 10:22:48.0 
+0100
+++ new/Text-Autoformat-1.74/Makefile.PL2015-11-28 16:21:56.0 
+0100
@@ -30,7 +30,7 @@
 "Test::More" => "0.88",
 "utf8" => 0
   },
-  "VERSION" => "1.73",
+  "VERSION" => "1.74",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.73/README 
new/Text-Autoformat-1.74/README
--- old/Text-Autoformat-1.73/README 2015-11-08 10:22:48.0 +0100
+++ new/Text-Autoformat-1.74/README 2015-11-28 16:21:56.0 +0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Text-Autoformat,
-version 1.73:
+version 1.74:
 
   Automatic text wrapping and reformatting
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.73/dist.ini 
new/Text-Autoformat-1.74/dist.ini
--- old/Text-Autoformat-1.73/dist.ini   2015-11-08 10:22:48.0 +0100
+++ new/Text-Autoformat-1.74/dist.ini   2015-11-28 16:21:56.0 +0100
@@ -4,7 +4,7 @@
 copyright_holder = 

commit perl-Text-Autoformat for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2015-11-11 10:31:38

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


Package is "perl-Text-Autoformat"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2015-06-23 11:55:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new/perl-Text-Autoformat.changes
   2015-11-11 10:35:47.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov  9 10:17:46 UTC 2015 - co...@suse.com
+
+- updated to 1.73
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+  1.73 2015-11-08 NEILB
+  - Fixed warnings about uninitialized values in Hang.pm GH#4.
+Thanks to Jeremy Mates for the PR.
+  - Changed github repo URL after changing my github username
+
+---

Old:

  Text-Autoformat-1.72.tar.gz

New:

  Text-Autoformat-1.73.tar.gz



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.KOtNKR/_old  2015-11-11 10:35:48.0 +0100
+++ /var/tmp/diff_new_pack.KOtNKR/_new  2015-11-11 10:35:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Autoformat
-Version:1.72
+Version:1.73
 Release:0
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting

++ Text-Autoformat-1.72.tar.gz -> Text-Autoformat-1.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.72/Changes 
new/Text-Autoformat-1.73/Changes
--- old/Text-Autoformat-1.72/Changes2015-06-14 22:08:40.0 +0200
+++ new/Text-Autoformat-1.73/Changes2015-11-08 10:22:48.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl module Text::Autoformat
 
+1.73 2015-11-08 NEILB
+- Fixed warnings about uninitialized values in Hang.pm GH#4.
+  Thanks to Jeremy Mates for the PR.
+- Changed github repo URL after changing my github username
+
 1.72 2015-06-14 NEILB
 - Switched to Dist::Zilla, dropping both Build.PL and Makefile.PL -- phew!
 - Refactored the two cuckoo packages into separate modules,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.72/MANIFEST 
new/Text-Autoformat-1.73/MANIFEST
--- old/Text-Autoformat-1.72/MANIFEST   2015-06-14 22:08:40.0 +0200
+++ new/Text-Autoformat-1.73/MANIFEST   2015-11-08 10:22:48.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.032.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.037.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.72/META.json 
new/Text-Autoformat-1.73/META.json
--- old/Text-Autoformat-1.72/META.json  2015-06-14 22:08:40.0 +0200
+++ new/Text-Autoformat-1.73/META.json  2015-11-08 10:22:48.0 +0100
@@ -4,13 +4,13 @@
   "Damian Conway "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Text-Autoformat",
"prereqs" : {
@@ -40,13 +40,13 @@
},
"release_status" : "stable",
"resources" : {
-  "homepage" : "https://github.com/neilbowers/Text-Autoformat;,
+  "homepage" : "https://github.com/neilb/Text-Autoformat;,
   "repository" : {
  "type" : "git",
- "url" : "https://github.com/neilbowers/Text-Autoformat.git;,
- "web" : "https://github.com/neilbowers/Text-Autoformat;
+ "url" : "https://github.com/neilb/Text-Autoformat.git;,
+ "web" : "https://github.com/neilb/Text-Autoformat;
   }
},
-   "version" : "1.72"
+   "version" : "1.73"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.72/META.yml 
new/Text-Autoformat-1.73/META.yml
--- old/Text-Autoformat-1.72/META.yml   2015-06-14 22:08:40.0 +0200
+++ new/Text-Autoformat-1.73/META.yml   2015-11-08 10:22:48.0 +0100
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.150001'
+generated_by: 

commit perl-Text-Autoformat for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2015-06-23 11:55:56

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


Package is perl-Text-Autoformat

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2015-05-06 07:49:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new/perl-Text-Autoformat.changes
   2015-06-23 11:55:57.0 +0200
@@ -1,0 +2,15 @@
+Mon Jun 15 09:13:50 UTC 2015 - co...@suse.com
+
+- updated to 1.72
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+  1.72 2015-06-14 NEILB
+  - Switched to Dist::Zilla, dropping both Build.PL and Makefile.PL -- 
phew!
+  - Refactored the two cuckoo packages into separate modules,
+Text::Autoformat::Hang and Text::Autoformat::NullHang.
+  
+  1.71_01 2015-06-06 NEILB
+  - The changes released in 1.72 (above) were first done in a
+developer release.
+
+---

Old:

  Text-Autoformat-1.71.tar.gz

New:

  Text-Autoformat-1.72.tar.gz



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.QLyQ5Q/_old  2015-06-23 11:55:57.0 +0200
+++ /var/tmp/diff_new_pack.QLyQ5Q/_new  2015-06-23 11:55:57.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Text-Autoformat
-Version:1.71
+Version:1.72
 Release:0
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Autoformat/
 Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
@@ -30,11 +30,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Text::Reform) = 1.11
-BuildRequires:  perl(version)
-Requires:   perl(Text::Reform) = 1.11
-Requires:   perl(version)
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Text::Reform)
+Requires:   perl(Text::Reform)
 %{perl_requires}
 
 %description
@@ -45,18 +43,19 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes config.emacs config.vim README
+%doc Changes config.emacs config.vim LICENSE README
 
 %changelog

++ Text-Autoformat-1.71.tar.gz - Text-Autoformat-1.72.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.71/Build.PL 
new/Text-Autoformat-1.72/Build.PL
--- old/Text-Autoformat-1.71/Build.PL   2015-01-08 22:36:51.0 +0100
+++ new/Text-Autoformat-1.72/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,23 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-
-my $builder = Module::Build-new(
-module_name = 'Text::Autoformat',
-license = 'perl',
-dist_author = 'Damian Conway dcon...@cpan.org',
-dist_version_from   = 'lib/Text/Autoformat.pm',
-requires = {
-'Test::More'   = 0,
-'Text::Reform' = 1.11,
-'version'  = 0,
-},
-add_to_cleanup  = [ 'Text-Autoformat-*' ],
-meta_merge = {
-resources = {
-repository = 'https://github.com/neilbowers/Text-Autoformat'
-}
-},
-);
-
-$builder-create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.71/Changes 
new/Text-Autoformat-1.72/Changes
--- old/Text-Autoformat-1.71/Changes2015-05-05 00:37:07.0 +0200
+++ new/Text-Autoformat-1.72/Changes2015-06-14 22:08:40.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Perl module Text::Autoformat
 
+1.72 2015-06-14 NEILB
+- Switched to Dist::Zilla, dropping both Build.PL and Makefile.PL -- phew!
+- Refactored the two cuckoo packages into separate modules,
+  Text::Autoformat::Hang and Text::Autoformat::NullHang.
+
+1.71_01 2015-06-06 NEILB
+- The changes released in 1.72 (above) were first done in a
+  developer release.
+
 1.71 2015-05-04 NEILB
 - Previous 

commit perl-Text-Autoformat for openSUSE:Factory

2015-05-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2015-05-06 07:49:13

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


Package is perl-Text-Autoformat

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2015-04-23 08:03:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new/perl-Text-Autoformat.changes
   2015-05-06 07:49:39.0 +0200
@@ -1,0 +2,25 @@
+Tue May  5 08:45:00 UTC 2015 - co...@suse.com
+
+- updated to 1.71
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+  1.71 2015-05-04 NEILB
+  - Previous release had a problem with PAUSE, caused by the two internal
+packages not having a $VERSION. Identified and reported as PAUSE
+issue GH#170 by KENTNL++. Added $VERSION to internal packages.
+
+---
+Sat May  2 06:16:48 UTC 2015 - co...@suse.com
+
+- updated to 1.70
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+  1.70 2015-05-01 NEILB
+  - Removed useless loading of utf8 and Data::Dumper. RJBS++
+  - Only renumber ASCII-digit lists, don't touch other \d things. RJBS++
+  
+  1.69_01 2015-04-25 NEILB
+  - This was a developer release containing the changes subsequently
+released in 1.70 (see above).
+
+---

Old:

  Text-Autoformat-1.69.tar.gz

New:

  Text-Autoformat-1.71.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.FuPpkT/_old  2015-05-06 07:49:40.0 +0200
+++ /var/tmp/diff_new_pack.FuPpkT/_new  2015-05-06 07:49:40.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Text-Autoformat
-Version:1.69
+Version:1.71
 Release:0
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Autoformat/
-Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Text-Autoformat-1.69.tar.gz - Text-Autoformat-1.71.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.69/Changes 
new/Text-Autoformat-1.71/Changes
--- old/Text-Autoformat-1.69/Changes2015-02-15 10:54:21.0 +0100
+++ new/Text-Autoformat-1.71/Changes2015-05-05 00:37:07.0 +0200
@@ -1,5 +1,18 @@
 Revision history for Perl module Text::Autoformat
 
+1.71 2015-05-04 NEILB
+- Previous release had a problem with PAUSE, caused by the two internal
+  packages not having a $VERSION. Identified and reported as PAUSE
+  issue GH#170 by KENTNL++. Added $VERSION to internal packages.
+
+1.70 2015-05-01 NEILB
+- Removed useless loading of utf8 and Data::Dumper. RJBS++
+- Only renumber ASCII-digit lists, don't touch other \d things. RJBS++
+
+1.69_01 2015-04-25 NEILB
+- This was a developer release containing the changes subsequently
+  released in 1.70 (see above).
+
 1.69 2015-02-15 NEILB
 - Changed the internal packages Hang and NullHang to
   Text::Autoformat::Hang and Text::Autoformat::NullHang respectively.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.69/MANIFEST 
new/Text-Autoformat-1.71/MANIFEST
--- old/Text-Autoformat-1.69/MANIFEST   2015-02-15 10:55:14.0 +0100
+++ new/Text-Autoformat-1.71/MANIFEST   2015-04-25 10:16:07.0 +0200
@@ -7,6 +7,7 @@
 lib/Text/Autoformat.pm
 t/00.load.t
 t/01.ignore.t
+t/02.wide-numbers.t
 config.emacs
 config.vim
-META.jsonModule JSON meta-data (added by 
MakeMaker)
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.69/META.json 
new/Text-Autoformat-1.71/META.json
--- old/Text-Autoformat-1.69/META.json  2015-02-15 10:55:14.0 +0100
+++ new/Text-Autoformat-1.71/META.json  2015-05-05 00:37:20.0 +0200
@@ -4,7 +4,7 @@
   Damian Conway dcon...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.143240,
+   generated_by : ExtUtils::MakeMaker 

commit perl-Text-Autoformat for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2015-04-23 08:03:44

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


Package is perl-Text-Autoformat

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2012-01-04 07:29:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new/perl-Text-Autoformat.changes
   2015-04-23 08:03:45.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 18:32:15 UTC 2015 - co...@suse.com
+
+- updated to 1.69
+   see /usr/share/doc/packages/perl-Text-Autoformat/Changes
+
+---

Old:

  Text-Autoformat-1.669002.tar.gz

New:

  Text-Autoformat-1.69.tar.gz



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.Kn2VsU/_old  2015-04-23 08:03:46.0 +0200
+++ /var/tmp/diff_new_pack.Kn2VsU/_new  2015-04-23 08:03:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Autoformat
 #
-# Copyright (c) 2011 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
@@ -17,63 +17,45 @@
 
 
 Name:   perl-Text-Autoformat
+Version:1.69
+Release:0
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting
-License:Artistic-1.0 or GPL-1.0+
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:1.669002
-Release:0
 Url:http://search.cpan.org/dist/Text-Autoformat/
-Source: 
http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Reform) = 1.11
 BuildRequires:  perl(version)
-BuildRequires:  perl-macros
 Requires:   perl(Text::Reform) = 1.11
 Requires:   perl(version)
+%{perl_requires}
 
 %description
-Text::Autoformat provides intelligent formatting of
-plaintext without the need for any kind of embedded mark-up. The
-module recognizes Internet quoting conventions, a wide range of
-bulleting and number schemes, centred text, and block quotations,
-and reformats each appropriately. Other options allow the user to
-adjust inter-word and inter-paragraph spacing, justify text, and
-impose various capitalization schemes.
-
-The module also supplies a re-entrant, highly configurable
-replacement for the built-in Perl format() mechanism.
-
-Author:

-Damian Conway dam...@conway.org
+Automatic text wrapping and reformatting
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-#rpmlint: spurious-executable-perm
-%{__chmod} a-x config.{vim,emacs}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
-./Build
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes config.emacs config.vim README
 
 %changelog

++ Text-Autoformat-1.669002.tar.gz - Text-Autoformat-1.69.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.669002/Build.PL 
new/Text-Autoformat-1.69/Build.PL
--- old/Text-Autoformat-1.669002/Build.PL   2007-09-29 20:38:31.0 
+0200
+++ new/Text-Autoformat-1.69/Build.PL   2015-01-08 22:36:51.0 +0100
@@ -13,6 +13,11 @@
 'version'  = 0,
 },
 add_to_cleanup  = [ 'Text-Autoformat-*' ],
+meta_merge = {
+resources = {
+repository = 'https://github.com/neilbowers/Text-Autoformat'
+}
+},
 );
 
 $builder-create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Autoformat-1.669002/Changes 
new/Text-Autoformat-1.69/Changes
--- old/Text-Autoformat-1.669002/Changes2010-06-22 21:39:35.0 
+0200
+++ new/Text-Autoformat-1.69/Changes2015-02-15 10:54:21.0 +0100
@@ -1,184 +1,145 @@

commit perl-Text-Autoformat for openSUSE:Factory

2012-01-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Autoformat for 
openSUSE:Factory checked in at 2012-01-04 07:29:32

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


Package is perl-Text-Autoformat, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-Autoformat/perl-Text-Autoformat.changes
2011-11-21 12:48:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Autoformat.new/perl-Text-Autoformat.changes
   2012-01-04 07:29:34.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 11:54:06 UTC 2011 - co...@suse.com
+
+- license is perl license
+
+---



Other differences:
--
++ perl-Text-Autoformat.spec ++
--- /var/tmp/diff_new_pack.fGdLnO/_old  2012-01-04 07:29:34.0 +0100
+++ /var/tmp/diff_new_pack.fGdLnO/_new  2012-01-04 07:29:34.0 +0100
@@ -15,28 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Text-Autoformat
 %define cpan_name Text-Autoformat
 Summary:Automatic text wrapping and reformatting
-Version:1.669002
-Release:5
-License:CHECK(GPL+ or Artistic)
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Version:1.669002
+Release:0
 Url:http://search.cpan.org/dist/Text-Autoformat/
-#Source: 
http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Reform) = 1.11
 BuildRequires:  perl(version)
+BuildRequires:  perl-macros
 Requires:   perl(Text::Reform) = 1.11
 Requires:   perl(version)
 

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