Hello community,

here is the log from the commit of package perl-Hook-LexWrap for 
openSUSE:Factory checked in at 2017-03-12 20:01:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Hook-LexWrap (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Hook-LexWrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Hook-LexWrap"

Sun Mar 12 20:01:19 2017 rev:12 rq:477080 version:0.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Hook-LexWrap/perl-Hook-LexWrap.changes      
2015-04-15 16:25:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Hook-LexWrap.new/perl-Hook-LexWrap.changes 
2017-03-12 20:01:19.580456418 +0100
@@ -1,0 +2,9 @@
+Fri Feb 24 06:41:29 UTC 2017 - [email protected]
+
+- updated to 0.26
+   see /usr/share/doc/packages/perl-Hook-LexWrap/Changes
+
+  0.26    2017-02-23 05:42:34Z
+          - properly wrap CORE::caller for @DB::args (RT#103186, Максим 
Лубянов)
+
+-------------------------------------------------------------------

Old:
----
  Hook-LexWrap-0.25.tar.gz

New:
----
  Hook-LexWrap-0.26.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Hook-LexWrap.spec ++++++
--- /var/tmp/diff_new_pack.x5ReH8/_old  2017-03-12 20:01:20.208367570 +0100
+++ /var/tmp/diff_new_pack.x5ReH8/_new  2017-03-12 20:01:20.208367570 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Hook-LexWrap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,19 +17,19 @@
 
 
 Name:           perl-Hook-LexWrap
-Version:        0.25
+Version:        0.26
 Release:        0
 %define cpan_name Hook-LexWrap
 Summary:        Lexically scoped subroutine wrappers
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Hook-LexWrap/
-Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+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(Module::Build::Tiny) >= 0.039
 %{perl_requires}
 
 %description
@@ -82,18 +82,20 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %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
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog

++++++ Hook-LexWrap-0.25.tar.gz -> Hook-LexWrap-0.26.tar.gz ++++++
++++ 3390 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