Hello community,

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

Package is "console-setup"

Mon Oct  2 16:43:24 2017 rev:4 rq:528597 version:1.134

Changes:
--------
--- /work/SRC/openSUSE:Factory/console-setup/console-setup.changes      
2016-02-09 13:30:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.console-setup.new/console-setup.changes 
2017-10-02 16:43:28.416785358 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 08:50:06 UTC 2017 - [email protected]
+
+- add console-setup-1.134-perl526.patch to work with perl 5.26,
+  fixed upstream in 1.143
+
+-------------------------------------------------------------------

New:
----
  console-setup-1.134-perl526.patch

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

Other differences:
------------------
++++++ console-setup.spec ++++++
--- /var/tmp/diff_new_pack.MooDjr/_old  2017-10-02 16:43:30.036557623 +0200
+++ /var/tmp/diff_new_pack.MooDjr/_new  2017-10-02 16:43:30.040557061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package console-setup
 #
-# Copyright (c) 2016 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
@@ -28,6 +28,8 @@
 Patch0:         console-setup-1.76-paths.patch
 # Fixes FSF address, sent to upstream
 Patch1:         console-setup-1.76-fsf-address.patch
+# Backport fix from 1.143
+Patch2:         console-setup-1.134-perl526.patch
 
 BuildRequires:  perl
 BuildRequires:  perl(encoding)
@@ -46,6 +48,7 @@
 %setup -q
 %patch0 -p1 -b .paths
 %patch1 -p1 -b .fsf-address
+%patch2 -p1 -b .perl526
 
 %build
 make build-linux

++++++ console-setup-1.134-perl526.patch ++++++
Index: console-setup-1.134/Keyboard/compose_translator
===================================================================
--- console-setup-1.134.orig/Keyboard/compose_translator
+++ console-setup-1.134/Keyboard/compose_translator
@@ -19,7 +19,7 @@
 
 use warnings 'all';
 use strict;
-use encoding 'utf8';
+use utf8;
 binmode STDOUT, ':bytes';
 
 sub debug {

Reply via email to