Accepting request 786951 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/786951 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=425
This commit is contained in:
commit
e7000624f6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:344cd62889ccb210dc0e7118cb31cf550eb90855b1f5f47635d550869c21fb10
|
|
||||||
size 4757625
|
|
3
libzypp-17.23.2.tar.bz2
Normal file
3
libzypp-17.23.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f671f40f988492d7aa6129314d717266b241641bcd43ca896b9b143baf14d05d
|
||||||
|
size 4758699
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 20 12:28:18 CET 2020 - ma@suse.de
|
||||||
|
|
||||||
|
- RepoVariables: Add safe guard in case the caller does not own a
|
||||||
|
zypp instance.
|
||||||
|
- Enable c++17. Define libyzpp CXX_STANDARD in ZyppCommon.cmake.
|
||||||
|
- version 17.23.2 (22)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 2 19:53:51 CET 2020 - ma@suse.de
|
Mon Mar 2 19:53:51 CET 2020 - ma@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%bcond_without mediabackend_tests
|
%bcond_without mediabackend_tests
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.23.1
|
Version: 17.23.2
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/openSUSE/libzypp
|
URL: https://github.com/openSUSE/libzypp
|
||||||
Summary: Library for package, patch, pattern and product management
|
Summary: Library for package, patch, pattern and product management
|
||||||
@ -51,7 +51,7 @@ Recommends: logrotate
|
|||||||
# lsof is used for 'zypper ps':
|
# lsof is used for 'zypper ps':
|
||||||
Recommends: lsof
|
Recommends: lsof
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.1
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
@ -64,7 +64,7 @@ BuildRequires: boost-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: dejagnu
|
BuildRequires: dejagnu
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc-c++ >= 4.6
|
BuildRequires: gcc-c++ >= 7
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user