Hello community,

here is the log from the commit of package perl-Cache-LRU for openSUSE:Factory 
checked in at 2017-10-03 23:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Cache-LRU (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Cache-LRU.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Cache-LRU"

Tue Oct  3 23:18:24 2017 rev:2 rq:530636 version:0.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Cache-LRU/perl-Cache-LRU.changes    
2015-05-27 12:48:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Cache-LRU.new/perl-Cache-LRU.changes       
2017-10-03 23:18:29.300257759 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 03:07:52 UTC 2017 - co...@suse.com
+
+- add perl526.patch to fix build
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml
  perl526.patch

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

Other differences:
------------------
++++++ perl-Cache-LRU.spec ++++++
--- /var/tmp/diff_new_pack.8jGXvN/_old  2017-10-03 23:18:30.196131679 +0200
+++ /var/tmp/diff_new_pack.8jGXvN/_new  2017-10-03 23:18:30.200131116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Cache-LRU
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -24,7 +24,9 @@
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Cache-LRU/
-Source0:        
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+Patch0:         perl526.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -39,6 +41,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
patches:
  perl526.patch: -p1
#  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
++++++ perl526.patch ++++++
Index: Cache-LRU-0.04/Makefile.PL
===================================================================
--- Cache-LRU-0.04.orig/Makefile.PL
+++ Cache-LRU-0.04/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 
 all_from 'lib/Cache/LRU.pm';

Reply via email to