Hello community,

here is the log from the commit of package perl-Lingua-Stem-Ru for 
openSUSE:Factory checked in at 2016-02-25 22:02:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lingua-Stem-Ru (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Lingua-Stem-Ru.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Lingua-Stem-Ru"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Lingua-Stem-Ru/perl-Lingua-Stem-Ru.changes  
2012-01-12 15:26:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-Stem-Ru.new/perl-Lingua-Stem-Ru.changes 
    2016-02-26 00:38:49.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Feb 13 10:12:05 UTC 2016 - [email protected]
+
+- updated to 0.04
+   see /usr/share/doc/packages/perl-Lingua-Stem-Ru/Changes
+
+  0.04 2016-02-12 NEILB
+      - Dropped use of 'use vars'
+      - Updated the Win32 installation instructions
+      - Added github repo to doc, along with an AUTHOR section,
+        and updated SEE ALSO.
+      - All the above changes submitted by ZORAN++
+
+-------------------------------------------------------------------
+Sun Feb  7 10:12:24 UTC 2016 - [email protected]
+
+- updated to 0.03
+   see /usr/share/doc/packages/perl-Lingua-Stem-Ru/Changes
+
+-------------------------------------------------------------------

Old:
----
  Lingua-Stem-Ru-0.01.tar.gz

New:
----
  Lingua-Stem-Ru-0.04.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Lingua-Stem-Ru.spec ++++++
--- /var/tmp/diff_new_pack.dKpCu4/_old  2016-02-26 00:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.dKpCu4/_new  2016-02-26 00:38:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-Stem-Ru
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,31 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           perl-Lingua-Stem-Ru
+Version:        0.04
+Release:        0
 %define cpan_name Lingua-Stem-Ru
 Summary:        Porter's stemming algorithm for Russian (KOI8-R only)
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        0.01
-Release:        0
 Url:            http://search.cpan.org/dist/Lingua-Stem-Ru/
-Source:         
http://www.cpan.org/modules/by-module/Lingua/Lingua-Stem-Ru-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
 This module applies the Porter Stemming Algorithm to its parameters,
 returning the stemmed words.
 
+The algorithm is implemented exactly as described in:
+
+    http://snowball.tartarus.org/algorithms/russian/stemmer.html
+
+The code is carefully crafted to work in conjunction with the Lingua::Stem
+module by Benjamin Franz. This stemmer is also based on the work of Aldo
+Capini, see Lingua::Stem::It.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-
 %{__make} %{?_smp_mflags}
 
 %check
@@ -47,18 +56,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes output.txt README voc.txt
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++++++ Lingua-Stem-Ru-0.01.tar.gz -> Lingua-Stem-Ru-0.04.tar.gz ++++++
++++ 200093 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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

Reply via email to