Accepting request 340390 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/340390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=352
This commit is contained in:
Dominique Leuenberger 2015-10-28 16:18:48 +00:00 committed by Git OBS Bridge
commit b543a081c4
4 changed files with 38 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
- make Solvable::asUserString more readable (bnc#949957)
- version 15.19.3 (19)
-------------------------------------------------------------------
Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Oct 8 01:14:43 CEST 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 15.19.1
Version: 15.19.3
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