Hello community,

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

Package is "dpkg"

Mon Apr  3 11:04:22 2017 rev:19 rq:482883 version:1.18.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes        2016-09-12 
13:21:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2017-04-03 
11:04:23.793713105 +0200
@@ -1,0 +2,7 @@
+Mon Mar 27 12:31:08 UTC 2017 - tchva...@suse.com
+
+- Version update to 1.18.23:
+  * Various fixes all around
+  * Refreshed patch update-alternatives-suse.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/dpkg/update-alternatives.changes 2016-09-12 
13:21:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/update-alternatives.changes    
2017-04-03 11:04:24.365632304 +0200
@@ -1,0 +2,8 @@
+Mon Mar 27 12:38:32 UTC 2017 - tchva...@suse.com
+
+- Update to 1.18.23:
+  * Various small fixes and memleaks removed
+- Make sure to generate manpage
+- Refresh patch update-alternatives-suse.patch
+
+-------------------------------------------------------------------

Old:
----
  dpkg_1.18.10.tar.xz

New:
----
  dpkg_1.18.23.tar.xz

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

Other differences:
------------------
++++++ dpkg.spec ++++++
--- /var/tmp/diff_new_pack.8gUzvf/_old  2017-04-03 11:04:25.273504038 +0200
+++ /var/tmp/diff_new_pack.8gUzvf/_new  2017-04-03 11:04:25.277503473 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dpkg
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define admindir %{_localstatedir}/lib/rpm/
 Name:           dpkg
-Version:        1.18.10
+Version:        1.18.23
 Release:        0
 Summary:        Debian package management system
 License:        GPL-2.0+

++++++ update-alternatives.spec ++++++
--- /var/tmp/diff_new_pack.8gUzvf/_old  2017-04-03 11:04:25.305499517 +0200
+++ /var/tmp/diff_new_pack.8gUzvf/_new  2017-04-03 11:04:25.309498952 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package update-alternatives
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define admindir %{_localstatedir}/lib/rpm/
 Name:           update-alternatives
-Version:        1.18.10
+Version:        1.18.23
 Release:        0
 Summary:        Maintain symbolic links determining default commands
 License:        GPL-2.0+
@@ -64,6 +64,7 @@
 
 make -C lib/compat %{?_smp_mflags}
 make -C utils/ %{?_smp_mflags}
+make -C man/ %{?_smp_mflags}
 
 %install
 install -d -m 0755 %{buildroot}/%{_sbindir}/
@@ -92,7 +93,7 @@
 %dir %{_localstatedir}/lib/rpm/alternatives
 %{_sbindir}/alternatives
 %{_sbindir}/update-alternatives
-%{_mandir}/man1/update-alternatives.1*
+%{_mandir}/man1/update-alternatives.1%{ext_man}
 %ghost %{_localstatedir}/log/alternatives.log
 
 %changelog

++++++ dpkg_1.18.10.tar.xz -> dpkg_1.18.23.tar.xz ++++++
++++ 510815 lines of diff (skipped)

++++++ update-alternatives-suse.patch ++++++
--- /var/tmp/diff_new_pack.8gUzvf/_old  2017-04-03 11:04:27.609174050 +0200
+++ /var/tmp/diff_new_pack.8gUzvf/_new  2017-04-03 11:04:27.613173485 +0200
@@ -1,8 +1,8 @@
-Index: dpkg-1.18.10/man/update-alternatives.1
+Index: dpkg-1.18.23/man/update-alternatives.man
 ===================================================================
---- dpkg-1.18.10.orig/man/update-alternatives.1
-+++ dpkg-1.18.10/man/update-alternatives.1
-@@ -33,7 +33,7 @@ update\-alternatives \- maintain symboli
+--- dpkg-1.18.23.orig/man/update-alternatives.man
++++ dpkg-1.18.23/man/update-alternatives.man
+@@ -34,7 +34,7 @@ update\-alternatives \- maintain symboli
  .SH DESCRIPTION
  .B update\-alternatives
  creates, removes, maintains and displays information about the symbolic
@@ -11,7 +11,7 @@
  .PP
  It is possible for several programs fulfilling the same or similar
  functions to be installed on a single system at the same time.
-@@ -43,7 +43,7 @@ different editor, if desired, but makes
+@@ -44,7 +44,7 @@ different editor, if desired, but makes
  to make a good choice for an editor to invoke if the
  user has not specified a particular preference.
  .PP
@@ -20,7 +20,7 @@
  A generic name in the filesystem is
  shared by all files providing interchangeable functionality.
  The alternatives system and the system administrator
-@@ -82,10 +82,10 @@ installed, changed or removed,
+@@ -83,10 +83,10 @@ installed, changed or removed,
  is called to update information about that file in the alternatives system.
  .B update\-alternatives
  is usually called from the
@@ -33,19 +33,10 @@
  .PP
  It is often useful for a number of alternatives to be synchronized,
  so that they are changed as a group; for example, when several versions
-@@ -190,7 +190,7 @@ containing the symlinks.
- .TP
- administrative directory
- A directory, by default
--.IR /var/lib/dpkg/alternatives ,
-+.IR /var/lib/rpm/alternatives ,
- containing
- .BR update\-alternatives '
- state information.
-Index: dpkg-1.18.10/utils/update-alternatives.c
+Index: dpkg-1.18.23/utils/update-alternatives.c
 ===================================================================
---- dpkg-1.18.10.orig/utils/update-alternatives.c
-+++ dpkg-1.18.10/utils/update-alternatives.c
+--- dpkg-1.18.23.orig/utils/update-alternatives.c
++++ dpkg-1.18.23/utils/update-alternatives.c
 @@ -70,7 +70,7 @@ static int opt_force = 0;
  static void
  version(void)
@@ -55,10 +46,10 @@
        printf("\n");
  
        printf(_(
-Index: dpkg-1.18.10/utils/Makefile.am
+Index: dpkg-1.18.23/utils/Makefile.am
 ===================================================================
---- dpkg-1.18.10.orig/utils/Makefile.am
-+++ dpkg-1.18.10/utils/Makefile.am
+--- dpkg-1.18.23.orig/utils/Makefile.am
++++ dpkg-1.18.23/utils/Makefile.am
 @@ -25,8 +25,8 @@ update_alternatives_SOURCES = \
        update-alternatives.c
  


Reply via email to