Update to last successful build

d107db1331a1837f015aacd792cf8eb231568a16 changes 15.19.5 (19)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1282
This commit is contained in:
ZYpp Developers 2015-10-26 09:53:01 +00:00 committed by Git OBS Bridge
parent 261c323297
commit 33255246a2
4 changed files with 20 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ac78afaf58c594aa8f6d50a8414336429ba002f498fb1f1c5360e297c795f53
size 4896563

3
libzypp-15.19.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cff1b9ae1e9a07bf5272bb155ba5962ae1fd071c975f201ba7d34d4258c1d2ba
size 4898000

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
- Fix broken product: <-> -release package relation (bnc#951782)
- version 15.19.5 (19)
-------------------------------------------------------------------
Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
- Use a uniform translation set for SLE and openSUSE (bnc#948924)
- fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
- version 15.19.4 (19)
-------------------------------------------------------------------
Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 15.19.3
Version: 15.19.5
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
@ -196,17 +196,13 @@ export CXX=g++-4.6
%endif
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
unset TRANSLATION_SET
unset EXTRA_CMAKE_OPTIONS
# Same codebase, but SLES may use it's own translation set.
# suse_version
# 1110 SLES11
# 1315-1319 SLES12
%if 0%{?suse_version} == 1110 || ( 0%{?suse_version} >= 1315 && 0%{?suse_version} <= 1319 )
# We are moving towards a uniform translation set for SLE and openSUSE.
# While separate SLE translations are still present, overlay them.
unset TRANSLATION_SET
if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
export TRANSLATION_SET=sle-zypp
fi
%endif
# No libproxy on SLE11
%if 0%{?suse_version} == 1110
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"