Hello community,

here is the log from the commit of package perl-File-pushd for openSUSE:Factory 
checked in at 2015-04-15 16:21:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-pushd (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-pushd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-pushd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-pushd/perl-File-pushd.changes  
2013-06-06 13:13:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-pushd.new/perl-File-pushd.changes     
2015-04-15 16:21:54.000000000 +0200
@@ -1,0 +2,35 @@
+Mon Apr 13 16:54:45 UTC 2015 - co...@suse.com
+
+- updated to 1.009
+   see /usr/share/doc/packages/perl-File-pushd/Changes
+
+  1.009     2014-07-03 13:17:48-04:00 America/New_York
+  
+      [FIXED]
+  
+      - s/0.95/0.96/ in t/File_pushd.t
+  
+  1.008     2014-07-03 13:03:30-04:00 America/New_York
+  
+      [FIXED]
+  
+      - Require a newer version of Test::More
+  
+  1.007     2014-05-30 23:59:02-04:00 America/New_York
+  
+      [FIXED]
+  
+      - Fixed a testing edge case on Windows
+  
+  1.006     2014-03-27 15:29:36-04:00 America/New_York
+  
+      [DOCUMENTED]
+  
+      - Noted that multiple pushd objects in a lexical scope are not
+        destroyed in a predictable order
+  
+      [CHANGED]
+  
+      - Modernized Dist::Zilla configuration and repo support files
+
+-------------------------------------------------------------------

Old:
----
  File-pushd-1.005.tar.gz

New:
----
  File-pushd-1.009.tar.gz

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

Other differences:
------------------
++++++ perl-File-pushd.spec ++++++
--- /var/tmp/diff_new_pack.YCVqXH/_old  2015-04-15 16:21:54.000000000 +0200
+++ /var/tmp/diff_new_pack.YCVqXH/_new  2015-04-15 16:21:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-pushd
 #
-# 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,7 +17,7 @@
 
 
 Name:           perl-File-pushd
-Version:        1.005
+Version:        1.009
 Release:        0
 %define cpan_name File-pushd
 Summary:        change directory temporarily for a limited scope
@@ -29,7 +29,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(File::pushd)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(version)
 %{perl_requires}
 
 %description
@@ -47,6 +48,10 @@
 For convenience, the object stringifies as the canonical form of the
 absolute pathname of the directory entered.
 
+*Warning*: if you create multiple 'pushd' objects in the same lexical
+scope, their destruction order is not guaranteed and you might not wind up
+in the directory you expect.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++++++ File-pushd-1.005.tar.gz -> File-pushd-1.009.tar.gz ++++++
++++ 1768 lines of diff (skipped)


Reply via email to