commit perl-Test-PerlTidy for openSUSE:Factory

2020-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2020-10-10 00:27:50

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


Package is "perl-Test-PerlTidy"

Sat Oct 10 00:27:50 2020 rev:7 rq:839562 version:20200930

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2020-04-16 23:01:47.223606572 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.4249/perl-Test-PerlTidy.changes
  2020-10-10 00:27:52.165108942 +0200
@@ -1,0 +2,10 @@
+Sun Oct  4 03:26:23 UTC 2020 - Tina Müller 
+
+- updated to 20200930
+   see /usr/share/doc/packages/perl-Test-PerlTidy/Changes
+
+  202009302020-09-30
+
+  * Fix the tests with lates Perl::Tidy
+
+---

Old:

  Test-PerlTidy-20200412.tar.gz

New:

  Test-PerlTidy-20200930.tar.gz



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.WTHS3y/_old  2020-10-10 00:27:52.965109339 +0200
+++ /var/tmp/diff_new_pack.WTHS3y/_new  2020-10-10 00:27:52.969109341 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-PerlTidy
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Test-PerlTidy
-Version:20200412
+Version:20200930
 Release:0
 %define cpan_name Test-PerlTidy
 Summary:Check that all your files are tidy
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -32,13 +32,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Path::Tiny) >= 0.100
-BuildRequires:  perl(Perl::Tidy) >= 20181120
+BuildRequires:  perl(Perl::Tidy) >= 20201001
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Perl::Critic)
 BuildRequires:  perl(Text::Diff)
 BuildRequires:  perl(parent)
 Requires:   perl(Path::Tiny) >= 0.100
-Requires:   perl(Perl::Tidy) >= 20181120
+Requires:   perl(Perl::Tidy) >= 20201001
 Requires:   perl(Text::Diff)
 Requires:   perl(parent)
 %{perl_requires}

++ Test-PerlTidy-20200412.tar.gz -> Test-PerlTidy-20200930.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20200412/Build.PL 
new/Test-PerlTidy-20200930/Build.PL
--- old/Test-PerlTidy-20200412/Build.PL 2020-04-12 08:59:21.0 +0200
+++ new/Test-PerlTidy-20200930/Build.PL 2020-09-30 12:56:39.0 +0200
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.014.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.015.
 use strict;
 use warnings;
 
@@ -19,7 +19,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Test-PerlTidy",
-  "dist_version" => 20200412,
+  "dist_version" => 20200930,
   "license" => "perl",
   "module_name" => "Test::PerlTidy",
   "recursive_test_files" => 1,
@@ -30,7 +30,7 @@
 "File::Spec" => 0,
 "IO::File" => 0,
 "Path::Tiny" => "0.100",
-"Perl::Tidy" => 20181120,
+"Perl::Tidy" => 20201001,
 "Test::Builder" => 0,
 "Text::Diff" => 0,
 "parent" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20200412/Changes 
new/Test-PerlTidy-20200930/Changes
--- old/Test-PerlTidy-20200412/Changes  2020-04-12 08:59:21.0 +0200
+++ new/Test-PerlTidy-20200930/Changes  2020-09-30 12:56:39.0 +0200
@@ -1,5 +1,9 @@
 CHANGES
 
+202009302020-09-30
+
+* Fix the tests with lates Perl::Tidy
+
 202004122020-04-12
 
 * https://github.com/shlomif/Test-PerlTidy/issues/4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20200412/MANIFEST 
new/Test-PerlTidy-20200930/MANIFEST
--- old/Test-PerlTidy-20200412/MANIFEST 2020-04-12 08:59:21.0 +0200
+++ new/Test-PerlTidy-20200930/MANIFEST 2020-09-30 12:56:39.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.014.
+# This file was automatically generated 

commit perl-Test-PerlTidy for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2020-04-16 23:01:23

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


Package is "perl-Test-PerlTidy"

