Hello community,
here is the log from the commit of package perl-Text-Hunspell for
openSUSE:Factory checked in at 2015-05-15 07:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Hunspell (Old)
and /work/SRC/openSUSE:Factory/.perl-Text-Hunspell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-Hunspell"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Hunspell/perl-Text-Hunspell.changes
2015-04-15 16:27:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Text-Hunspell.new/perl-Text-Hunspell.changes
2015-05-15 07:44:35.000000000 +0200
@@ -1,0 +2,12 @@
+Wed May 13 13:01:16 UTC 2015 - [email protected]
+
+- updated to 2.11
+ see /usr/share/doc/packages/perl-Text-Hunspell/Changes
+
+ 2.11 2015/05/12 14:19:07 Europe/Oslo (cosimo)
+
+ No functional changes, only minor cleanups and a fix for RT#99810
+ (compilation on non-gcc based systems). Thanks to bjakubski for
sending
+ in patches on Github.
+
+-------------------------------------------------------------------
Old:
----
Text-Hunspell-2.10.tar.gz
New:
----
Text-Hunspell-2.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Text-Hunspell.spec ++++++
--- /var/tmp/diff_new_pack.UAqUCb/_old 2015-05-15 07:44:36.000000000 +0200
+++ /var/tmp/diff_new_pack.UAqUCb/_new 2015-05-15 07:44:36.000000000 +0200
@@ -17,24 +17,24 @@
Name: perl-Text-Hunspell
-Version: 2.10
+Version: 2.11
Release: 0
%define cpan_name Text-Hunspell
Summary: Perl interface to the Hunspell library
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Hunspell/
-Source:
http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::PkgConfig)
%{perl_requires}
-#MANUAL BEGIN
+# MANUAL BEGIN
BuildRequires: gcc-c++
BuildRequires: hunspell-devel
-#MANUAL END
+# MANUAL END
%description
This module provides a Perl interface to the *Hunspell* library. This
++++++ Text-Hunspell-2.10.tar.gz -> Text-Hunspell-2.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-Hunspell-2.10/Changes
new/Text-Hunspell-2.11/Changes
--- old/Text-Hunspell-2.10/Changes 2015-03-26 11:27:33.000000000 +0100
+++ new/Text-Hunspell-2.11/Changes 2015-05-12 14:23:17.000000000 +0200
@@ -1,5 +1,11 @@
Revision history for Perl extension Text::Hunspell.
+2.11 2015/05/12 14:19:07 Europe/Oslo (cosimo)
+
+ No functional changes, only minor cleanups and a fix for RT#99810
+ (compilation on non-gcc based systems). Thanks to bjakubski for sending
+ in patches on Github.
+
2.10 2015/03/26 11:24:00 Europe/Oslo (cosimo)
Fixed GH#5 (http://github.com/cosimo/perl5-text-hunspell/issues/5).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-Hunspell-2.10/Hunspell.pm
new/Text-Hunspell-2.11/Hunspell.pm
--- old/Text-Hunspell-2.10/Hunspell.pm 2015-03-26 11:25:12.000000000 +0100
+++ new/Text-Hunspell-2.11/Hunspell.pm 2015-05-12 14:18:51.000000000 +0200
@@ -5,7 +5,7 @@
use vars qw/ @ISA $VERSION /;
@ISA = 'DynaLoader';
-$VERSION = '2.10';
+$VERSION = '2.11';
bootstrap Text::Hunspell $VERSION;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-Hunspell-2.10/MANIFEST
new/Text-Hunspell-2.11/MANIFEST
--- old/Text-Hunspell-2.10/MANIFEST 2015-03-26 11:30:41.000000000 +0100
+++ new/Text-Hunspell-2.11/MANIFEST 2015-05-12 14:24:27.000000000 +0200
@@ -5,7 +5,6 @@
Hunspell.xs
Makefile.PL
MANIFEST
-META.yml Module meta-data (added by MakeMaker)
perlobject.map
README
t/01-use.t
@@ -17,4 +16,5 @@
t/test.aff
t/test.dic
typemap
+META.yml Module YAML meta-data (added by
MakeMaker)
META.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-Hunspell-2.10/META.json
new/Text-Hunspell-2.11/META.json
--- old/Text-Hunspell-2.10/META.json 2015-03-26 11:30:41.000000000 +0100
+++ new/Text-Hunspell-2.11/META.json 2015-05-12 14:24:27.000000000 +0200
@@ -33,6 +33,7 @@
},
"configure" : {
"requires" : {
+ "ExtUtils::MakeMaker" : "6.52",
"ExtUtils::PkgConfig" : "0"
}
},
@@ -46,5 +47,5 @@
"url" : "https://github.com/cosimo/perl5-text-hunspell"
}
},
- "version" : "2.10"
+ "version" : "2.11"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-Hunspell-2.10/META.yml
new/Text-Hunspell-2.11/META.yml
--- old/Text-Hunspell-2.10/META.yml 2015-03-26 11:30:41.000000000 +0100
+++ new/Text-Hunspell-2.11/META.yml 2015-05-12 14:24:27.000000000 +0200
@@ -5,6 +5,7 @@
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
+ ExtUtils::MakeMaker: '6.52'
ExtUtils::PkgConfig: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version
2.143240'
@@ -25,4 +26,4 @@
requires: {}
resources:
repository: https://github.com/cosimo/perl5-text-hunspell
-version: '2.10'
+version: '2.11'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-Hunspell-2.10/Makefile.PL
new/Text-Hunspell-2.11/Makefile.PL
--- old/Text-Hunspell-2.10/Makefile.PL 2015-03-26 11:24:30.000000000 +0100
+++ new/Text-Hunspell-2.11/Makefile.PL 2015-05-12 14:18:09.000000000 +0200
@@ -2,7 +2,7 @@
use ExtUtils::MakeMaker 6.52;
use ExtUtils::PkgConfig;
-my $CC = $ENV{'CXX'} || 'g++';
+my $CC = $ENV{'CXX'} || 'c++';
my $shlib_location = ExtUtils::PkgConfig->libs_only_l('hunspell');
my $header_location = ExtUtils::PkgConfig->cflags_only_I('hunspell');
@@ -15,6 +15,7 @@
CC => $CC,
LD => '$(CC)',
CONFIGURE_REQUIRES => {
+ 'ExtUtils::MakeMaker' => "6.52",
'ExtUtils::PkgConfig' => 0,
},
XSOPT => '-C++',