commit perl-Test-Synopsis for openSUSE:Factory

2019-05-26 Thread root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2019-05-27 08:39:44

Comparing /work/SRC/openSUSE:Factory/perl-Test-Synopsis (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new.5148 (New)


Package is "perl-Test-Synopsis"

Mon May 27 08:39:44 2019 rev:16 rq:705411 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2016-03-16 10:34:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new.5148/perl-Test-Synopsis.changes
  2019-05-27 08:39:46.643038415 +0200
@@ -1,0 +2,10 @@
+Sat May 25 05:31:18 UTC 2019 - Stephan Kulow 
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.16  2019-05-24
+  - Fix test failures when version 0.23 of
+  Test::Spelling is in use (by ppisar, #21)
+
+---

Old:

  Test-Synopsis-0.15.tar.gz

New:

  Test-Synopsis-0.16.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.khU1kW/_old  2019-05-27 08:39:47.383038127 +0200
+++ /var/tmp/diff_new_pack.khU1kW/_new  2019-05-27 08:39:47.387038125 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Synopsis
 #
-# Copyright (c) 2016 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-Test-Synopsis
-Version:0.15
+Version:0.16
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
-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/Test-Synopsis/
-Source0:
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,11 +69,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %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
@@ -82,6 +82,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README README.md
+%doc Changes README README.md
+%license LICENSE
 
 %changelog

++ Test-Synopsis-0.15.tar.gz -> Test-Synopsis-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.15/Changes 
new/Test-Synopsis-0.16/Changes
--- old/Test-Synopsis-0.15/Changes  2016-03-02 18:49:07.0 +0100
+++ new/Test-Synopsis-0.16/Changes  2019-05-24 17:07:41.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test::Synopsis
 
+0.16  2019-05-24
+- Fix test failures when version 0.23 of
+Test::Spelling is in use (by ppisar, #21)
+
 0.15  2016-03-02
 - Specify Pod::Simple version to prereq, as needed
   feature missing from older versions (by autarch)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.15/INSTALL 
new/Test-Synopsis-0.16/INSTALL
--- old/Test-Synopsis-0.15/INSTALL  2016-03-02 18:49:07.0 +0100
+++ new/Test-Synopsis-0.16/INSTALL  2019-05-24 17:07:41.0 +0200
@@ -8,10 +8,10 @@
 
 % cpanm Test::Synopsis
 
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
-% cpanm -S Test::Synopsis
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
 
 ## Installing with the CPAN shell
 
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prereq

commit perl-Test-Synopsis for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2016-03-16 10:33:59

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


Package is "perl-Test-Synopsis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2016-02-26 00:40:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2016-03-16 10:34:01.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 11:08:41 UTC 2016 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.15  2016-03-02
+  - Specify Pod::Simple version to prereq, as needed
+feature missing from older versions (by autarch)
+
+---

Old:

  Test-Synopsis-0.14.tar.gz

New:

  Test-Synopsis-0.15.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.Topyed/_old  2016-03-16 10:34:02.0 +0100
+++ /var/tmp/diff_new_pack.Topyed/_new  2016-03-16 10:34:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Synopsis
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
@@ -30,10 +30,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Pod::Simple)
+BuildRequires:  perl(Pod::Simple) >= 3.09
 BuildRequires:  perl(Test::Builder) >= 0.34
 BuildRequires:  perl(parent)
-Requires:   perl(Pod::Simple)
+Requires:   perl(Pod::Simple) >= 3.09
 Requires:   perl(parent)
 %{perl_requires}
 

++ Test-Synopsis-0.14.tar.gz -> Test-Synopsis-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/Changes 
new/Test-Synopsis-0.15/Changes
--- old/Test-Synopsis-0.14/Changes  2016-02-17 03:10:15.0 +0100
+++ new/Test-Synopsis-0.15/Changes  2016-03-02 18:49:07.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test::Synopsis
 
+0.15  2016-03-02
+- Specify Pod::Simple version to prereq, as needed
+  feature missing from older versions (by autarch)
+
 0.14  2016-02-16
 - Complete rewrite by dolmen
 [BREAKING CHANGES]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/MANIFEST 
new/Test-Synopsis-0.15/MANIFEST
--- old/Test-Synopsis-0.14/MANIFEST 2016-02-17 03:10:15.0 +0100
+++ new/Test-Synopsis-0.15/MANIFEST 2016-03-02 18:49:07.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.042.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.14/META.json 
new/Test-Synopsis-0.15/META.json
--- old/Test-Synopsis-0.14/META.json2016-02-17 03:10:15.0 +0100
+++ new/Test-Synopsis-0.15/META.json2016-03-02 18:49:07.0 +0100
@@ -4,7 +4,7 @@
   "Tatsuhiko Miyagawa "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 
2.150001",
"license" : [
   "perl_5"
],
@@ -54,7 +54,7 @@
   "runtime" : {
  "requires" : {
 "ExtUtils::Manifest" : "0",
-"Pod::Simple" : "0",
+"Pod::Simple" : "3.09",
 "Test::Builder::Module" : "0",
 "parent" : "0",
 "perl" : "5.008_001",
@@ -78,7 +78,7 @@
"provides" : {
   "Test::Synopsis" : {
  "file" : "lib/Test/Synopsis.pm",
- "version" : "0.14"
+ "version" : "0.15"
   }
},
"release_status" : "stable",
@@ -93,10 +93,10 @@
  "web" : "https://github.com/miyagawa/test-synopsis";
   }
},
-   "version" : "0.14",
+   "version" : "0.15",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.022001"
+ "version" : "5.022000"
   },
   "plugins" : [
  {
@@ -144,42 +144,42 @@
}
 },
 "name" : "@Author::ZOFFIX/GatherDir",
-"version" : "5.043"
+"version" : "5.042"
  },
  {
 "class" : "Dist::Zilla::Plugin::PruneCruft",
 "name" : "@Author::ZOFFIX/PruneCruft",
-"version" : "5.043"
+ 

commit perl-Test-Synopsis for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2016-02-25 22:03:45

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


Package is "perl-Test-Synopsis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2016-01-11 19:11:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2016-02-26 00:40:10.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 19 11:04:33 UTC 2016 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.14  2016-02-16
+  - Complete rewrite by dolmen
+  [BREAKING CHANGES]
+  - The undocumented PRIVATE subroutine extract_synopsis
+has been renamed. Any code using it will break
+
+---

Old:

  Test-Synopsis-0.13.tar.gz

New:

  Test-Synopsis-0.14.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.xqUmyH/_old  2016-02-26 00:40:11.0 +0100
+++ /var/tmp/diff_new_pack.xqUmyH/_new  2016-02-26 00:40:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Synopsis
-Version:0.13
+Version:0.14
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
@@ -30,7 +30,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Pod::Simple)
 BuildRequires:  perl(Test::Builder) >= 0.34
