forked from pool/libzypp
Accepting request 586690 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/586690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=397
This commit is contained in:
commit
76af8880e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:086b1abedf3da1db2576b8d654251a4099b0ddd3f9a88c3921baf9582d698cdb
|
||||
size 4681032
|
3
libzypp-17.2.2.tar.bz2
Normal file
3
libzypp-17.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5239db641cb2ad5afc5bff3826d931b0dd57e77c57ff25b62e863ac641bfc868
|
||||
size 4689410
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
|
||||
|
||||
- Protect code against broken translations (bsc#1082711)
|
||||
- Fix broken translated format strings
|
||||
- Deprecate the use of asciidoc for new releases
|
||||
- version 17.2.2 (2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 11:22:02 CET 2018 - ma@suse.de
|
||||
|
||||
- PoolQuery::addDependency add overload to define an individual
|
||||
Match::Mode (bsc#1043166)
|
||||
- version 17.2.1 (2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 17:46:39 CET 2018 - bzeller@suse.de
|
||||
|
||||
- Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
|
||||
- Use gpgme instead of calling gpg2 binary directly
|
||||
- Fix leak in Digest.cc (bsc#1075978)
|
||||
- version 17.2.0 (2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
|
||||
|
||||
|
20
libzypp.spec
20
libzypp.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.1.3
|
||||
Version: 17.2.2
|
||||
Release: 0
|
||||
Url: git://gitorious.org/opensuse/libzypp.git
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
@ -54,6 +54,7 @@ BuildRequires: hal-devel
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: libboost_program_options-devel
|
||||
BuildRequires: libboost_test-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
@ -74,7 +75,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
%endif
|
||||
|
||||
BuildRequires: libsolv-devel >= 0.6.23
|
||||
BuildRequires: libsolv-devel >= 0.6.27
|
||||
%if 0%{?suse_version} >= 1100
|
||||
BuildRequires: libsolv-tools
|
||||
%requires_eq libsolv-tools
|
||||
@ -103,11 +104,9 @@ BuildRequires: librpm-devel > 4.4
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: gpg2
|
||||
Requires: gpg2
|
||||
BuildRequires: libgpgme-devel
|
||||
%else
|
||||
BuildRequires: gnupg2
|
||||
Requires: gnupg2
|
||||
BuildRequires: gpgme-devel
|
||||
%endif
|
||||
|
||||
%define min_curl_version 7.19.4
|
||||
@ -126,6 +125,14 @@ BuildRequires: libcurl-devel >= %{min_curl_version}
|
||||
Requires: libcurl >= %{min_curl_version}
|
||||
%endif
|
||||
|
||||
# required for documentation
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: rubygem(asciidoctor)
|
||||
%else
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: libxslt-tools
|
||||
%endif
|
||||
|
||||
%description
|
||||
Package, Patch, Pattern, and Product Management
|
||||
|
||||
@ -138,6 +145,7 @@ Obsoletes: yast2-packagemanager-devel
|
||||
Requires: libboost_headers-devel
|
||||
Requires: libboost_program_options-devel
|
||||
Requires: libboost_test-devel
|
||||
Requires: libboost_thread-devel
|
||||
%else
|
||||
Requires: boost-devel
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user