commit perl-Smart-Comments for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Smart-Comments for 
openSUSE:Factory checked in at 2015-10-30 13:43:18

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


Package is "perl-Smart-Comments"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Smart-Comments/perl-Smart-Comments.changes  
2013-07-30 14:04:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Smart-Comments.new/perl-Smart-Comments.changes 
2015-10-30 13:43:19.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 25 10:15:58 UTC 2015 - co...@suse.com
+
+- updated to 1.06
+   see /usr/share/doc/packages/perl-Smart-Comments/Changes
+
+---

Old:

  Smart-Comments-1.05.tar.gz

New:

  Smart-Comments-1.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Smart-Comments.spec ++
--- /var/tmp/diff_new_pack.d5kNrD/_old  2015-10-30 13:43:20.0 +0100
+++ /var/tmp/diff_new_pack.d5kNrD/_new  2015-10-30 13:43:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Smart-Comments
 #
-# Copyright (c) 2013 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,22 +17,20 @@
 
 
 Name:   perl-Smart-Comments
-Version:1.05
+Version:1.06
 Release:0
 %define cpan_name Smart-Comments
 Summary:Comments that do more than just sit there
-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/Smart-Comments/
-Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{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
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(version)
-#BuildRequires: perl(Smart::Comments)
-Requires:   perl(version)
+BuildRequires:  perl(Test::More) >= 0.99
 %{perl_requires}
 
 %description
@@ -49,18 +47,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %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 README
+%doc Changes LICENSE README
 
 %changelog

++ Smart-Comments-1.05.tar.gz -> Smart-Comments-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Smart-Comments-1.05/Build.PL 
new/Smart-Comments-1.06/Build.PL
--- old/Smart-Comments-1.05/Build.PL2005-05-24 03:09:29.0 
+0200
+++ new/Smart-Comments-1.06/Build.PL1970-01-01 01:00:00.0 +0100
@@ -1,21 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-
-my $builder = Module::Build->new(
-module_name => 'Smart::Comments',
-license => 'perl',
-dist_author => 'Damian Conway ',
-dist_version_from   => 'lib/Smart/Comments.pm',
-requires => {
-'Test::More' => 0,
-'version'=> 0,
-'Text::Balanced' => 0,
-'Data::Dumper'   => 0,
-'Filter::Simple' => 0,
-'List::Util' => 0,
-},
-add_to_cleanup  => [ 'Smart-Comments-*' ],
-);
-
-$builder->create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Smart-Comments-1.05/Changes 
new/Smart-Comments-1.06/Changes
--- old/Smart-Comments-1.05/Changes 2013-07-19 11:02:27.0 +0200
+++ new/Smart-Comments-1.06/Changes 2015-10-24 23:29:34.0 +0200
@@ -1,51 +1,50 @@
-Revision history for Smart-Comments
+Revision history for Perl module Smart::Comments
 
-0.0.1  Sat May 21 12:18:31 2005
-   Initial release.
+1.06 2015-10-24 NEILB
+- Added min perl version to code, so it will now appear in metadata
+- Added L<> links around the dependencies listed in the doc. RT#16456
+- Fixed some failing tests reported from CPAN Testers
+
+1.05_01 2015-10-22 NEILB
+- The test t/while_num.t was using subtests in a way that requires
+  *I think* at least verson 

commit perl-Smart-Comments for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Smart-Comments for 
openSUSE:Factory checked in at 2013-07-30 14:04:16

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


Package is perl-Smart-Comments

Changes:

--- /work/SRC/openSUSE:Factory/perl-Smart-Comments/perl-Smart-Comments.changes  
2011-11-21 12:45:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Smart-Comments.new/perl-Smart-Comments.changes 
2013-07-30 14:04:18.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:57:46 UTC 2013 - co...@suse.com
+
+- updated to 1.05
+- Fixed typo in docs
+- Fixed bad assumption (nolongdouble) in t/while_num.t
+
+---

Old:

  Smart-Comments-1.0.4.tar.gz

New:

  Smart-Comments-1.05.tar.gz



Other differences:
--
++ perl-Smart-Comments.spec ++
--- /var/tmp/diff_new_pack.LwCIYQ/_old  2013-07-30 14:04:20.0 +0200
+++ /var/tmp/diff_new_pack.LwCIYQ/_new  2013-07-30 14:04:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Smart-Comments
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,30 +16,23 @@
 #
 
 
-
 Name:   perl-Smart-Comments
-Version:1.0.4
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.05
+Release:0
 %define cpan_name Smart-Comments
 Summary:Comments that do more than just sit there
-Url:http://search.cpan.org/dist/Smart-Comments/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/C/CH/CHORNY/Smart-Comments-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Text::Balanced) = 2
-BuildRequires:  perl(version)
+Url:http://search.cpan.org/dist/Smart-Comments/
+Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
-Requires:   perl(Data::Dumper)
-Requires:   perl(List::Util)
-Requires:   perl(Text::Balanced) = 2
+BuildRequires:  perl(version)
+#BuildRequires: perl(Smart::Comments)
 Requires:   perl(version)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -66,11 +59,8 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Smart-Comments-1.0.4.tar.gz - Smart-Comments-1.05.tar.gz ++
 4230 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-Smart-Comments for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Smart-Comments for 
openSUSE:Factory checked in at 2011-12-06 18:47:07

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


Package is perl-Smart-Comments, Maintainer is 

Changes:




Other differences:
--
++ perl-Smart-Comments.spec ++
--- /var/tmp/diff_new_pack.c6KIMN/_old  2011-12-06 19:18:11.0 +0100
+++ /var/tmp/diff_new_pack.c6KIMN/_new  2011-12-06 19:18:11.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Smart-Comments
 Version:1.0.4
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Smart-Comments
 Summary:Comments that do more than just sit there
 Url:http://search.cpan.org/dist/Smart-Comments/

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



commit perl-Smart-Comments for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Smart-Comments for 
openSUSE:Factory checked in at 2011-11-21 12:45:32

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


Package is perl-Smart-Comments, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Smart-Comments/perl-Smart-Comments.changes  
2011-09-23 12:38:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Smart-Comments.new/perl-Smart-Comments.changes 
2011-11-21 12:45:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:18 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Smart-Comments-1.0.4.tar.bz2

New:

  Smart-Comments-1.0.4.tar.gz



Other differences:
--
++ perl-Smart-Comments.spec ++
--- /var/tmp/diff_new_pack.luRvzx/_old  2011-11-21 12:45:39.0 +0100
+++ /var/tmp/diff_new_pack.luRvzx/_new  2011-11-21 12:45:39.0 +0100
@@ -26,7 +26,7 @@
 Url:http://search.cpan.org/dist/Smart-Comments/
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/C/CH/CHORNY/Smart-Comments-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Text::Balanced) = 2

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