Update to last successful build
32636ecfc050deed7d9a2b7f304fff722e457985 changes 15.19.2 (19) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1276
This commit is contained in:
parent
f6c445d5c0
commit
7c5934a8a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f61b0d6771225ddebfbd31c0234f2b6875af92f0ea638b4469f7c2d88460e5cf
|
||||
size 4897154
|
3
libzypp-15.19.2.tar.bz2
Normal file
3
libzypp-15.19.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7268610847563e5a31eba155a09778fe3e843cfa990fe161678e651f1b105549
|
||||
size 4897207
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 13:11:48 CEST 2015 - ma@suse.de
|
||||
|
||||
- fix suse_version test (bsc#949046)
|
||||
- version 15.19.2 (19)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 11:06:24 CEST 2015 - ma@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define force_gcc_46 0
|
||||
|
||||
Name: libzypp
|
||||
Version: 15.19.1
|
||||
Version: 15.19.2
|
||||
Release: 0
|
||||
Url: git://gitorious.org/opensuse/libzypp.git
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
@ -201,8 +201,8 @@ unset EXTRA_CMAKE_OPTIONS
|
||||
# Same codebase, but SLES may use it's own translation set.
|
||||
# suse_version
|
||||
# 1110 SLES11
|
||||
# 1315 SLES12
|
||||
%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
|
||||
# 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
|
||||
export TRANSLATION_SET=sle-zypp
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user