Hello community,
here is the log from the commit of package perl-Config-AutoConf for
openSUSE:Factory checked in at 2015-04-25 21:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-AutoConf (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-AutoConf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-AutoConf"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Config-AutoConf/perl-Config-AutoConf.changes
2013-06-06 13:11:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Config-AutoConf.new/perl-Config-AutoConf.changes
2015-04-25 21:15:27.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 14:54:11 UTC 2015 - [email protected]
+
+- updated to 0.311
+ see /usr/share/doc/packages/perl-Config-AutoConf/Changes
+
+-------------------------------------------------------------------
Old:
----
Config-AutoConf-0.22.tar.gz
New:
----
Config-AutoConf-0.311.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-AutoConf.spec ++++++
--- /var/tmp/diff_new_pack.gBOKJL/_old 2015-04-25 21:15:28.000000000 +0200
+++ /var/tmp/diff_new_pack.gBOKJL/_new 2015-04-25 21:15:28.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-AutoConf
#
-# 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,27 +17,39 @@
Name: perl-Config-AutoConf
-Version: 0.22
+Version: 0.311
Release: 0
%define cpan_name Config-AutoConf
-Summary: A module to implement some of AutoConf macros in pure perl
+Summary: Module to Implement Some of Autoconf Macros in Pure Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-AutoConf/
-Source:
http://www.cpan.org/authors/id/A/AM/AMBS/Config/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
-#BuildRequires: perl(Config::AutoConf)
+BuildRequires: perl(Test::More) >= 0.9
Requires: perl(Capture::Tiny)
-Requires: perl(ExtUtils::CBuilder) >= 0.23
+Recommends: perl(ExtUtils::CBuilder) >= 0.280220
+Recommends: perl(File::Slurp::Tiny)
%{perl_requires}
%description
-A module to implement some of AutoConf macros in pure perl.
+Config::AutoConf is intended to provide the same opportunities to Perl
+developers as http://www.gnu.org/software/autoconf/ does for Shell
+developers.
+
+As Perl is the second most deployed language (mind: every Unix comes with
+Perl, several mini-computers have Perl and even lot's of Windows machines
+run Perl software - which requires deployed Perl there, too), this gives
+wider support than Shell based probes.
+
+The API is leaned against GNU Autoconf, but we try to make the API
+(especially optional arguments) more Perl'ish than m4 abilities allow to
+the original.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -56,6 +68,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
%changelog
++++++ Config-AutoConf-0.22.tar.gz -> Config-AutoConf-0.311.tar.gz ++++++
++++ 6768 lines of diff (skipped)