Hello community,

here is the log from the commit of package perl-Regexp-Assemble for 
openSUSE:Factory checked in at 2017-10-09 19:45:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Regexp-Assemble (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Regexp-Assemble.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Regexp-Assemble"

Mon Oct  9 19:45:41 2017 rev:11 rq:532528 version:0.38

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Regexp-Assemble/perl-Regexp-Assemble.changes    
    2011-09-23 12:38:38.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Regexp-Assemble.new/perl-Regexp-Assemble.changes
   2017-10-09 19:48:03.712003955 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 07:52:55 UTC 2017 - co...@suse.com
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Regexp-Assemble/Changelog.ini
+- remove realperl.patch
+
+-------------------------------------------------------------------

Old:
----
  Regexp-Assemble-0.35.tar.gz
  realperl.patch

New:
----
  Regexp-Assemble-0.38.tgz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Regexp-Assemble.spec ++++++
--- /var/tmp/diff_new_pack.0INtLB/_old  2017-10-09 19:48:04.379974597 +0200
+++ /var/tmp/diff_new_pack.0INtLB/_new  2017-10-09 19:48:04.383974420 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Regexp-Assemble
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,21 +16,21 @@
 #
 
 
-
 Name:           perl-Regexp-Assemble
-Version:        0.35
-Release:        3
-License:        GPL-1.0+ or Artistic-1.0
+Version:        0.38
+Release:        0
 %define cpan_name Regexp-Assemble
 Summary:        Assemble multiple Regular Expressions into a single RE
-Url:            http://search.cpan.org/dist/Regexp-Assemble/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/D/DL/DLAND/%{cpan_name}-%{version}.tar.gz
-Patch0:         realperl.patch
+Url:            http://search.cpan.org/dist/Regexp-Assemble/
+Source0:        
https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) >= 1.001014
 %{perl_requires}
 
 %description
@@ -53,17 +53,21 @@
 Perl's own regular expression engine will implement trie optimisations in
 perl 5.10 (they are already available in perl 5.9.3 if you want to try them
 out). 'Regexp::Assemble' will do the right thing when it knows it's running
-on a a trie'd perl. (At least in some version after this one).
+on a trie'd perl. (At least in some version after this one).
 
 Some more examples of usage appear in the accompanying README. If that file
-isn't easy to access locally, you can find it on a web repository such as
-the http://search.cpan.org/dist/Regexp-Assemble/README manpage or the
-http://cpan.uwinnipeg.ca/htdocs/Regexp-Assemble/README.html manpage.
+is not easy to access locally, you can find it on a web repository such as
+http://search.cpan.org/dist/Regexp-Assemble/README or
+http://cpan.uwinnipeg.ca/htdocs/Regexp-Assemble/README.html.
+
+See also LIMITATIONS.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
+sed -i -e 's,/usr/local/bin/perl.*,/usr/bin/perl,' `find examples -type f`
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -77,11 +81,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes eg README TODO
+%doc Changes examples README TODO
+%license LICENSE
 
 %changelog

++++++ 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: |-
  sed -i -e 's,/usr/local/bin/perl.*,/usr/bin/perl,' `find examples -type f`
#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