Thu Apr 16 23:01:23 2020 rev:6 rq:794247 version:20200412

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2019-04-04 12:07:07.837456138 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.2738/perl-Test-PerlTidy.changes
  2020-04-16 23:01:47.223606572 +0200
@@ -1,0 +2,18 @@
+Mon Apr 13 03:14:40 UTC 2020 -  
+
+- updated to 20200412
+   see /usr/share/doc/packages/perl-Test-PerlTidy/Changes
+
+  202004122020-04-12
+  
+  * https://github.com/shlomif/Test-PerlTidy/issues/4
+  * Set minimum version of Path::Tiny for its ->visit() method
+  * Thanks to @eserte / SREZIC for the report
+  
+  202004112020-04-11
+  
+  * https://github.com/shlomif/Test-PerlTidy/issues/3
+  * Allow to pass extra options to Perl::Tidy::perltidy().
+  * Thanks to @cxw42 for the suggestion!
+
+---

Old:

  Test-PerlTidy-20190402.tar.gz

New:

  Test-PerlTidy-20200412.tar.gz



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.tFN48I/_old  2020-04-16 23:01:48.871607814 +0200
+++ /var/tmp/diff_new_pack.tFN48I/_new  2020-04-16 23:01:48.871607814 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-PerlTidy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-PerlTidy
-Version:20190402
+Version:20200412
 Release:0
 %define cpan_name Test-PerlTidy
 Summary:Check that all your files are tidy
@@ -31,13 +31,13 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) >= 0.28
-BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Path::Tiny) >= 0.100
 BuildRequires:  perl(Perl::Tidy) >= 20181120
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Perl::Critic)
 BuildRequires:  perl(Text::Diff)
 BuildRequires:  perl(parent)
-Requires:   perl(Path::Tiny)
+Requires:   perl(Path::Tiny) >= 0.100
 Requires:   perl(Perl::Tidy) >= 20181120
 Requires:   perl(Text::Diff)
 Requires:   perl(parent)

++ Test-PerlTidy-20190402.tar.gz -> Test-PerlTidy-20200412.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190402/Build.PL 
new/Test-PerlTidy-20200412/Build.PL
--- old/Test-PerlTidy-20190402/Build.PL 2019-04-02 10:27:07.0 +0200
+++ new/Test-PerlTidy-20200412/Build.PL 2020-04-12 08:59:21.0 +0200
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.014.
 use strict;
 use warnings;
 
@@ -19,7 +19,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Test-PerlTidy",
-  "dist_version" => 20190402,
+  "dist_version" => 20200412,
   "license" => "perl",
   "module_name" => "Test::PerlTidy",
   "recursive_test_files" => 1,
@@ -29,7 +29,7 @@
 "Exporter" => 0,
 "File::Spec" => 0,
 "IO::File" => 0,
-"Path::Tiny" => 0,
+"Path::Tiny" => "0.100",
 "Perl::Tidy" => 20181120,
 "Test::Builder" => 0,
 "Text::Diff" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190402/Changes 
new/Test-PerlTidy-20200412/Changes
--- old/Test-PerlTidy-20190402/Changes  2019-04-02 10:27:07.0 +0200
+++ new/Test-PerlTidy-20200412/Changes  2020-04-12 08:59:21.0 +0200
@@ -1,5 +1,17 @@
 CHANGES
 
+202004122020-04-12
+
+* https://github.com/shlomif/Test-PerlTidy/issues/4
+* Set minimum version of Path::Tiny for its ->visit() method
+* Thanks to @eserte / SREZIC for the report
+
+202004112020-04-11
+
+* https://github.com/shlomif/Test-PerlTidy/issues/3
+* Allow to pass extra options to Perl::Tidy::perltidy().
+* Thanks to @cxw42 for the suggestion!
+
 201904022019-04-02
 
 * Fix https://github.com/shlomif/Test-PerlTidy/issues/2
