Hello community,

here is the log from the commit of package i4l-base for openSUSE:Factory 
checked in at 2017-10-02 16:45:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/i4l-base (Old)
 and      /work/SRC/openSUSE:Factory/.i4l-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i4l-base"

Mon Oct  2 16:45:20 2017 rev:65 rq:528891 version:2011.8.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes        2017-03-29 
13:20:10.629739826 +0200
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2017-10-02 
16:45:21.512884330 +0200
@@ -1,0 +2,5 @@
+Tue Sep 26 16:35:32 UTC 2017 - [email protected]
+
+- add isdn4k-utils-perl526.diff to compile with perl 5.26
+
+-------------------------------------------------------------------

New:
----
  isdn4k-utils-perl526.diff

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

Other differences:
------------------
++++++ i4l-base.spec ++++++
--- /var/tmp/diff_new_pack.tiTBsL/_old  2017-10-02 16:45:26.264216300 +0200
+++ /var/tmp/diff_new_pack.tiTBsL/_new  2017-10-02 16:45:26.268215737 +0200
@@ -69,6 +69,7 @@
 Patch35:        isdnctrl-pie.patch
 Patch36:        divactrl_2.1-dialog.patch
 Patch37:        isdn4k-ncurses-6.0-accessors.patch
+Patch38:        isdn4k-utils-perl526.diff
 # fix build with newer automake
 Patch50:        isdn4k-utils-automake-1_13.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -235,6 +236,7 @@
 popd
 pushd ../isdn4k-utils
 %patch37 -p1
+%patch38 -p1
 popd
 %patch50 -p1
 

++++++ isdn4k-utils-perl526.diff ++++++
Index: isdn4k-utils/isdnlog/tools/dest/makedest
===================================================================
--- isdn4k-utils.orig/isdnlog/tools/dest/makedest
+++ isdn4k-utils/isdnlog/tools/dest/makedest
@@ -30,6 +30,7 @@
 package main;
 # perl 5.8.0 could use UTF-8 as default encoding, which has to be prevented.
 eval q( use open ':encoding(iso-8859-1)' );
+use lib '.';
 use wld;
 BEGIN {
   if ( (! exists $ENV{DBEXT} or $ENV{DBEXT} eq ".cdb") and

Reply via email to