Hello community,

here is the log from the commit of package perl-IO-Handle-Util for 
openSUSE:Factory checked in at 2018-11-12 09:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-Handle-Util (Old)
 and      /work/SRC/openSUSE:Factory/.perl-IO-Handle-Util.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IO-Handle-Util"

Mon Nov 12 09:40:10 2018 rev:2 rq:647356 version:0.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-IO-Handle-Util/perl-IO-Handle-Util.changes  
2016-02-17 12:19:56.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Handle-Util.new/perl-IO-Handle-Util.changes 
    2018-11-12 09:40:22.325279468 +0100
@@ -1,0 +2,6 @@
+Thu Nov  8 06:27:02 UTC 2018 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.02
+   see /usr/share/doc/packages/perl-IO-Handle-Util/Changes
+
+-------------------------------------------------------------------

Old:
----
  IO-Handle-Util-0.01.tar.gz

New:
----
  IO-Handle-Util-0.02.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-IO-Handle-Util.spec ++++++
--- /var/tmp/diff_new_pack.a0WOz3/_old  2018-11-12 09:40:24.409276482 +0100
+++ /var/tmp/diff_new_pack.a0WOz3/_new  2018-11-12 09:40:24.413276476 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Handle-Util
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,57 +12,59 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-IO-Handle-Util
-Version:        0.01
+Version:        0.02
 Release:        0
 %define cpan_name IO-Handle-Util
 Summary:        Functions for working with L<IO::Handle> like objects
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/IO-Handle-Util/
-Source0:        IO-Handle-Util-0.01.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::String)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::use::ok)
 BuildRequires:  perl(asa)
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(ok)
 BuildRequires:  perl(parent)
 Requires:       perl(IO::String)
 Requires:       perl(Sub::Exporter)
-Requires:       perl(Test::More) >= 0.88
-Requires:       perl(Test::use::ok)
 Requires:       perl(asa)
+Requires:       perl(autodie)
 Requires:       perl(parent)
 %{perl_requires}
 
 %description
 This module provides a number of helpful routines to manipulate or create
-the IO::Handle manpage like objects.
+IO::Handle like objects.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %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 CONTRIBUTING LICENCE README
 
 %changelog

++++++ IO-Handle-Util-0.01.tar.gz -> IO-Handle-Util-0.02.tar.gz ++++++
++++ 3722 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