Hello community,

here is the log from the commit of package perl-YAML-LibYAML for 
openSUSE:Factory checked in at 2014-07-31 10:03:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-LibYAML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-LibYAML"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-LibYAML/perl-YAML-LibYAML.changes      
2012-05-31 17:09:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new/perl-YAML-LibYAML.changes 
2014-07-31 10:03:58.000000000 +0200
@@ -1,0 +2,25 @@
+Mon Jul 28 05:30:44 UTC 2014 - [email protected]
+
+- updated to 0.44
+  - Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this.
+ 
+ 0.43 Sat Jul 12 10:04:07 PDT 2014
+  - Test::Base tests needed 'inc' in @INC
+ 
+ 0.42 Fri Jul 11 14:45:58 PDT 2014
+  - Switch to Zilla::Dist
+  - No longer dep on Test::Base, Spiffy, and Filter::Util::Call
+  - Remove test/changes.t
+ 
+ 0.41 Wed Mar 13 10:34:55 PDT 2013
+  - Removed another C++ // style comment. jdb++
+ 
+ 0.40 Tue Mar 12 11:05:34 PDT 2013
+  - Removed C++ // style comments, for better portability. jdb++
+ 
+ 0.39 Mon Feb 11 18:08:04 PST 2013
+  - Using the latest libyaml codebase
+  - https://github.com/yaml/libyaml/tree/perl-yaml-xs
+  - Changes have been made to start moving libyaml to 1.2
+
+-------------------------------------------------------------------

Old:
----
  YAML-LibYAML-0.38.tar.gz

New:
----
  YAML-LibYAML-0.44.tar.gz

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

Other differences:
------------------
++++++ perl-YAML-LibYAML.spec ++++++
--- /var/tmp/diff_new_pack.l57QNH/_old  2014-07-31 10:04:01.000000000 +0200
+++ /var/tmp/diff_new_pack.l57QNH/_new  2014-07-31 10:04:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-LibYAML
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,34 +17,27 @@
 
 
 Name:           perl-YAML-LibYAML
-Version:        0.38
+Version:        0.44
 Release:        0
 %define cpan_name YAML-LibYAML
-Summary:        YAML::LibYAML Perl module
-License:        GPL-1.0+ or Artistic-1.0
+Summary:        Perl YAML Serialization using XS and libyaml
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/YAML-LibYAML/
 Source:         
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
-Patch1:         CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch
+Patch0:         CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}
 
 %description
-Kirill Siminov's libyaml is arguably the best YAML implementation. The C
-library is written precisely to the YAML 1.1 specification. It was originally
-bound to Python and was later bound to Ruby.
-
-This module is a Perl XS binding to libyaml which offers Perl the best YAML
-support to date.
-
-This module exports the functions Dump and Load. These functions are intended
-to work exactly like YAML.pm's corresponding functions.
+Perl YAML Serialization using XS and libyaml
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch1 -p1
+%patch0 -p1
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -59,7 +52,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++++++ YAML-LibYAML-0.38.tar.gz -> YAML-LibYAML-0.44.tar.gz ++++++
++++ 9753 lines of diff (skipped)

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

Reply via email to