Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2013-10-06 14:56:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2012-05-26 12:59:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes       
2013-10-06 14:56:32.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 09:11:14 UTC 2013 - [email protected]
+
+- updated to 1.56
+           - read_string documentation error fixed (RT#74409, thanks Tim 
Heaney!)
+           - re-release with fixed compile test
+           - again packaging with ExtUtils::MakeMaker
+           - convert to Dist::Zilla
+           - Updated format to conform to CPAN::Changes::Spec
+           - really fixed metadata
+           - updated repository metadata to reflect move to github
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-YAML-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.1yIVtW/_old  2013-10-06 14:56:32.000000000 +0200
+++ /var/tmp/diff_new_pack.1yIVtW/_new  2013-10-06 14:56:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Tiny
 #
-# Copyright (c) 2012 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
@@ -17,18 +17,24 @@
 
 
 Name:           perl-YAML-Tiny
-Version:        1.51
+Version:        1.56
 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+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/YAML-Tiny/
-Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build::Tiny) >= 0.027
+BuildRequires:  perl(Test::More) >= 0.94
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) >= 0.12
 #BuildRequires: perl(t::lib::Test)
 #BuildRequires: perl(YAML)
 #BuildRequires: perl(YAML::Perl)
@@ -52,13 +58,13 @@
 said *human-readable* and not *geek-readable*. The sort of files that your
 average manager or secretary should be able to look at and make sense of.
 
-the YAML::Tiny manpage does not generate comments, it won't necesarily
+the YAML::Tiny manpage does not generate comments, it won't necessarily
 preserve the order of your hashes, and it will normalise if reading in and
 writing out again.
 
 It only supports a very basic subset of the full YAML specification.
 
-Usage is targetted at files like Perl's META.yml, for which a small and
+Usage is targeted at files like Perl's META.yml, for which a small and
 easily-embeddable module is extremely attractive.
 
 Features will only be added if they are human readable, and can be written
@@ -68,7 +74,7 @@
 
 If you need something with more power move up to the YAML manpage (4
 megabytes of memory overhead) or the YAML::Syck manpage (275k, but requires
-libsyck and a C compiler).
+_libsyck_ and a C compiler).
 
 To restate, the YAML::Tiny manpage does *not* preserve your comments,
 whitespace, or the order of your YAML data. But it should round-trip from
@@ -79,19 +85,18 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes LICENSE README
 
 %changelog

++++++ YAML-Tiny-1.51.tar.gz -> YAML-Tiny-1.56.tar.gz ++++++
++++ 8436 lines of diff (skipped)

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

Reply via email to