Hello community,
here is the log from the commit of package perl-Devel-PartialDump for
openSUSE:Factory checked in at 2015-08-27 08:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-PartialDump (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-PartialDump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-PartialDump"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Devel-PartialDump/perl-Devel-PartialDump.changes
2013-12-12 11:20:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Devel-PartialDump.new/perl-Devel-PartialDump.changes
2015-08-27 08:56:35.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Aug 23 08:43:03 UTC 2015 - [email protected]
+
+- updated to 0.18
+ see /usr/share/doc/packages/perl-Devel-PartialDump/Changes
+
+ 0.18 2015-08-16 04:35:35Z
+ - update some distribution tooling
+
+-------------------------------------------------------------------
Old:
----
Devel-PartialDump-0.17.tar.gz
New:
----
Devel-PartialDump-0.18.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-PartialDump.spec ++++++
--- /var/tmp/diff_new_pack.lNRyNz/_old 2015-08-27 08:56:35.000000000 +0200
+++ /var/tmp/diff_new_pack.lNRyNz/_new 2015-08-27 08:56:35.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-PartialDump
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,31 +17,27 @@
Name: perl-Devel-PartialDump
-Version: 0.17
+Version: 0.18
Release: 0
%define cpan_name Devel-PartialDump
-Summary: Partial dumping of data structures, optimized for argument
printing.
+Summary: Partial dumping of data structures, optimized for argument
printing
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Devel-PartialDump/
-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(Class::Tiny)
-BuildRequires: perl(Module::Build::Tiny) >= 0.030
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Warn)
-BuildRequires: perl(namespace::clean)
+BuildRequires: perl(namespace::clean) >= 0.19
BuildRequires: perl(ok)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) >= 0.12
Requires: perl(Class::Tiny)
Requires: perl(Sub::Exporter)
-Requires: perl(namespace::clean)
+Requires: perl(namespace::clean) >= 0.19
%{perl_requires}
%description
@@ -72,18 +68,19 @@
%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 README.md weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
%changelog
++++++ Devel-PartialDump-0.17.tar.gz -> Devel-PartialDump-0.18.tar.gz ++++++
++++ 4035 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