Hello community,

here is the log from the commit of package perl-Data-OptList for 
openSUSE:Factory checked in at 2016-03-31 13:03:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Data-OptList (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Data-OptList.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Data-OptList"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Data-OptList/perl-Data-OptList.changes      
2013-12-22 19:37:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Data-OptList.new/perl-Data-OptList.changes 
2016-03-31 13:03:05.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Mar 29 09:13:48 UTC 2016 - [email protected]
+
+- updated to 0.110
+   see /usr/share/doc/packages/perl-Data-OptList/Changes
+
+  0.110     2016-03-24 21:20:54-04:00 America/New_York
+          - major optimization to mkopt (thanks, Olivier Mengué)
+
+-------------------------------------------------------------------

Old:
----
  Data-OptList-0.109.tar.gz

New:
----
  Data-OptList-0.110.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Data-OptList.spec ++++++
--- /var/tmp/diff_new_pack.YvWLQ4/_old  2016-03-31 13:03:06.000000000 +0200
+++ /var/tmp/diff_new_pack.YvWLQ4/_new  2016-03-31 13:03:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-OptList
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,14 +17,15 @@
 
 
 Name:           perl-Data-OptList
-Version:        0.109
+Version:        0.110
 Release:        0
 %define cpan_name Data-OptList
-Summary:        parse and validate simple name/value option pairs
+Summary:        Parse and Validate Simple Name/Value Option Pairs
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Data-OptList/
-Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,7 +33,6 @@
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Sub::Install) >= 0.921
 BuildRequires:  perl(Test::More) >= 0.96
-
 Requires:       perl(Params::Util)
 Requires:       perl(Sub::Install) >= 0.921
 %{perl_requires}
@@ -73,12 +73,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL
-%if 0%{?suse_version} < 1120
-for i in `find t -type f` ; do
-    sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
-done
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ Data-OptList-0.109.tar.gz -> Data-OptList-0.110.tar.gz ++++++
++++ 1876 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to