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:
parent
261c323297
commit
33255246a2
@ -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
3
libzypp-15.19.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cff1b9ae1e9a07bf5272bb155ba5962ae1fd071c975f201ba7d34d4258c1d2ba
|
||||||
|
size 4898000
|
@ -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
|
Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
|
||||||
|
|
||||||
|
12
libzypp.spec
12
libzypp.spec
@ -19,7 +19,7 @@
|
|||||||
%define force_gcc_46 0
|
%define force_gcc_46 0
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 15.19.3
|
Version: 15.19.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: git://gitorious.org/opensuse/libzypp.git
|
Url: git://gitorious.org/opensuse/libzypp.git
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
@ -196,17 +196,13 @@ export CXX=g++-4.6
|
|||||||
%endif
|
%endif
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
unset TRANSLATION_SET
|
|
||||||
unset EXTRA_CMAKE_OPTIONS
|
unset EXTRA_CMAKE_OPTIONS
|
||||||
# Same codebase, but SLES may use it's own translation set.
|
# We are moving towards a uniform translation set for SLE and openSUSE.
|
||||||
# suse_version
|
# While separate SLE translations are still present, overlay them.
|
||||||
# 1110 SLES11
|
unset TRANSLATION_SET
|
||||||
# 1315-1319 SLES12
|
|
||||||
%if 0%{?suse_version} == 1110 || ( 0%{?suse_version} >= 1315 && 0%{?suse_version} <= 1319 )
|
|
||||||
if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
|
if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
|
||||||
export TRANSLATION_SET=sle-zypp
|
export TRANSLATION_SET=sle-zypp
|
||||||
fi
|
fi
|
||||||
%endif
|
|
||||||
# No libproxy on SLE11
|
# No libproxy on SLE11
|
||||||
%if 0%{?suse_version} == 1110
|
%if 0%{?suse_version} == 1110
|
||||||
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
|
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
|
||||||
|
Loading…
Reference in New Issue
Block a user