diff -urN '--exclude=CVS' 

commit perl-Test-PerlTidy for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2019-04-04 12:06:55

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


Package is "perl-Test-PerlTidy"

Thu Apr  4 12:06:55 2019 rev:5 rq:690904 version:20190402

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2019-04-02 09:20:29.860609971 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.3908/perl-Test-PerlTidy.changes
  2019-04-04 12:07:07.837456138 +0200
@@ -1,0 +2,12 @@
+Wed Apr  3 07:37:59 UTC 2019 - Stephan Kulow 
+
+- updated to 20190402
+   see /usr/share/doc/packages/perl-Test-PerlTidy/Changes
+
+  201904022019-04-02
+  
+  * Fix https://github.com/shlomif/Test-PerlTidy/issues/2
+  $VERSION overrided the one set by dzil
+  * Made the "use" imports explicit.
+
+---

Old:

  Test-PerlTidy-20190309.001.tar.gz

New:

  Test-PerlTidy-20190402.tar.gz



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.Iogv3t/_old  2019-04-04 12:07:08.949455084 +0200
+++ /var/tmp/diff_new_pack.Iogv3t/_new  2019-04-04 12:07:08.953455080 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-PerlTidy
-Version:20190309.001
+Version:20190402
 Release:0
 %define cpan_name Test-PerlTidy
 Summary:Check that all your files are tidy

++ Test-PerlTidy-20190309.001.tar.gz -> Test-PerlTidy-20190402.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/Build.PL 
new/Test-PerlTidy-20190402/Build.PL
--- old/Test-PerlTidy-20190309.001/Build.PL 2019-03-09 11:13:41.0 
+0100
+++ new/Test-PerlTidy-20190402/Build.PL 2019-04-02 10:27:07.0 +0200
@@ -19,7 +19,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Test-PerlTidy",
-  "dist_version" => "20190309.001",
+  "dist_version" => 20190402,
   "license" => "perl",
   "module_name" => "Test::PerlTidy",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/Changes 
new/Test-PerlTidy-20190402/Changes
--- old/Test-PerlTidy-20190309.001/Changes  2019-03-09 11:13:41.0 
+0100
+++ new/Test-PerlTidy-20190402/Changes  2019-04-02 10:27:07.0 +0200
@@ -1,5 +1,11 @@
 CHANGES
 
+201904022019-04-02
+
+* Fix https://github.com/shlomif/Test-PerlTidy/issues/2
+$VERSION overrided the one set by dzil
+* Made the "use" imports explicit.
+
 20190309.0012019-03-09
 
 * Fix for minimal Perl::Tidy version in META.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/META.json 
new/Test-PerlTidy-20190402/META.json
--- old/Test-PerlTidy-20190309.001/META.json2019-03-09 11:13:41.0 
+0100
+++ new/Test-PerlTidy-20190402/META.json2019-04-02 10:27:07.0 
+0200
@@ -69,7 +69,7 @@
"provides" : {
   "Test::PerlTidy" : {
  "file" : "lib/Test/PerlTidy.pm",
- "version" : "20190309.001"
+ "version" : "20190402"
   }
},
"release_status" : "stable",
@@ -84,7 +84,7 @@
  "web" : "https://github.com/shlomif/test-perltidy;
   }
},
-   "version" : "20190309.001",
+   "version" : "20190402",
"x_Dist_Zilla" : {
   "perl" : {
  "version" : "5.028001"
@@ -503,6 +503,6 @@
   }
},
"x_generated_by_perl" : "v5.28.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.09"
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/META.yml 
new/Test-PerlTidy-20190402/META.yml
--- old/Test-PerlTidy-20190309.001/META.yml 2019-03-09 11:13:41.0 
+0100
+++ new/Test-PerlTidy-20190402/META.yml 2019-04-02 10:27:07.0 +0200
@@ -22,7 +22,7 @@
 provides:
   Test::PerlTidy:
 file: lib/Test/PerlTidy.pm
