Hello community,

here is the log from the commit of package perl-Memoize-ExpireLRU for 
openSUSE:Factory checked in at 2016-07-14 09:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Memoize-ExpireLRU (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Memoize-ExpireLRU.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Memoize-ExpireLRU"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Memoize-ExpireLRU/perl-Memoize-ExpireLRU.changes
    2014-12-10 23:43:44.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Memoize-ExpireLRU.new/perl-Memoize-ExpireLRU.changes
       2016-07-14 09:46:53.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 05:31:51 UTC 2016 - [email protected]
+
+- updated to 0.56
+   see /usr/share/doc/packages/perl-Memoize-ExpireLRU/Changes
+
+-------------------------------------------------------------------

Old:
----
  Memoize-ExpireLRU-0.55.tar.gz

New:
----
  Memoize-ExpireLRU-0.56.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Memoize-ExpireLRU.spec ++++++
--- /var/tmp/diff_new_pack.7LotAz/_old  2016-07-14 09:46:54.000000000 +0200
+++ /var/tmp/diff_new_pack.7LotAz/_new  2016-07-14 09:46:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Memoize-ExpireLRU
 #
-# Copyright (c) 2014 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
@@ -17,21 +17,20 @@
 
 
 Name:           perl-Memoize-ExpireLRU
-Version:        0.55
+Version:        0.56
 Release:        0
 %define cpan_name Memoize-ExpireLRU
 Summary:        Expiry plug-in for Memoize that adds LRU cache expiration
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Memoize-ExpireLRU/
-Source:         
http://www.cpan.org/authors/id/B/BP/BPOWERS/%{cpan_name}-%{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
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}
-# MANUAL
-# License
 
 %description
 For the theory of Memoization, please see the Memoize module documentation.
@@ -41,6 +40,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -56,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes LICENSE README
 
 %changelog

++++++ Memoize-ExpireLRU-0.55.tar.gz -> Memoize-ExpireLRU-0.56.tar.gz ++++++
++++ 1929 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