Hello community,
here is the log from the commit of package perl-B-Hooks-EndOfScope for
openSUSE:Factory checked in at 2015-05-16 07:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope (Old)
and /work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-B-Hooks-EndOfScope"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes
2015-02-08 11:42:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new/perl-B-Hooks-EndOfScope.changes
2015-05-16 07:14:40.000000000 +0200
@@ -1,0 +2,14 @@
+Fri May 15 10:51:26 UTC 2015 - [email protected]
+
+- updated to 0.15
+ see /usr/share/doc/packages/perl-B-Hooks-EndOfScope/Changes
+
+ 0.15 2015-05-14 21:46:06Z
+ - updated the tooling for generating Makefile.PL
+ - removed Tie::StdHash from prereqs, which is not require()able as a module
+ on its own (despite being indexed) (miyagawa, GH #3)
+ - fixed the addition in release 0.14 of Hash::Util::FieldHash as a
+ prerequisite (which is not available prior to perl 5.010) for pure-perl
+ installations (RT#104435)
+
+-------------------------------------------------------------------
Old:
----
B-Hooks-EndOfScope-0.14.tar.gz
New:
----
B-Hooks-EndOfScope-0.15.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-B-Hooks-EndOfScope.spec ++++++
--- /var/tmp/diff_new_pack.3jbX98/_old 2015-05-16 07:14:41.000000000 +0200
+++ /var/tmp/diff_new_pack.3jbX98/_new 2015-05-16 07:14:41.000000000 +0200
@@ -17,29 +17,27 @@
Name: perl-B-Hooks-EndOfScope
-Version: 0.14
+Version: 0.15
Release: 0
%define cpan_name B-Hooks-EndOfScope
Summary: Execute code after a scope finished compilation
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
-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(ExtUtils::CBuilder) >= 0.26
BuildRequires: perl(Module::Implementation) >= 0.05
-BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
-BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::More) >= 0.89
BuildRequires: perl(Variable::Magic) >= 0.48
Requires: perl(Module::Implementation) >= 0.05
-Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Sub::Exporter::Progressive) >= 0.001006
Requires: perl(Variable::Magic) >= 0.48
-Recommends: perl(Variable::Magic) >= 0.48
%{perl_requires}
%description
@@ -48,16 +46,6 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-# MANUAL BEGIN
-%if 0%{?sles_version} == 10
-%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
-%endif
-%if 0%{?suse_version} <= 1110
-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
-# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -73,6 +61,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
%changelog
++++++ B-Hooks-EndOfScope-0.14.tar.gz -> B-Hooks-EndOfScope-0.15.tar.gz ++++++
++++ 2656 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