-version: '20190309.001'
+version: '20190402'
 requires:
   Carp: '0'
   English: '0'
@@ -42,7 +42,7 @@
   bugtracker: https://github.com/shlomif/test-perltidy/issues
   homepage: http://metacpan.org/release/Test-PerlTidy
   repository: https://github.com/shlomif/Test-PerlTidy
-version: '20190309.001'
+version: '20190402'
 x_Dist_Zilla:
   perl:
 version: '5.028001'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Test-PerlTidy for openSUSE:Factory

2019-04-02 Thread root
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2019-04-02 09:20:28

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


Package is "perl-Test-PerlTidy"

Tue Apr  2 09:20:28 2019 rev:4 rq:684902 version:20190309.001

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2017-10-11 23:02:52.248913327 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.25356/perl-Test-PerlTidy.changes
 2019-04-02 09:20:29.860609971 +0200
@@ -1,0 +2,6 @@
+Wed Mar 13 16:44:37 UTC 2019 - Stephan Kulow 
+
+- updated to 20190309.001
+   see /usr/share/doc/packages/perl-Test-PerlTidy/Changes
+
+---

Old:

  Test-PerlTidy-20130104.tar.gz

New:

  Test-PerlTidy-20190309.001.tar.gz



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.rOw2oq/_old  2019-04-02 09:20:30.452610526 +0200
+++ /var/tmp/diff_new_pack.rOw2oq/_new  2019-04-02 09:20:30.456610530 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-PerlTidy
 #
-# Copyright (c) 2017 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,33 +12,35 @@
 # 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/
 #
 
 
-%define cpan_name Test-PerlTidy
 Name:   perl-Test-PerlTidy
-Version:20130104
+Version:20190309.001
 Release:0
-Summary:Check That All Your Files Are Tidy
-License:Artistic-1.0 OR GPL-1.0+
+%define cpan_name Test-PerlTidy
+Summary:Check that all your files are tidy
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-PerlTidy/
-Source0:
https://cpan.metacpan.org/authors/id/L/LA/LARRYL/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Finder)
-BuildRequires:  perl(File::Slurp)
-BuildRequires:  perl(Perl::Tidy) >= 20121207
+BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Perl::Tidy) >= 20181120
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Perl::Critic)
 BuildRequires:  perl(Text::Diff)
 BuildRequires:  perl(parent)
-Requires:   perl(File::Finder)
-Requires:   perl(File::Slurp)
-Requires:   perl(Perl::Tidy) >= 20121207
+Requires:   perl(Path::Tiny)
+Requires:   perl(Perl::Tidy) >= 20181120
 Requires:   perl(Text::Diff)
 Requires:   perl(parent)
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -53,18 +55,18 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
-%doc CHANGES README
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ Test-PerlTidy-20130104.tar.gz -> Test-PerlTidy-20190309.001.tar.gz ++
 1762 lines of diff (skipped)




commit perl-Test-PerlTidy for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2017-10-11 23:02:50

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


Package is "perl-Test-PerlTidy"

Wed Oct 11 23:02:50 2017 rev:3 rq:533130 version:20130104

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2017-03-16 09:51:56.826290458 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new/perl-Test-PerlTidy.changes   
2017-10-11 23:02:52.248913327 +0200
@@ -1,0 +2,5 @@
+Sat Oct  7 19:26:59 UTC 2017 - mimi...@gmail.com
+
+- spec-cleaned 
+
+---



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.CAJmKQ/_old  2017-10-11 23:02:53.360864610 +0200
+++ /var/tmp/diff_new_pack.CAJmKQ/_new  2017-10-11 23:02:53.364864434 +0200
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Test-PerlTidy
 Name:   perl-Test-PerlTidy
 Version:20130104
 Release:0
