Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2016-03-29 09:51:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpkg (Old)
 and      /work/SRC/openSUSE:Factory/.dpkg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpkg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes        2015-06-06 
09:53:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2016-03-29 
09:51:33.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Mar 25 09:49:52 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.18.4:
+  * Various fixes from upstream debian, see changelog file distributed
+    with the package
+  * Refreshed patch update-alternatives-suse.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/dpkg/update-alternatives.changes 2015-06-06 
09:53:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/update-alternatives.changes    
2016-03-29 09:51:33.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Mar 25 09:47:24 UTC 2016 - tchva...@suse.com
+
+- Update to the 1.18.4:
+  * Rebase patch update-alternatives-suse.patch
+  * Touch the gost file in post
+
+-------------------------------------------------------------------

Old:
----
  dpkg_1.18.1.tar.xz

New:
----
  dpkg_1.18.4.tar.xz

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

Other differences:
------------------
++++++ dpkg.spec ++++++
--- /var/tmp/diff_new_pack.IKakuX/_old  2016-03-29 09:51:34.000000000 +0200
+++ /var/tmp/diff_new_pack.IKakuX/_new  2016-03-29 09:51:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dpkg
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.1
+Version:        1.18.4
 Release:        0
 Summary:        Debian package management system
 License:        GPL-2.0+

++++++ update-alternatives.spec ++++++
--- /var/tmp/diff_new_pack.IKakuX/_old  2016-03-29 09:51:34.000000000 +0200
+++ /var/tmp/diff_new_pack.IKakuX/_new  2016-03-29 09:51:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package update-alternatives
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.1
+Version:        1.18.4
 Release:        0
 Summary:        Maintain symbolic links determining default commands
 License:        GPL-2.0+
@@ -66,7 +66,8 @@
 install -m 0755 utils/%{name} %{buildroot}/%{_sbindir}
 install -m 0644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/
 
-touch %{buildroot}/%{_localstatedir}/log/%{name}.log
+%post
+touch %{_localstatedir}/log/%{name}.log
 
 %files
 %defattr(-,root,root,-)

++++++ dpkg_1.18.1.tar.xz -> dpkg_1.18.4.tar.xz ++++++
++++ 72082 lines of diff (skipped)

++++++ update-alternatives-suse.patch ++++++
--- /var/tmp/diff_new_pack.IKakuX/_old  2016-03-29 09:51:37.000000000 +0200
+++ /var/tmp/diff_new_pack.IKakuX/_new  2016-03-29 09:51:37.000000000 +0200
@@ -1,7 +1,8 @@
-diff -ur dpkg-1.16.7.orig/man/update-alternatives.1 
dpkg-1.16.7/man/update-alternatives.1
---- dpkg-1.16.7.orig/man/update-alternatives.1 2012-06-30 09:21:47.000000000 
+0200
-+++ dpkg-1.16.7/man/update-alternatives.1      2012-07-07 00:38:09.628280915 
+0200
-@@ -33,7 +33,7 @@
+Index: dpkg-1.18.4/man/update-alternatives.1
+===================================================================
+--- dpkg-1.18.4.orig/man/update-alternatives.1
++++ dpkg-1.18.4/man/update-alternatives.1
+@@ -33,7 +33,7 @@ update\-alternatives \- maintain symboli
  .SH DESCRIPTION
  .B update\-alternatives
  creates, removes, maintains and displays information about the symbolic
@@ -10,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 @@
+@@ -43,7 +43,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
@@ -19,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 @@
+@@ -82,10 +82,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
@@ -32,7 +33,7 @@
  .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
-@@ -189,7 +189,7 @@
+@@ -190,7 +190,7 @@ containing the symlinks.
  .TP
  administrative directory
  A directory, by default
@@ -41,19 +42,20 @@
  containing
  .BR update\-alternatives '
  state information.
-diff -ur dpkg-1.16.7.orig/utils/update-alternatives.c 
dpkg-1.16.7/utils/update-alternatives.c
---- dpkg-1.16.7.orig/utils/update-alternatives.c       2012-06-30 
09:21:47.000000000 +0200
-+++ dpkg-1.16.7/utils/update-alternatives.c    2012-07-07 00:38:09.631281296 
+0200
-@@ -68,7 +68,7 @@
- static char *pass_opts[MAX_OPTS];
- static int nb_opts = 0;
+Index: dpkg-1.18.4/utils/update-alternatives.c
+===================================================================
+--- dpkg-1.18.4.orig/utils/update-alternatives.c
++++ dpkg-1.18.4/utils/update-alternatives.c
+@@ -63,7 +63,7 @@ static int opt_skip_auto = 0;
+ static int opt_verbose = 0;
+ static int opt_force = 0;
  
 -#define ALT_TMP_EXT ".dpkg-tmp"
 +#define ALT_TMP_EXT ".rpm-tmp"
  
  /*
   * Functions.
-@@ -77,7 +77,7 @@
+@@ -72,7 +72,7 @@ static int opt_force = 0;
  static void
  version(void)
  {
@@ -62,9 +64,9 @@
        printf("\n");
  
        printf(_(
-@@ -359,7 +359,7 @@
+@@ -354,7 +354,7 @@ admindir_init(void)
+ {
        const char *basedir, *dpkg_basedir;
-       char *admindir;
  
 -      dpkg_basedir = getenv("DPKG_ADMINDIR");
 +      dpkg_basedir = getenv("RPM_ADMINDIR");


Reply via email to