Hello community,

here is the log from the commit of package zypper for openSUSE:Leap:15.2 
checked in at 2020-03-27 16:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/zypper (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.zypper.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zypper"

Fri Mar 27 16:43:15 2020 rev:54 rq:787603 version:1.14.35

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/zypper/zypper.changes  2020-02-27 
06:41:40.341630729 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.zypper.new.3160/zypper.changes        
2020-03-27 16:43:25.735767815 +0100
@@ -1,0 +2,13 @@
+Fri Mar 20 12:31:18 CET 2020 - [email protected]
+- Tag 'retracted' patch status in info and list-patches (jsc#SLE-8770)
+- Tag 'R'etracted items in search tabes status columns (jsc#SLE-8770)
+- Relax 'Do not allow the abbreviation of cli arguments' in
+  legacy distibutions (bsc#1164543)
+- Correctly detect ambigous switch abbreviations (bsc#1165573)
+- zypper-aptitude: don't supplement zypper.
+  supplementing zypper means zypper-aptitude gets installed by
+  default and pulls in perl. Neither is desired on small systems.
+- BuildRequires:  libzypp-devel >= 17.23.2.
+- version 1.14.35
+
+-------------------------------------------------------------------

Old:
----
  zypper-1.14.34.tar.bz2

New:
----
  zypper-1.14.35.tar.bz2

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

Other differences:
------------------
++++++ zypper.spec ++++++
--- /var/tmp/diff_new_pack.7LOIDC/_old  2020-03-27 16:43:26.307768151 +0100
+++ /var/tmp/diff_new_pack.7LOIDC/_new  2020-03-27 16:43:26.311768154 +0100
@@ -23,11 +23,11 @@
 %else
 BuildRequires:  boost-devel >= 1.33.1
 %endif
-BuildRequires:  cmake >= 2.4.6
-BuildRequires:  gcc-c++ >= 4.7
+BuildRequires:  cmake >= 3.1
+BuildRequires:  gcc-c++ >= 7
 BuildRequires:  gettext-devel >= 0.15
 BuildRequires:  libxml2-devel
-BuildRequires:  libzypp-devel >= 17.16.1
+BuildRequires:  libzypp-devel >= 17.23.2
 BuildRequires:  readline-devel >= 5.1
 Requires:       procps
 %if 0%{?suse_version}
@@ -50,7 +50,7 @@
 Summary:        Command line software manager using libzypp
 License:        GPL-2.0-or-later
 Group:          System/Packages
-Version:        1.14.34
+Version:        1.14.35
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
@@ -95,9 +95,6 @@
 Group:          System/Packages
 Requires:       perl
 Requires:       zypper
-%if 0%{?suse_version}
-Supplements:    zypper
-%endif
 BuildArch:      noarch
 
 %description aptitude
@@ -130,7 +127,17 @@
 mkdir -p build
 cd build
 
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+CMAKE_FLAGS=
+
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} && 0%{?sle_version} <= 150100
+  # Fixed in 1.14.34: Do not allow the abbreviation of cli arguments 
(bsc#1164543)
+  # On SLE15/Leap 15.0 and 15.1 we will stay bug-compatible and accept the
+  # abbreviations in order not to break tools. In 15.2 they must be fixed.
+  CMAKE_FLAGS="$CMAKE_FLAGS -DLEGACY_ENABLE_LONGOPT_ABBREV=1"
+%endif
+
+cmake $CMAKE_FLAGS \
+      -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DSYSCONFDIR=%{_sysconfdir} \
       -DMANDIR=%{_mandir} \
       -DCMAKE_VERBOSE_MAKEFILE=TRUE \

++++++ zypper-1.14.34.tar.bz2 -> zypper-1.14.35.tar.bz2 ++++++
/work/SRC/openSUSE:Leap:15.2/zypper/zypper-1.14.34.tar.bz2 
/work/SRC/openSUSE:Leap:15.2/.zypper.new.3160/zypper-1.14.35.tar.bz2 differ: 
char 11, line 1


Reply via email to