Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2015-04-23 08:03:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes    
2014-02-12 09:49:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes       
2015-04-23 08:03:44.000000000 +0200
@@ -1,0 +2,66 @@
+Tue Apr 14 17:39:05 UTC 2015 - [email protected]
+
+- updated to 1.66
+   see /usr/share/doc/packages/perl-YAML-Tiny/Changes
+
+  1.66      2015-03-16 22:26:30Z
+  
+          [CHANGED]
+  
+          - removed bundled Test::TempDir::Tiny to rely on File::Temp
+            for temporary directories during testing
+  
+  1.65      2015-03-13 23:02:34Z
+  
+          [CHANGED]
+  
+          - artifacts left behind from testing are now cleaned up (GH#34)
+  
+  1.64      2014-10-08 02:56:30Z
+  
+          [CHANGED]
+  
+          - remove silencing of any errors encountered while loading
+            Scalar::Util (GH#33, Graham Knop)
+          - now using JSON::MaybeXS in tests instead of JSON.pm
+  
+  1.63      2014-06-11 21:58:18Z
+  
+          [FIXED]
+  
+          - incorrect error messages fixed, when $@ is clobbered when Carp
+            wasn't loaded (GH#30, GH#31, Hilko Bengen)
+  
+          [CHANGED]
+  
+          - now checking for, and erroring on, duplicate keys found in a hash
+            (GH#32, Hilko Bengen)
+  
+  1.62      2014-03-16 12:28:44Z
+  
+          [FIXED]
+  
+          - fix handling of trailing colon in key name (RT#92916, H.Merijn
+            Brand)
+  
+  1.61      2014-02-24 16:59:49Z
+  
+          [FIXED]
+  
+          - fixed a test for VMS (RT#93297, Craig Berry)
+  
+  1.60      2014-02-13 20:31:56Z
+  
+          - shipping 1.59 as stable, with no changes.
+  
+  1.59      2014-02-06 03:10:35Z (TRIAL RELEASE)
+  
+          [CHANGED]
+  
+          - numeric values are now quoted whenever they've been used as a 
string
+            (fixes inconsistent behaviour seen with numeric values, due to
+            differences between the XS and pure-perl variants of Data::Dumper).
+            (github issue #24)
+          - numeric hash keys are now always quoted.
+
+-------------------------------------------------------------------

Old:
----
  YAML-Tiny-1.58.tar.gz

New:
----
  YAML-Tiny-1.66.tar.gz

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

Other differences:
------------------
++++++ perl-YAML-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.kYvE5B/_old  2015-04-23 08:03:45.000000000 +0200
+++ /var/tmp/diff_new_pack.kYvE5B/_new  2015-04-23 08:03:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Tiny
 #
-# Copyright (c) 2014 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,11 +17,11 @@
 
 
 Name:           perl-YAML-Tiny
-Version:        1.58
+Version:        1.66
 Release:        0
 %define cpan_name YAML-Tiny
 Summary:        Read/Write YAML files with as little code as possible
-License:        Artistic-1.0 or GPL-1.0+
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/YAML-Tiny/
 Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
@@ -29,10 +29,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.034
-BuildRequires:  perl(Test::More) >= 0.99
-BuildRequires:  perl(version)
-
 %{perl_requires}
 
 %description
@@ -77,18 +73,19 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README README.md
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++++++ YAML-Tiny-1.58.tar.gz -> YAML-Tiny-1.66.tar.gz ++++++
++++ 4366 lines of diff (skipped)


Reply via email to