Hello community,

here is the log from the commit of package perl-Hash-Merge for openSUSE:Factory 
checked in at 2018-10-12 13:10:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Hash-Merge (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Hash-Merge.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Hash-Merge"

Fri Oct 12 13:10:48 2018 rev:7 rq:641264 version:0.300

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Hash-Merge/perl-Hash-Merge.changes  
2013-12-03 10:31:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Hash-Merge.new/perl-Hash-Merge.changes     
2018-10-12 13:10:52.807283876 +0200
@@ -1,0 +2,23 @@
+Tue Oct  9 09:20:01 UTC 2018 - Dirk Stoecker <[email protected]>
+
+- Fix autogenerated changes
+
+-------------------------------------------------------------------
+Sat Mar 10 06:24:49 UTC 2018 - [email protected]
+
+- updated to 0.300
+   see /usr/share/doc/packages/perl-Hash-Merge/Changes
+
+  0.300        2018-03-09
+      - fix old EU::MM support (RT#123915)
+      - rename specify_behavior and improve SYNOPSIS (RT#123785)
+      - improve CI tests
+      - update resources information for META.json
+
+-------------------------------------------------------------------
+Wed Feb  7 16:39:03 UTC 2018 - [email protected]
+
+- updated to 0.299
+   see /usr/share/doc/packages/perl-Hash-Merge/Changes
+
+-------------------------------------------------------------------

Old:
----
  Hash-Merge-0.200.tar.gz

New:
----
  Hash-Merge-0.300.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Hash-Merge.spec ++++++
--- /var/tmp/diff_new_pack.qEQE7x/_old  2018-10-12 13:10:53.179283347 +0200
+++ /var/tmp/diff_new_pack.qEQE7x/_new  2018-10-12 13:10:53.187283335 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Hash-Merge
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,28 +12,27 @@
 # 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/
 #
 
 
 Name:           perl-Hash-Merge
-Version:        0.200
+Version:        0.300
 Release:        0
 %define cpan_name Hash-Merge
 Summary:        Merges arbitrarily deep hashes into a single hash
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Hash-Merge/
-Source:         
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Clone)
+BuildRequires:  perl(Clone::Choose) >= 0.008
 BuildRequires:  perl(Test::More) >= 0.9
-#BuildRequires: perl(Clone::PP)
-#BuildRequires: perl(Hash::Merge)
-Requires:       perl(Clone)
+Requires:       perl(Clone::Choose) >= 0.008
 %{perl_requires}
 
 %description
@@ -57,7 +56,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -73,6 +72,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes MAINTAINER.md README.md
 
 %changelog

++++++ Hash-Merge-0.200.tar.gz -> Hash-Merge-0.300.tar.gz ++++++
++++ 5576 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