+BuildRequires:  perl(parent)
+Requires:   perl(Pod::Simple)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ Test-Synopsis-0.13.tar.gz -> Test-Synopsis-0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.13/Changes 
new/Test-Synopsis-0.14/Changes
--- old/Test-Synopsis-0.13/Changes  2016-01-04 23:59:35.0 +0100
+++ new/Test-Synopsis-0.14/Changes  2016-02-17 03:10:15.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension Test::Synopsis
 
+0.14  2016-02-16
+- Complete rewrite by dolmen
+[BREAKING CHANGES]
+- The undocumented PRIVATE subroutine extract_synopsis
+  has been renamed. Any code using it will break
+
 0.13  2016-01-04
 - Fix #12 conflict with multiple chunks (by turnstep)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.13/MANIFEST 
new/Test-Synopsis-0.14/MANIFEST
--- old/Test-Synopsis-0.13/MANIFEST 2016-01-04 23:59:35.0 +0100
+++ new/Test-Synopsis-0.14/MANIFEST 2016-02-17 03:10:15.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.13/META.json 
new/Test-Synopsis-0.14/META.json
--- old/Test-Synopsis-0.13/META.json2016-01-04 23:59:35.0 +0100
+++ new/Test-Synopsis-0.14/META.json2016-02-17 03:10:15.0 +0100
@@ -4,7 +4,7 @@
   "Tatsuhiko Miyagawa "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150001",
