Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2018-01-20 11:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpkg (Old)
 and      /work/SRC/openSUSE:Factory/.dpkg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpkg"

Sat Jan 20 11:22:03 2018 rev:23 rq:566413 version:1.19.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes        2017-12-19 
10:42:43.420475359 +0100
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2018-01-20 
11:22:04.829366392 +0100
@@ -1,0 +2,7 @@
+Tue Jan 16 10:56:50 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.19.0.4:
+  * Tons of architecture fixes
+  * Testsuite was expanded
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/dpkg/update-alternatives.changes 2017-11-30 
12:33:05.416754826 +0100
+++ /work/SRC/openSUSE:Factory/.dpkg.new/update-alternatives.changes    
2018-01-20 11:22:09.845131907 +0100
@@ -1,0 +2,11 @@
+Tue Jan 16 10:54:19 UTC 2018 - tchva...@suse.com
+
+- Update to 1.19.0.4:
+  * No changes in update-alternatives just match step with dpkg
+- Drop patch 0001-In-case-of-equal-priority-rather-update.patch
+  * Causes issues on too eagerly regenerating stuff bsc#1075971
+  * Reason for this patch should no longer be needed as all python
+    packages are singlespec
+  * Also drop the post override
+
+-------------------------------------------------------------------

Old:
----
  0001-In-case-of-equal-priority-rather-update.patch
  dpkg_1.18.23.tar.xz

New:
----
  dpkg_1.19.0.4.tar.xz

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

Other differences:
------------------
++++++ dpkg.spec ++++++
--- /var/tmp/diff_new_pack.OBR0XU/_old  2018-01-20 11:22:10.673093200 +0100
+++ /var/tmp/diff_new_pack.OBR0XU/_new  2018-01-20 11:22:10.673093200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dpkg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,23 +17,22 @@
 
 
 Name:           dpkg
-Version:        1.18.23
+Version:        1.19.0.4
 Release:        0
 Summary:        Debian package management system
 License:        GPL-2.0+
 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
-# PATCH-FIX-SUSE: update if two alternatives have same priority bnc#969171
-Patch7:         0001-In-case-of-equal-priority-rather-update.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  gpg2
 BuildRequires:  libbz2-devel
 BuildRequires:  libmd-devel
 BuildRequires:  libselinux-devel
@@ -88,15 +87,14 @@
 %if 0%{?suse_version} == 1315
 %patch2 -p1
 %endif
-%patch7 -p1
 
 %build
 autoreconf -fvi
 export CFLAGS="%{optflags}"
-export SELINUX_LIBS="-lselinux"
+#export SELINUX_LIBS="-lselinux"
 %configure \
     --disable-silent-rules \
-    --with-selinux \
+    --with-libselinux \
     --localstatedir=%{_localstatedir}/lib \
     --with-admindir=%{_localstatedir}/lib/dpkg
 
@@ -122,7 +120,7 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{?buildroot}
+%make_install
 
 # remove update-alternatives stuff (included in separate package)
 rm -rf %{buildroot}%{_sysconfdir}/alternatives
@@ -131,6 +129,7 @@
 rm -rf %{buildroot}%{_sbindir}/update-alternatives
 rm -rf %{buildroot}%{_mandir}/man8/update-alternatives.8
 rm -rf %{buildroot}%{_mandir}/*/man8/update-alternatives.8
+rm -rf 
%{buildroot}%{_datadir}/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy
 
 # locales
 %find_lang %{name}
@@ -162,7 +161,7 @@
 %config(noreplace) %{_sysconfdir}/dpkg/*
 %{_bindir}/*
 %{_sbindir}/*
-%{_libdir}/dpkg
+%{_libexecdir}/dpkg
 %{_datadir}/dpkg
 %{_localstatedir}/lib/dpkg
 %{perl_vendorlib}/Dpkg

++++++ update-alternatives.spec ++++++
--- /var/tmp/diff_new_pack.OBR0XU/_old  2018-01-20 11:22:10.705091704 +0100
+++ /var/tmp/diff_new_pack.OBR0XU/_new  2018-01-20 11:22:10.709091517 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package update-alternatives
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,17 +17,15 @@
 
 
 Name:           update-alternatives
-Version:        1.18.23
+Version:        1.19.0.4
 Release:        0
 Summary:        Maintain symbolic links determining default commands
 License:        GPL-2.0+
 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
-# PATCH-FIX-SUSE: update if two alternatives have same priority bnc#969171
-Patch7:         0001-In-case-of-equal-priority-rather-update.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -51,7 +49,6 @@
 %prep
 %setup -q -n dpkg-%{version}
 %patch0 -p1
-%patch7 -p1
 
 %build
 autoreconf -fvi
@@ -86,12 +83,6 @@
 fi
 
 touch %{_localstatedir}/log/alternatives.log
-# Fix broken alternatives list bnc#969171
-cd %{_sysconfdir}/alternatives/
-for i in $(ls .) ; do
-    # continue on errors
-    update-alternatives --auto $i 2>/dev/null || :
-done
 
 %files
 %doc COPYING

++++++ dpkg_1.18.23.tar.xz -> dpkg_1.19.0.4.tar.xz ++++++
++++ 86184 lines of diff (skipped)


Reply via email to