commit perl-Sub-Spec for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Spec for openSUSE:Factory 
checked in at 2012-02-20 16:16:26

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


Package is "perl-Sub-Spec", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Spec/perl-Sub-Spec.changes  
2011-12-21 12:18:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Spec.new/perl-Sub-Spec.changes 
2012-02-20 16:16:27.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 20 08:37:49 UTC 2012 - co...@suse.com
+
+- updated to 1.0.7
+* Update NOTICE.
+* Mark deprecated.
+
+---

Old:

  Sub-Spec-1.0.5.tar.gz

New:

  Sub-Spec-1.0.7.tar.gz



Other differences:
--
++ perl-Sub-Spec.spec ++
--- /var/tmp/diff_new_pack.kL3CqA/_old  2012-02-20 16:16:29.0 +0100
+++ /var/tmp/diff_new_pack.kL3CqA/_new  2012-02-20 16:16:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Spec
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Sub-Spec
-Version:1.0.5
+Version:1.0.7
 Release:0
 %define cpan_name Sub-Spec
-Summary:Subroutine metadata & wrapping framework
-License:GPL-1.0+ or Artistic-1.0
+Summary:Subroutine metadata specification
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Spec/
-#Source: 
http://www.cpan.org/authors/id/S/SH/SHARYANTO/Sub-Spec-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SH/SHARYANTO/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(Log::Any)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) >= 0.3601
 BuildRequires:  perl(Probe::Perl)
 BuildRequires:  perl(Test::More) >= 0.96
+#BuildRequires: perl(Sub::Spec::Util)
 Requires:   perl(File::Which)
 Requires:   perl(Log::Any)
 Requires:   perl(Probe::Perl)
@@ -42,15 +42,7 @@
 %{perl_requires}
 
 %description
-NOTE: This module is still very early in development. Most of the features
-are not even implemented yet.
-
-Subroutines are an excellent unit of reuse, in some ways they are even
-superior to objects (simpler, map better to HTTP/network programming due to
-being stateless, etc). Sub::Spec aims to make your subs much more useful,
-reusable, powerful. All you have to do is provide some metadata (a spec)
-for your sub. See the Sub::Spec::Manual::Spec manpage for more details
-about sub spec.
+Subroutine metadata specification
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -66,9 +58,6 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ Sub-Spec-1.0.5.tar.gz -> Sub-Spec-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Spec-1.0.5/Build.PL new/Sub-Spec-1.0.7/Build.PL
--- old/Sub-Spec-1.0.5/Build.PL 2011-10-22 13:36:44.0 +0200
+++ new/Sub-Spec-1.0.7/Build.PL 2012-01-17 14:41:14.0 +0100
@@ -17,7 +17,7 @@
 "Steven Haryanto "
   ],
   "dist_name" => "Sub-Spec",
-  "dist_version" => "1.0.5",
+  "dist_version" => "1.0.7",
   "license" => "perl",
   "module_name" => "Sub::Spec",
   "recommends" => {},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Spec-1.0.5/Changes new/Sub-Spec-1.0.7/Changes
--- old/Sub-Spec-1.0.5/Changes  2011-10-22 13:36:44.0 +0200
+++ new/Sub-Spec-1.0.7/Changes  2012-01-17 14:41:14.0 +0100
@@ -1,5 +1,15 @@
 Revision history for Sub::Spec
 
+1.0.72012-01-17
+
+ No spec changes. Update NOTICE.
+
+
+1.0.62012-01-15
+
+ No spec changes. Mark deprecated.
+
+
 1.0.52011-10-22
 
  No spec changes. Build fix (remove stale dependency).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Spec-1.0.5/LICENSE new/Sub-Spec-1.0.7/LICEN

commit perl-Sub-Spec for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Spec for openSUSE:Factory 
checked in at 2011-12-21 12:18:33

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


Package is "perl-Sub-Spec", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Spec.new/perl-Sub-Spec.changes 
2011-12-21 12:18:34.0 +0100
@@ -0,0 +1,71 @@
+---
+Mon Dec 19 13:10:38 UTC 2011 - co...@suse.de
+
+- update to 1.0.5
+  No spec changes. Build fix (remove stale dependency).
+
+---
+Fri Sep 30 07:06:07 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.0.4:
+  * rewrite/reorganize document, put everything in Sub::Spec, remove all the
+other modules, add Sub::Spec::FAQ
+  * add Sub::Spec::Schema
+  * add spec clauses 'type' and 'scope'
+  * now support methods aside from subroutines
+  * remove 'statuses'
+  * 'description' clause now in Org format
+  * add utility function: str_log_level()
+
+---
+Thu Apr 28 15:12:04 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.13:
+  * Undo feature: to perform redo (effectively, undo of undo), one no longer
+passes -undo_action=>'redo', but instead just -undo_action=>'undo' with
+-undo_data provided from previous undo action
+
+- changes from 0.12:
+  * Spec: undo feature: Specify -undo_hint
+
+---
+Thu Apr  7 17:31:53 UTC 2011 - co...@novell.com
+
+- updated to 0.11
+ [INCOMPATIBLE CHANGES]
+  
+  - 'args_positional' clause now becomes 'args_as', the spec makes it
+ possible for subs to accept args object instead of array/hash.
+  
+  - changes for undo. Caller now sets special arg -undo_action and no
+ longer provides -state. Subs provide their own undo info and return
+ it to the caller. Add redo.
+  
+  Add missing requirement to Log::Any.
+  
+  Declare requirement Test::More 0.96 [RT#66616].
+
+
+---
+Tue Mar 08 11:50:11 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.08:
+  * specify 'args_positional', 'result', 'result_naked', 'statuses' clauses
+  * specify 'features' clause
+  * some small fixes and docs addition
+
+---
+Fri Mar  4 20:59:26 UTC 2011 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78.03
+- fix deps
+  o add Test::More >= 0.96
+- add Build patch
+  o there is really no need for Module::Build >= 0.3601,
+0.280801 from perl 5.10 is OK, too. 
+
+---
+Thu Mar 03 20:40:20 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.06)
+

New:

  Sub-Spec-1.0.5.tar.gz
  perl-Sub-Spec.changes
  perl-Sub-Spec.spec



Other differences:
--
++ perl-Sub-Spec.spec ++
#
# spec file for package perl-Sub-Spec
#
# 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-Sub-Spec
Version:1.0.5
Release:0
%define cpan_name Sub-Spec
Summary:Subroutine metadata & wrapping framework
License:GPL-1.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Sub-Spec/
#Source: 
http://www.cpan.org/authors/id/S/SH/SHARYANTO/Sub-Spec-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(File::Which)
BuildRequires:  perl(Log::Any)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Probe::Perl)
BuildRequires:  perl(Test::More) >= 0.96
Requires:   perl(File::Which)
Requires:   perl(Log::Any)
Requires:   perl(Probe::Pe