Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Text-Hunspell for 
openSUSE:Factory checked in at 2022-08-01 21:31:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Hunspell (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Hunspell.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Hunspell"

Mon Aug  1 21:31:50 2022 rev:9 rq:991551 version:2.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Hunspell/perl-Text-Hunspell.changes    
2015-05-15 07:44:35.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Hunspell.new.1533/perl-Text-Hunspell.changes
  2022-08-01 21:32:31.938023691 +0200
@@ -1,0 +2,41 @@
+Sat Jul 16 03:08:55 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 2.16
+   see /usr/share/doc/packages/perl-Text-Hunspell/Changes
+
+  2.16    2022/07/15 13:04:00 Europe/Oslo (cosimo)
+          Included LICENSE file in distribution manifest.
+  2.15    2022/07/15 12:19:00 Europe/Oslo (cosimo)
+          Documentation and license improvements:
+          - Merged https://github.com/cosimo/perl5-text-hunspell/pull/14 by 
@manwar (from 2015! Sorry)
+          - Merged https://github.com/cosimo/perl5-text-hunspell/pull/16 by 
@choroba (from 2016! Sorry)
+          - Merged https://github.com/cosimo/perl5-text-hunspell/pull/18 by 
@JJ (from a month ago)
+
+-------------------------------------------------------------------
+Thu May  5 10:18:57 UTC 2016 - co...@suse.com
+
+- updated to 2.14
+   see /usr/share/doc/packages/perl-Text-Hunspell/Changes
+
+  2.14    2016/01/14 08:36:00 Europe/Oslo (cosimo)
+  
+          No functional changes. Now Text::Hunspell depends on Alien::Hunspell
+          version 0.04. Should finally compile nicely on Win32 platform.
+  
+  2.13    2016/01/11 10:59:00 Europe/Oslo (cosimo)
+  
+          Win32 build support added (Graham Ollis, @plicease).
+          This should make Text::Hunspell build correctly on Windows. \o/
+  
+          *** If you're using Win32, make sure you use a recent version of
+          Alien::Base (>= 0.024) and/or Alien::Hunspell (soon-to-be 0.04)
+  
+  2.12    2015/12/18 10:35:00 Europe/Oslo (cosimo)
+  
+          Replaced ExtUtils::PkgConfig with Alien::Hunspell. This should allow
+          Text::Hunspell to build on non-pkgconfig-enabled systems, even though
+          I'm not sure how reliably it works. Will have to evaluate from CPAN
+          testers results. Thanks to Alien* expert Graham Ollis for this
+          contribution.
+
+-------------------------------------------------------------------

Old:
----
  Text-Hunspell-2.11.tar.gz

New:
----
  Text-Hunspell-2.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Text-Hunspell.spec ++++++
--- /var/tmp/diff_new_pack.8og92f/_old  2022-08-01 21:32:32.402025022 +0200
+++ /var/tmp/diff_new_pack.8og92f/_new  2022-08-01 21:32:32.406025033 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Hunspell
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name Text-Hunspell
 Name:           perl-Text-Hunspell
-Version:        2.11
+Version:        2.16
 Release:        0
-%define cpan_name Text-Hunspell
+License:        Artistic-1.0 OR GPL-1.0-or-later
 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/
-Source0:        
http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.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)
+BuildRequires:  perl(Alien::Hunspell) >= 0.04
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.52
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  gcc-c++
@@ -44,15 +43,15 @@
 The example code describes the interface on http://hunspell.sf.net
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+%autosetup  -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -60,7 +59,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes examples perlobject.map README
+%license LICENSE
 
 %changelog

++++++ Text-Hunspell-2.11.tar.gz -> Text-Hunspell-2.16.tar.gz ++++++
++++ 73241 lines of diff (skipped)

Reply via email to