Hello community,

here is the log from the commit of package perl-Test-MockModule for 
openSUSE:Factory checked in at 2015-04-25 09:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-MockModule (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-MockModule.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-MockModule"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Test-MockModule/perl-Test-MockModule.changes    
    2015-02-16 21:13:51.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-MockModule.new/perl-Test-MockModule.changes
   2015-04-25 09:54:27.000000000 +0200
@@ -1,0 +2,25 @@
+Thu Apr 16 18:22:37 UTC 2015 - [email protected]
+
+- set license to GPL-3.0+
+
+-------------------------------------------------------------------
+Mon Apr 13 18:37:51 UTC 2015 - [email protected]
+
+- updated to 0.09
+   see /usr/share/doc/packages/perl-Test-MockModule/Changes
+
+  v0.08 2015-03-15
+      - Ensure LICENSE autogenerates for distribution, fixed license issues in 
Build.PL
+  
+  v0.08 2015-03-14
+      - Updated README with correct instructions now that we use Build.PL
+  
+  v0.07 2015-03-14
+      - Updated docs for more clarity when handling objects of mocked classes.
+  
+  v0.06 2015-03-07
+      - unmock() on inherited subroutines will dispatch to the parent module,
+        rather than replace the local subroutine with the parent's subroutine
+        from the time of mocking (RT77439)
+
+-------------------------------------------------------------------

Old:
----
  Test-MockModule-0.05.tar.gz

New:
----
  Test-MockModule-0.09.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Test-MockModule.spec ++++++
--- /var/tmp/diff_new_pack.Np7VpG/_old  2015-04-25 09:54:28.000000000 +0200
+++ /var/tmp/diff_new_pack.Np7VpG/_new  2015-04-25 09:54:28.000000000 +0200
@@ -17,18 +17,23 @@
 
 
 Name:           perl-Test-MockModule
-Version:        0.05
+Version:        0.09
 Release:        0
+#Upstream: GPL-1.0+
 %define cpan_name Test-MockModule
 Summary:        Override subroutines in a module for unit testing
-License:        Artistic-1.0 or GPL-1.0+
+License:        GPL-3.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-MockModule/
-Source:         
http://www.cpan.org/authors/id/S/SI/SIMONFLK/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) >= 0.380000
+BuildRequires:  perl(SUPER)
+Requires:       perl(SUPER)
 %{perl_requires}
 
 %description
@@ -45,19 +50,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 README
+%doc Changes LICENSE README
 
 %changelog

++++++ Test-MockModule-0.05.tar.gz -> Test-MockModule-0.09.tar.gz ++++++
++++ 1683 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
license: GPL-3.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to