"license" : [
   "perl_5"
],
@@ -54,9 +54,9 @@
   "runtime" : {
  "requires" : {
 "ExtUtils::Manifest" : "0",
-"Pod::Parser" : "0",
+"Pod::Simple" : "0",
 "Test::Builder::Module" : "0",
-"base" : "0",
+"parent" : "0",
 "perl" : "5.008_001",
 "strict" : "0",
 "warnings" : "0"
@@ -78,7 +78,7 @@
"provides" : {
   "Test::Synopsis" : {
  "file" : "lib/Test/Synopsis.pm",
- "version" : "0.13"
+ "version" : "0.14"
   }
},
"release_status" : "stable",
@@ -93,10 +93,10 @@
  "web" : "https://github.com/miyagawa/test-synopsis";
   }
},
-   "version" : "0.13",
+   "version" : "0.14",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.022000"
+ "version" : "5.022001"
   },
   "plugins" : [
  {
@@ -144,42 +144,42 @@
}
 },
 "name" : "@Author::ZOFFIX/GatherDir",
-"version" : "5.042"
+"version" : "5.043"
  },
  {
   

commit perl-Test-Synopsis for openSUSE:Factory

2016-01-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2016-01-11 19:11:45

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


Package is "perl-Test-Synopsis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2016-01-05 21:55:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2016-01-11 19:11:46.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  6 10:35:44 UTC 2016 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.13  2016-01-04
+  - Fix #12 conflict with multiple chunks (by turnstep)
+
+---

Old:

  Test-Synopsis-0.12.tar.gz

New:

  Test-Synopsis-0.13.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.oDCjX4/_old  2016-01-11 19:11:47.0 +0100
+++ /var/tmp/diff_new_pack.oDCjX4/_new  2016-01-11 19:11:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Synopsis
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code

++ Test-Synopsis-0.12.tar.gz -> Test-Synopsis-0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.12/Changes 
new/Test-Synopsis-0.13/Changes
--- old/Test-Synopsis-0.12/Changes  2015-12-27 18:58:28.0 +0100
+++ new/Test-Synopsis-0.13/Changes  2016-01-04 23:59:35.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::Synopsis
 
+0.13  2016-01-04
+- Fix #12 conflict with multiple chunks (by turnstep)
+
 0.12  2015-12-27
 - Add META.json (monsieurp)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.12/LICENSE 
new/Test-Synopsis-0.13/LICENSE
--- old/Test-Synopsis-0.12/LICENSE  2015-12-27 18:58:28.0 +0100
+++ new/Test-Synopsis-0.13/LICENSE  2016-01-04 23:59:35.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2015 by Tatsuhiko Miyagawa.
+This software is copyright (c) 2016 by Tatsuhiko Miyagawa.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2015 by Tatsuhiko Miyagawa.
+This software is Copyright (c) 2016 by Tatsuhiko Miyagawa.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2015 by Tatsuhiko Miyagawa.
+This software is Copyright (c) 2016 by Tatsuhiko Miyagawa.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.12/MANIFEST 
new/Test-Synopsis-0.13/MANIFEST
--- old/Test-Synopsis-0.12/MANIFEST 2015-12-27 18:58:28.0 +0100
+++ new/Test-Synopsis-0.13/MANIFEST 2016-01-04 23:59:35.0 +0100
@@ -15,6 +15,7 @@
 t/02-END-token-errors.t
 t/03-end-in-pod.t
 t/04-HEREDOC.t
+t/05-multi-chunks-clash.t
 t/05-multi-files-clash.t
 t/06-for.t
 t/07-nopod.t
@@ -35,6 +36,7 @@
 t/lib/Test10InPodSkipWithBegin.pm
 t/lib/Test11DATAInPod.pm
 t/lib/Test12DATAInPodWithError.pm
+t/lib/TestMultipleChunks.pm
 xt/author/eol.t
 xt/author/mojibake.t
 xt/author/no-tabs.t
@@ -50,4 +52,3 @@
 xt/release/minimum-version.t
 xt/release/portability.t
 xt/release/synopsis.t
-xt/release/unused-vars.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.12/META.json 
new/Test-Synopsis-0.13/META.json
--- old/Test-Synopsis-0.12/META.json2015-12-27 18:58:28.0 +0100
+++ new/Test-Synopsis-0.13/META.json2016-01-04 23:59:35.0 +0100
@@ -48,7 +48,6 @@
 "Test::Pod::Coverage" : "1.08",
 "Test::Spelling" : "0.12",
 "Test::Synopsis" : "0",
-"Test::Vars" : "0",
 "Test::Version" : "1"
  }
   },
