Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2020-10-06 17:06:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpkg (Old)
 and      /work/SRC/openSUSE:Factory/.dpkg.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpkg"

Tue Oct  6 17:06:01 2020 rev:30 rq:829576 version:1.19.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes        2019-09-05 
12:01:56.223946834 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new.4249/dpkg.changes      2020-10-06 
17:06:17.409277484 +0200
@@ -1,0 +2,5 @@
+Tue Aug 25 13:39:24 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Add ncurses-fix.patch in order to fix ncurses issue.
+
+-------------------------------------------------------------------

New:
----
  ncurses-fix.patch

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

Other differences:
------------------
++++++ dpkg.spec ++++++
--- /var/tmp/diff_new_pack.ggzI88/_old  2020-10-06 17:06:18.233278196 +0200
+++ /var/tmp/diff_new_pack.ggzI88/_new  2020-10-06 17:06:18.237278199 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dpkg
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,14 @@
 Summary:        Debian package management system
 License:        GPL-2.0-or-later
 Group:          System/Packages
-Url:            http://www.debian.org
+URL:            http://www.debian.org
 Source0:        
http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.xz
 Source3:        sensible-editor
 # PATCH-FIX-OPENSUSE replace debian with opensuse. replace macros. 
update-alternatives temp directories' path and name from dpkg* to rpm*.
 Patch1:         update-alternatives-suse.patch
 # PATCH-FIX-SUSE: tar of Leap 42.{2,3} does not recognize --sort=name, 
--clamp-mtime options
 Patch2:         drop-tar-option.patch
+Patch3:         ncurses-fix.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -87,6 +88,7 @@
 %if 0%{?suse_version} == 1315
 %patch2 -p1
 %endif
+%patch3 -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects

++++++ update-alternatives.spec ++++++
--- /var/tmp/diff_new_pack.ggzI88/_old  2020-10-06 17:06:18.269278227 +0200
+++ /var/tmp/diff_new_pack.ggzI88/_new  2020-10-06 17:06:18.273278230 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package update-alternatives
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        Maintain symbolic links determining default commands
 License:        GPL-2.0-or-later
 Group:          System/Management
-Url:            http://ftp.de.debian.org/debian/pool/main/d/dpkg/
+URL:            http://ftp.de.debian.org/debian/pool/main/d/dpkg/
 Source0:        
http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.xz
 Source3:        sensible-editor
 Patch0:         update-alternatives-suse.patch

++++++ ncurses-fix.patch ++++++
diff --git a/dselect/keyoverride b/dselect/keyoverride
index 35967ff..91a8c0c 100644
--- a/dselect/keyoverride
+++ b/dselect/keyoverride
@@ -56,3 +56,4 @@ KEY_SRIGHT    Shift Right
 KEY_SPREVIOUS  Shift Previous
 KEY_MAX                [elide]
 KEY_MIN                [elide]
+KEY_EVENT      [elide]

Reply via email to