Hello community,
here is the log from the commit of package perl-Text-RecordParser for
openSUSE:Factory checked in at 2015-04-23 08:05:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-RecordParser (Old)
and /work/SRC/openSUSE:Factory/.perl-Text-RecordParser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-RecordParser"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Text-RecordParser/perl-Text-RecordParser.changes
2015-04-18 10:39:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Text-RecordParser.new/perl-Text-RecordParser.changes
2015-04-23 08:05:08.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Apr 22 06:46:10 UTC 2015 - [email protected]
+
+- updated to 1.6.5
+ see /usr/share/doc/packages/perl-Text-RecordParser/Changes
+
+ 1.6.5 April 21 2015
+
+ - Changes to make installation work better, address
+ https://rt.cpan.org/Public/Bug/Display.html?id=54816
+
+-------------------------------------------------------------------
Old:
----
Text-RecordParser-v1.6.3.tar.gz
New:
----
Text-RecordParser-1.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Text-RecordParser.spec ++++++
--- /var/tmp/diff_new_pack.uco2m4/_old 2015-04-23 08:05:08.000000000 +0200
+++ /var/tmp/diff_new_pack.uco2m4/_new 2015-04-23 08:05:08.000000000 +0200
@@ -17,15 +17,15 @@
Name: perl-Text-RecordParser
-Version: 1.6.3
+Version: 1.6.5
Release: 0
-#Upstream: SUSE-Public-Domain
+#Upstream: GPL-1.0+
%define cpan_name Text-RecordParser
Summary: Read Record-Oriented Files
License: GPL-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-RecordParser/
-Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/%{cpan_name}-v%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -34,21 +34,15 @@
BuildRequires: perl(Class::Accessor)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(List::MoreUtils)
-BuildRequires: perl(Module::Build) >= 0.400000
-BuildRequires: perl(Pod::Markdown)
-BuildRequires: perl(Pod::Readme)
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Text::Autoformat)
-BuildRequires: perl(version)
Requires: perl(Class::Accessor)
Requires: perl(IO::Scalar)
Requires: perl(List::MoreUtils)
Requires: perl(Readonly)
Requires: perl(Text::Autoformat)
-Requires: perl(version)
Recommends: perl(GraphViz)
-Recommends: perl(Readonly::XS)
Recommends: perl(Text::TabularDisplay) >= 1.22
%{perl_requires}
# MANUAL BEGIN
@@ -71,21 +65,22 @@
way, you can then use many methods to get at the data as arrays or hashes.
%prep
-%setup -q -n %{cpan_name}-v%{version}
+%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 README.md TODO
+%doc Changes README TODO
%changelog
++++++ Text-RecordParser-v1.6.3.tar.gz -> Text-RecordParser-1.6.5.tar.gz ++++++
++++ 3458 lines of diff (skipped)