commit perl-Class-Std for openSUSE:Factory

2015-06-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Std for openSUSE:Factory 
checked in at 2015-06-15 17:48:12

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


Package is "perl-Class-Std"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Std/perl-Class-Std.changes
2011-11-21 12:37:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Std.new/perl-Class-Std.changes   
2015-06-15 17:48:14.0 +0200
@@ -1,0 +2,17 @@
+Sun Jun  7 08:18:31 UTC 2015 - co...@suse.com
+
+- updated to 0.013
+   see /usr/share/doc/packages/perl-Class-Std/Changes
+
+  
+  0.012 2015-05-24
+  
+  - pod fixed
+  
+  - better META.*
+  
+  0.013 2015-05-24
+  
+  - version in Class::Std::SCR
+
+---

Old:

  Class-Std-0.011.tar.gz

New:

  Class-Std-0.013.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Class-Std.spec ++
--- /var/tmp/diff_new_pack.bVn3y1/_old  2015-06-15 17:48:15.0 +0200
+++ /var/tmp/diff_new_pack.bVn3y1/_new  2015-06-15 17:48:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Std
 #
-# 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
@@ -15,43 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Class-Std
+Version:0.013
+Release:0
 %define cpan_name Class-Std
 Summary:Support for creating standard "inside-out" classes
-Version:0.011
-Release:1
-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/Class-Std/
-#Source: 
http://www.cpan.org/modules/by-module/Class/Class-Std-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) >= 1.14
-BuildRequires:  perl(Test::Pod::Coverage)
-%endif
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::More)
-Requires:   perl(Data::Dumper)
-Requires:   perl(Scalar::Util)
+BuildRequires:  perl(Module::Build) >= 0.42
+%{perl_requires}
 
 %description
 This module provides tools that help to implement the "inside out object"
 class structure in a convenient and standard way.
 
-Authors:
-
-Damian Conway 
+_Portions of the following code and documentation from "Perl Best
+Practices" copyright (c) 2005 by O'Reilly Media, Inc. and reprinted with
+permission._
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -64,14 +52,11 @@
 ./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,-)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes demo README
 
 %changelog

++ Class-Std-0.011.tar.gz -> Class-Std-0.013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Std-0.011/Build.PL new/Class-Std-0.013/Build.PL
--- old/Class-Std-0.011/Build.PL2009-12-24 03:36:46.0 +0100
+++ new/Class-Std-0.013/Build.PL2015-05-24 14:38:57.0 +0200
@@ -1,3 +1,4 @@
+use 5.006;
 use strict;
 use warnings;
 use Module::Build;
@@ -11,6 +12,20 @@
 'Test::More'   => 0,
 'Scalar::Util' => 0,
 'Data::Dumper' => 0,
+'perl' => 5.006,
+},
+'build_requires' => {
+'Test::More'   => 0,
+},
+'meta_merge' => {
+'keywords' => [
+'OOP',
+'class',
+'object'
+],
+'resources' => {
+'repository' => 'https://github.com/chorny/Class-Std'
+}
 },
 add_to_cleanup  => [ 'Class-Std-*' ],
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Std-0.011/Changes new/Class-Std-0.013/Changes
--- old/Class-Std-0.011/Changes 2009-12-24 04:06:53.0 +0100
+++ new/Class-S

commit perl-Class-Std for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Std for openSUSE:Factory 
checked in at 2011-12-06 18:38:55

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


Package is "perl-Class-Std", Maintainer is ""

Changes:




Other differences:
--
++ perl-Class-Std.spec ++
--- /var/tmp/diff_new_pack.hAyJGf/_old  2011-12-06 19:05:41.0 +0100
+++ /var/tmp/diff_new_pack.hAyJGf/_new  2011-12-06 19:05:41.0 +0100
@@ -24,7 +24,7 @@
 Summary:Support for creating standard "inside-out" classes
 Version:0.011
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Std/
 #Source: 
http://www.cpan.org/modules/by-module/Class/Class-Std-%{version}.tar.gz

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



commit perl-Class-Std for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Std for openSUSE:Factory 
checked in at 2011-11-21 12:36:31

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


Package is "perl-Class-Std", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Std/perl-Class-Std.changes
2011-09-23 12:36:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-Std.new/perl-Class-Std.changes   
2011-11-21 12:37:32.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:35 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Class-Std-0.011.tar.bz2

New:

  Class-Std-0.011.tar.gz



Other differences:
--
++ perl-Class-Std.spec ++
--- /var/tmp/diff_new_pack.oKIVhX/_old  2011-11-21 12:37:33.0 +0100
+++ /var/tmp/diff_new_pack.oKIVhX/_new  2011-11-21 12:37:33.0 +0100
@@ -28,7 +28,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Std/
 #Source: 
http://www.cpan.org/modules/by-module/Class/Class-Std-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-Class-Std for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Std for openSUSE:Factory
checked in at Wed May 18 11:22:38 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Class-Std/perl-Class-Std.changes  
2010-11-30 20:24:30.0 +0100
@@ -0,0 +1,50 @@
+---
+Tue Nov 30 19:19:58 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Sep  8 22:34:52 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+- bzipped/cleanup source
+
+---
+Thu Dec 24 09:51:40 UTC 2009 - r...@opensuse.org
+
+- Removed git repository information (thanks for all the work, Dan)
+- Fixed incompatibility with Perl 5.11+ label constraints
+- Remove unneeded dependency on version.pm
+
+---
+Sat Jul 25 19:29:40 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Fri Jun 19 01:09:38 CEST 2009 - ch...@computersalat.de
+
+- spec fix for perl-macros
+
+---
+Wed Jun 17 00:29:53 CEST 2009 - ch...@computersalat.de
+
+- added perl-macros
+  o autogen filelist with perl_gen_filelist
+
+---
+Fri Jun 12 23:18:26 CEST 2009 - ch...@computersalat.de
+
+- upgrade to new version 0.0.9
+- some spec mods
+  o deps
+  o autogen filelist
+
+---
+Tue Dec 09 20:10:33 UTC 2007 - r...@opensuse.org
+
+- Initial rpm build
+

calling whatdependson for head-i586


New:

  Class-Std-0.011.tar.bz2
  perl-Class-Std.changes
  perl-Class-Std.spec



Other differences:
--
++ perl-Class-Std.spec ++
#
# spec file for package perl-Class-Std
#
# 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/
#

# norootforbuild

%bcond_with pod

Name:   perl-Class-Std
%define cpan_name Class-Std
Summary:Support for creating standard "inside-out" classes
Version:0.011
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Class-Std/
#Source: 
http://www.cpan.org/modules/by-module/Class/Class-Std-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
%if %{with pod}
BuildRequires:  perl(Test::Pod) >= 1.14
BuildRequires:  perl(Test::Pod::Coverage)
%endif
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::More)
Requires:   perl(Data::Dumper)
Requires:   perl(Scalar::Util)

%description
This module provides tools that help to implement the "inside out object"
class structure in a convenient and standard way.

Authors:

Damian Conway 

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.files
%defattr(-,root,root,-)
%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