-%define cpan_name Test-PerlTidy
 Summary:Check That All Your Files Are Tidy
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-PerlTidy/
 Source0:
https://cpan.metacpan.org/authors/id/L/LA/LARRYL/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Finder)
@@ -40,6 +38,7 @@
 Requires:   perl(Perl::Tidy) >= 20121207
 Requires:   perl(Text::Diff)
 Requires:   perl(parent)
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -54,11 +53,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 %{?_smp_mflags} test
 
 %install
 %perl_make_install
@@ -66,7 +65,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc CHANGES README
 
 %changelog




commit perl-Test-PerlTidy for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2017-03-16 09:43:22

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


Package is "perl-Test-PerlTidy"

Thu Mar 16 09:43:22 2017 rev:2 rq:479651 version:20130104

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2017-03-12 20:00:52.368306903 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new/perl-Test-PerlTidy.changes   
2017-03-16 09:51:56.826290458 +0100
@@ -1,0 +2,10 @@
+Wed Mar 15 13:40:29 UTC 2017 - co...@suse.com
+
+- update with cpanspec
+
+---
+Wed Mar 15 11:17:19 UTC 2017 - jeng...@inai.de
+
+- Replace storytelling by an actual %description.
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.hY6ZXw/_old  2017-03-16 09:51:57.422206066 +0100
+++ /var/tmp/diff_new_pack.hY6ZXw/_new  2017-03-16 09:51:57.422206066 +0100
@@ -16,15 +16,18 @@
 #
 
 
-%define cpan_name Test-PerlTidy
 Name:   perl-Test-PerlTidy
 Version:20130104
 Release:0
-Summary:check that all your files are tidy.
+%define cpan_name Test-PerlTidy
+Summary:Check That All Your Files Are Tidy
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-PerlTidy/
-Source: 
http://www.cpan.org/authors/id/L/LA/LARRYL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LA/LARRYL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Finder)
@@ -32,44 +35,30 @@
 BuildRequires:  perl(Perl::Tidy) >= 20121207
 BuildRequires:  perl(Text::Diff)
 BuildRequires:  perl(parent)
-#BuildRequires: perl(Test::Perl::Critic)
-#BuildRequires: perl(Test::PerlTidy)
 Requires:   perl(File::Finder)
 Requires:   perl(File::Slurp)
 Requires:   perl(Perl::Tidy) >= 20121207
 Requires:   perl(Text::Diff)
 Requires:   perl(parent)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
-This rather unflattering comment was made in a piece by Ken Arnold:
+This test submodule runs perltidy on files and reports errors if any
+of the files differ after having been tidied. It does not permanently
+modify the files being tested.
 
-"Perl is a vast swamp of lexical and syntactic swill and nobody
-knows how to format even their own code well, but it's the only
-major language I can think of (with the possible exception of the
-recent, yet very Java-like C#) that doesn't have at least one
-style that's good enough."
-  http://www.artima.com/weblogs/viewpost.jsp?thread=74230
-
-Hmmm... He is sort of right in a way. Then again the piece he wrote was
-related to Python which is somewhat strict about formatting itself.
-
-Fear not though - now you too can have your very own formatting gestapo in
-the form of Test::PerlTidy! Simply add a test file as suggested above and
-any file ending in .pl, .pm, .t or .PL will cause a test fail unless it is
-exactly as perltidy would like it to be.
+By default, perltidy will be run on files under the current directory
+and its subdirectories with extensions matching: .pm .pl .PL .t.
 
 %prep
 %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 %{?_smp_mflags} test
+%{__make} test
 
 %install
 %perl_make_install

++ cpanspec.yml ++
---
description: |-
 This test submodule runs perltidy on files and reports errors if any
 of the files differ after having been tidied. It does not permanently
 modify the files being tested.
 
 By default, perltidy will be run on files under the current directory
 and its subdirectories with extensions matching: .pm .pl .PL .t.
#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