@@ -79,7 +78,7 @@
"provides" : {
   "Test::Synopsis" : {
  "file" : "lib/Test/Synopsis.pm",
- "version" : "0.12"
+ "version" : "0.13"
   }
},
"release_status" : "stable",
@@ -94,7 +93,7 @@
  "web" : "https://github.com/miyagawa/test-synopsis";
   }
},
-   "version" : "0.12",
+   "version" : "0.13",
"x_Dist_Zilla" : {
   "perl" : {
  "version" : "5.022000"
@@ -363,11 +36

commit perl-Test-Synopsis for openSUSE:Factory

2016-01-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2016-01-05 21:54:50

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


Package is "perl-Test-Synopsis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2015-04-15 16:22:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2016-01-05 21:55:16.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  2 10:17:58 UTC 2016 - co...@suse.com
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.12  2015-12-27
+  - Add META.json (monsieurp)
+
+---

Old:

  Test-Synopsis-0.11.tar.gz

New:

  Test-Synopsis-0.12.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.s83AGB/_old  2016-01-05 21:55:17.0 +0100
+++ /var/tmp/diff_new_pack.s83AGB/_new  2016-01-05 21:55:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Synopsis
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,15 @@
 
 
 Name:   perl-Test-Synopsis
-Version:0.11
+Version:0.12
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Synopsis/
-Source: 
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Test-Synopsis-0.11.tar.gz -> Test-Synopsis-0.12.tar.gz ++
 1852 lines of diff (skipped)

++ cpanspec.yml ++
---
#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



commit perl-Test-Synopsis for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2015-04-15 16:22:47

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


Package is "perl-Test-Synopsis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2014-02-12 11:09:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2015-04-15 16:22:48.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 13 19:30:49 UTC 2015 - co...@suse.com
+
+- updated to 0.11
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.11  2014-10-04
+  [Changes by ZOFFIX]
+  - Added #10 to CAVEATS (redefined warnings)
+  - Fixed #11 (failing tests on newer perls)
+
+---

Old:

  Test-Synopsis-0.10.tar.gz

New:

  Test-Synopsis-0.11.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.2C56eG/_old  2015-04-15 16:22:48.0 +0200
+++ /var/tmp/diff_new_pack.2C56eG/_new  2015-04-15 16:22:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Synopsis
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Synopsis
-Version:0.10
+Version:0.11
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
@@ -30,7 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Builder) >= 0.34
-
 %{perl_requires}
 
 %description

++ Test-Synopsis-0.10.tar.gz -> Test-Synopsis-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.10/Changes 
new/Test-Synopsis-0.11/Changes
--- old/Test-Synopsis-0.10/Changes  2014-02-07 13:21:27.0 +0100
+++ new/Test-Synopsis-0.11/Changes  2014-10-05 17:47:06.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension Test::Synopsis
 
+0.11  2014-10-04
+[Changes by ZOFFIX]
+- Added #10 to CAVEATS (redefined warnings)
+- Fixed #11 (failing tests on newer perls)
+
 0.10  2014-02-07
 [Changes by ZOFFIX]
 - Reverted the change of renaming extract_synopsis() to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.10/MANIFEST 
new/Test-Synopsis-0.11/MANIFEST
--- old/Test-Synopsis-0.10/MANIFEST 2014-02-07 13:21:27.0 +0100
+++ new/Test-Synopsis-0.11/MANIFEST 2014-10-05 17:47:06.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.020.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.10/META.yml 
new/Test-Synopsis-0.11/META.yml
--- old/Test-Synopsis-0.10/META.yml 2014-02-07 13:21:27.0 +0100
+++ new/Test-Synopsis-0.11/META.yml 2014-10-05 17:47:06.0 +0200
@@ -10,9 +10,9 @@
   Test::Builder::Tester: 0
   Test::More: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.30
+  ExtUtils::MakeMaker: 0
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.012, CPAN::Meta::Converter version 
2.132830'
+generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 
2.132830'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,7 @@
 provides:
   Test::Synopsis:
 file: lib/Test/Synopsis.pm
-version: 0.10
+version: 0.11
 requires:
   ExtUtils::Manifest: 0
   Pod::Parser: 0
@@ -34,7 +34,7 @@
   bugtracker: https://github.com/miyagawa/test-synopsis/issues
   homepage: http://metacpan.org/release/Test-Synopsis
   repository: git://github.com/miyagawa/test-synopsis.git
-version: 0.10
+version: 0.11
 x_Dist_Zilla:
   perl:
 version: 5.014002
@@ -44,6 +44,10 @@
   name: '@Author::ZOFFIX/OurPkgVersion'
   version: 0.005001
 -
+  class: Dist::Zilla::Plugin::Pod::Spiffy
+  name: '@Author::ZOFFIX/Pod::Spiffy'
+  version: 1.001007
+-
   class: Dist::Zilla::Plugin::PromptIfStale
   config:
 Dist::Zilla::Plugin::PromptIfStale:
@@ -59,59 +63,62 @@
 - IPC::Open3
 - File::Copy
   name: '@Author::ZOFFIX/PromptIfStale'
-  

commit perl-Test-Synopsis for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2014-02-12 11:09:41

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


Package is "perl-Test-Synopsis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2011-11-21 12:48:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2014-02-12 11:09:42.0 +0100
@@ -1,0 +2,26 @@
+Sun Feb  9 13:31:00 UTC 2014 - co...@suse.com
+
+- updated to 0.10
+ [Changes by ZOFFIX]
+ - Reverted the change of renaming extract_synopsis() to
+   _extract_synopsis(), as it appears some distros have used
+   undocumented extract_synopsis() in their user tests, and
+   the change is causing their distros to fail
+ - Added contributors into META file through dzil plugin
+ 
+ - Fixed prereqs to allow earlier versions of Test-Simple (Issue #9)
+ - Removed POD errors from test .pm's to increase Kwalitee
+ 
+ - Implemented proper handling of __DATA__ tokens
+ - Removed unwanted warnings issued during tests
+ - Upped required Test-Simple distro version (Fixes Issue #9)
+ - Minor pod fixes
+ 
+ - Converted to dzil for automation of everything and
+ auto-generation of all the author/release tests and extra files
+ 
+ - Fixed RT#84863 (should ignore descriptions, and
+ other text that is not code)
+ https://rt.cpan.org/Ticket/Display.html?id=84863
+
+---

Old:

  Test-Synopsis-0.06.tar.gz

New:

  Test-Synopsis-0.10.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.hwquIv/_old  2014-02-12 11:09:43.0 +0100
+++ /var/tmp/diff_new_pack.hwquIv/_new  2014-02-12 11:09:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Synopsis
 #
-# Copyright (c) 2011 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
@@ -16,21 +16,21 @@
 #
 
 
-
 Name:   perl-Test-Synopsis
-Version:0.06
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.10
+Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
-Url:http://search.cpan.org/dist/Test-Synopsis/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Test-Synopsis-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Test-Synopsis/
+Source: 
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+BuildRequires:  perl(Test::Builder) >= 0.34
+
 %{perl_requires}
 
 %description
@@ -39,7 +39,8 @@
 _SYNOPSIS_ section passes the perl compile check.
 
 Note that this module only checks the perl syntax (by wrapping the code
-with 'sub') and doesn't actually run the code.
+with 'sub') and doesn't actually run the code, *UNLESS* that code is a
+'BEGIN {}' block or a 'use' statement.
 
 Suppose you have the following POD in your module.
 
@@ -75,11 +76,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README README.md
 
 %changelog

++ Test-Synopsis-0.06.tar.gz -> Test-Synopsis-0.10.tar.gz ++
 8313 lines of diff (skipped)

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



commit perl-Test-Synopsis for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2011-12-06 18:48:40

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


Package is "perl-Test-Synopsis", Maintainer is ""

Changes:




Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.P53IyB/_old  2011-12-06 19:21:02.0 +0100
+++ /var/tmp/diff_new_pack.P53IyB/_new  2011-12-06 19:21:02.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Test-Synopsis
 Version:0.06
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
 Url:http://search.cpan.org/dist/Test-Synopsis/

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



commit perl-Test-Synopsis for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2011-11-21 12:48:23

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


Package is "perl-Test-Synopsis", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2011-09-23 12:39:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2011-11-21 12:48:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:41 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Test-Synopsis-0.06.tar.bz2

New:

  Test-Synopsis-0.06.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.PpW1Zj/_old  2011-11-21 12:48:30.0 +0100
+++ /var/tmp/diff_new_pack.PpW1Zj/_new  2011-11-21 12:48:30.0 +0100
@@ -26,7 +26,7 @@
 Url:http://search.cpan.org/dist/Test-Synopsis/
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Test-Synopsis-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit perl-Test-Synopsis for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory
checked in at Wed Apr 20 14:00:49 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Test-Synopsis/perl-Test-Synopsis.changes  
2011-01-21 21:33:38.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 21 20:33:34 UTC 2011 - co...@novell.com
+
+- initial package 0.06
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Test-Synopsis-0.06.tar.bz2
  perl-Test-Synopsis.changes
  perl-Test-Synopsis.spec



Other differences:
--
++ perl-Test-Synopsis.spec ++
#
# spec file for package perl-Test-Synopsis
#
# Copyright (c) 2011 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-Test-Synopsis
Version:0.06
Release:1
License:GPL+ or Artistic
%define cpan_name Test-Synopsis
Summary:Test your SYNOPSIS code
Url:http://search.cpan.org/dist/Test-Synopsis/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Test-Synopsis-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Test::Synopsis is an (author) test module to find .pm or .pod files under
your _lib_ directory and then make sure the example snippet code in your
_SYNOPSIS_ section passes the perl compile check.

Note that this module only checks the perl syntax (by wrapping the code
with 'sub') and doesn't actually run the code.

Suppose you have the following POD in your module.

  =head1 NAME
  
  Awesome::Template - My awesome template
  
  =head1 SYNOPSIS

use Awesome::Template;

my $template = Awesome::Template->new;
$tempalte->render("template.at");
  
  =head1 DESCRIPTION

An user of your module would try copy-paste this synopsis code and find
that this code doesn't compile because there's a typo in your variable name
_$tempalte_. Test::Synopsis will catch that error before you ship it.

%prep
%setup -q -n %{cpan_name}-%{version}

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

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

%changelog





Remember to have fun...

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