Hello community,
here is the log from the commit of package perl-UNIVERSAL-isa for
openSUSE:Factory checked in at 2015-06-16 14:05:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-UNIVERSAL-isa (Old)
and /work/SRC/openSUSE:Factory/.perl-UNIVERSAL-isa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-UNIVERSAL-isa"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-UNIVERSAL-isa/perl-UNIVERSAL-isa.changes
2015-04-15 16:27:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-UNIVERSAL-isa.new/perl-UNIVERSAL-isa.changes
2015-06-16 14:06:01.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Jun 15 09:18:13 UTC 2015 - [email protected]
+
+- updated to 1.20150614
+ see /usr/share/doc/packages/perl-UNIVERSAL-isa/Changes
+
+ 1.20150614 2015-06-14 23:16:46Z
+ - remove useless 'use UNIVERSAL'
+
+-------------------------------------------------------------------
Old:
----
UNIVERSAL-isa-1.20140927.tar.gz
New:
----
UNIVERSAL-isa-1.20150614.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-UNIVERSAL-isa.spec ++++++
--- /var/tmp/diff_new_pack.hrjWUH/_old 2015-06-16 14:06:02.000000000 +0200
+++ /var/tmp/diff_new_pack.hrjWUH/_new 2015-06-16 14:06:02.000000000 +0200
@@ -17,19 +17,19 @@
Name: perl-UNIVERSAL-isa
-Version: 1.20140927
+Version: 1.20150614
Release: 0
%define cpan_name UNIVERSAL-isa
Summary: Attempt to recover from people calling UNIVERSAL::isa as a
function
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/UNIVERSAL-isa/
-Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.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.038
%{perl_requires}
%description
@@ -51,14 +51,15 @@
%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
++++++ UNIVERSAL-isa-1.20140927.tar.gz -> UNIVERSAL-isa-1.20150614.tar.gz ++++++
++++ 2728 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: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module