Hello community,

here is the log from the commit of package perl-Rose-Object for 
openSUSE:Factory checked in at 2015-04-21 10:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Rose-Object (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Rose-Object.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Rose-Object"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Rose-Object/perl-Rose-Object.changes        
2011-11-14 13:25:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Rose-Object.new/perl-Rose-Object.changes   
2015-04-21 10:51:04.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 13 18:17:27 UTC 2015 - [email protected]
+
+- updated to 0.860
+   see /usr/share/doc/packages/perl-Rose-Object/Changes
+
+  0.860 (10.03.2013) - John Siracusa <[email protected]>
+  
+       * Fixed typos in the documentation. (RT 89241)
+
+-------------------------------------------------------------------

Old:
----
  Rose-Object-0.859.tar.gz

New:
----
  Rose-Object-0.860.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Rose-Object.spec ++++++
--- /var/tmp/diff_new_pack.I7BAYA/_old  2015-04-21 10:51:05.000000000 +0200
+++ /var/tmp/diff_new_pack.I7BAYA/_new  2015-04-21 10:51:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Rose-Object
 #
-# 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
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:           perl-Rose-Object
-Version:        0.859
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        0.860
+Release:        0
 %define cpan_name Rose-Object
 Summary:        A simple object base class.
-Url:            http://search.cpan.org/dist/Rose-Object/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/J/JS/JSIRACUSA/Rose-Object-0.859.tar.gz
+Url:            http://search.cpan.org/dist/Rose-Object/
+Source:         
http://www.cpan.org/authors/id/J/JS/JSIRACUSA/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -38,6 +37,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,11 +51,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes
 
 %changelog

++++++ Rose-Object-0.859.tar.gz -> Rose-Object-0.860.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/Changes 
new/Rose-Object-0.860/Changes
--- old/Rose-Object-0.859/Changes       2010-10-17 17:15:34.000000000 +0200
+++ new/Rose-Object-0.860/Changes       2013-10-04 02:53:55.000000000 +0200
@@ -1,3 +1,7 @@
+0.860 (10.03.2013) - John Siracusa <[email protected]>
+
+       * Fixed typos in the documentation. (RT 89241)
+
 0.859 (10.17.2010) - John Siracusa <[email protected]>
 
     * Eliminated non-numeric warning in Class::XSAccessor version check.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/MANIFEST 
new/Rose-Object-0.860/MANIFEST
--- old/Rose-Object-0.859/MANIFEST      2010-10-17 17:15:51.000000000 +0200
+++ new/Rose-Object-0.860/MANIFEST      2013-10-04 02:54:30.000000000 +0200
@@ -17,4 +17,5 @@
 t/pod.t
 t/redefine.t
 xt/debugger.t
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/META.json 
new/Rose-Object-0.860/META.json
--- old/Rose-Object-0.859/META.json     1970-01-01 01:00:00.000000000 +0100
+++ new/Rose-Object-0.860/META.json     2013-10-04 02:54:30.000000000 +0200
@@ -0,0 +1,55 @@
+{
+   "abstract" : "A simple object base class.",
+   "author" : [
+      "John Siracusa <[email protected]>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Rose-Object",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::More" : "0",
+            "Test::Simple" : "0",
+            "perl" : "5.006000"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-Object";
+      },
+      "homepage" : "http://rose.googlecode.com/";,
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ],
+      "repository" : {
+         "url" : "http://rose.googlecode.com/svn/trunk/modules/Rose-Object";
+      }
+   },
+   "version" : "0.860"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/META.yml 
new/Rose-Object-0.860/META.yml
--- old/Rose-Object-0.859/META.yml      2010-10-17 17:15:51.000000000 +0200
+++ new/Rose-Object-0.860/META.yml      2013-10-04 02:54:29.000000000 +0200
@@ -1,29 +1,29 @@
---- #YAML:1.0
-name:               Rose-Object
-version:            0.859
-abstract:           A simple object base class.
+---
+abstract: 'A simple object base class.'
 author:
-    - John Siracusa <[email protected]>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'John Siracusa <[email protected]>'
 build_requires:
-    ExtUtils::MakeMaker:  0
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.120921'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Rose-Object
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    perl:          5.006000
-    Test::More:    0
-    Test::Simple:  0
+  Test::More: 0
+  Test::Simple: 0
+  perl: 5.006000
 resources:
-    bugtracker:  http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-Object
-    homepage:    http://rose.googlecode.com/
-    license:     http://dev.perl.org/licenses/
-    repository:  http://rose.googlecode.com/svn/trunk/modules/Rose-Object
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.56
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-Object
+  homepage: http://rose.googlecode.com/
+  license: http://dev.perl.org/licenses/
+  repository: http://rose.googlecode.com/svn/trunk/modules/Rose-Object
+version: 0.860
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Rose-Object-0.859/lib/Rose/Class/MakeMethods/Generic.pm 
new/Rose-Object-0.860/lib/Rose/Class/MakeMethods/Generic.pm
--- old/Rose-Object-0.859/lib/Rose/Class/MakeMethods/Generic.pm 2010-10-17 
17:14:42.000000000 +0200
+++ new/Rose-Object-0.860/lib/Rose/Class/MakeMethods/Generic.pm 2013-10-04 
02:52:42.000000000 +0200
@@ -1500,7 +1500,7 @@
 
 =item C<keys_method>
 
-The name of the class method that returns a reference to a list of keys in 
scalar context, or a list of keys in list context.   Defaults to to 
C<plural_name> with "_keys" added to the end.
+The name of the class method that returns a reference to a list of keys in 
scalar context, or a list of keys in list context.   Defaults to C<plural_name> 
with "_keys" added to the end.
 
 =item C<plural_name>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Rose-Object-0.859/lib/Rose/Object/MakeMethods/Generic.pm 
new/Rose-Object-0.860/lib/Rose/Object/MakeMethods/Generic.pm
--- old/Rose-Object-0.859/lib/Rose/Object/MakeMethods/Generic.pm        
2010-10-17 17:14:42.000000000 +0200
+++ new/Rose-Object-0.860/lib/Rose/Object/MakeMethods/Generic.pm        
2013-10-04 02:53:07.000000000 +0200
@@ -742,7 +742,7 @@
 
 =item C<init_method>
 
-The name of the method to call when initializing the value of an undefined 
attribute.  Again, the only thing that matters about the return value of this 
method is whether or not is is true or false.  This option is only applicable 
when using the C<get_set_init> interface. Defaults to the method name with the 
prefix C<init_> added.
+The name of the method to call when initializing the value of an undefined 
attribute.  Again, the only thing that matters about the return value of this 
method is whether or not it is true or false.  This option is only applicable 
when using the C<get_set_init> interface. Defaults to the method name with the 
prefix C<init_> added.
 
 =item C<interface>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/lib/Rose/Object.pm 
new/Rose-Object-0.860/lib/Rose/Object.pm
--- old/Rose-Object-0.859/lib/Rose/Object.pm    2010-10-17 17:14:42.000000000 
+0200
+++ new/Rose-Object-0.860/lib/Rose/Object.pm    2013-10-04 02:53:18.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '0.859';
+our $VERSION = '0.860';
 
 sub new
 {


Reply via email to