Hello community,

here is the log from the commit of package perl-SVN-Simple for openSUSE:Factory 
checked in at 2013-12-11 11:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SVN-Simple (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SVN-Simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SVN-Simple"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SVN-Simple/perl-SVN-Simple.changes  
2011-09-23 12:38:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVN-Simple.new/perl-SVN-Simple.changes     
2013-12-11 11:32:14.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Aug 14 17:02:38 UTC 2013 - [email protected]
+
+- update to 0.28:
+  + Make tests pass for Subversion 1.6.x.
+
+-------------------------------------------------------------------

Old:
----
  SVN-Simple-0.27.tar.gz

New:
----
  SVN-Simple-0.28.tar.gz

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

Other differences:
------------------
++++++ perl-SVN-Simple.spec ++++++
--- /var/tmp/diff_new_pack.PqNTeA/_old  2013-12-11 11:32:14.000000000 +0100
+++ /var/tmp/diff_new_pack.PqNTeA/_new  2013-12-11 11:32:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-SVN-Simple (Version 0.27)
+# spec file for package perl-SVN-Simple
 #
-# Copyright (c) 2010 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
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-SVN-Simple
-License:        Artistic-1.0
-Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/~clkao/
-BuildRequires:  subversion-perl
 BuildRequires:  perl-macros
+BuildRequires:  subversion-perl
 Requires:       subversion-perl
-AutoReqProv:    on
 Summary:        A simple interface to subversion's editor interface
-Version:        0.27
-Release:        255
-Source:         
http://cpan.org/modules/by-module/SVN-Simple/SVN-Simple-%{version}.tar.gz
+License:        Artistic-1.0
+Group:          Development/Libraries/Perl
+Version:        0.28
+Release:        0
+Source:         
http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/SVN-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 

++++++ SVN-Simple-0.27.tar.gz -> SVN-Simple-0.28.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVN-Simple-0.27/CHANGES new/SVN-Simple-0.28/CHANGES
--- old/SVN-Simple-0.27/CHANGES 2005-02-23 17:17:28.000000000 +0100
+++ new/SVN-Simple-0.28/CHANGES 2009-12-08 01:16:59.000000000 +0100
@@ -1,3 +1,7 @@
+[Changes for 0.29 - Dec 8, 2009]
+
+* Make tests pass for Subversion 1.6.x.
+
 [Changes for 0.27 - Feb 24, 2005]
 
 * Don't do version check for SVN::Core.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVN-Simple-0.27/META.yml new/SVN-Simple-0.28/META.yml
--- old/SVN-Simple-0.27/META.yml        2005-02-23 17:37:10.000000000 +0100
+++ new/SVN-Simple-0.28/META.yml        2009-12-08 01:18:03.000000000 +0100
@@ -1,10 +1,10 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         SVN-Simple
-version:      0.27
+version:      0.28
 version_from: lib/SVN/Simple/Edit.pm
 installdirs:  site
 requires:
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.25_08
+generated_by: ExtUtils::MakeMaker version 6.30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVN-Simple-0.27/lib/SVN/Simple/Edit.pm 
new/SVN-Simple-0.28/lib/SVN/Simple/Edit.pm
--- old/SVN-Simple-0.27/lib/SVN/Simple/Edit.pm  2005-02-23 17:14:11.000000000 
+0100
+++ new/SVN-Simple-0.28/lib/SVN/Simple/Edit.pm  2009-12-08 01:13:35.000000000 
+0100
@@ -1,6 +1,6 @@
 package SVN::Simple::Edit;
 @ISA = qw(SVN::Delta::Editor);
-$VERSION = '0.27';
+$VERSION = '0.28';
 use strict;
 use SVN::Core;
 use SVN::Delta;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVN-Simple-0.27/t/1edit.t 
new/SVN-Simple-0.28/t/1edit.t
--- old/SVN-Simple-0.27/t/1edit.t       2004-11-16 10:29:01.000000000 +0100
+++ new/SVN-Simple-0.28/t/1edit.t       2009-12-08 01:17:25.000000000 +0100
@@ -99,6 +99,5 @@
 
 $edit->open_directory ('trunk');
 $edit->open_directory ('trunk/deep');
-$edit->delete_entry ('trunk/deep/more');
 
 $edit->close_edit;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to