Accepting request 346802 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/346802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=353
This commit is contained in:
Stephan Kulow 2015-12-13 08:35:43 +00:00 committed by Git OBS Bridge
commit 9c1030c4cf
4 changed files with 83 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.7.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
- createPot: Fix plural form detection (bsc#955053)
- version 15.19.7 (19)
-------------------------------------------------------------------
Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Nov 8 01:13:11 CET 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Fri Nov 6 11:08:46 CET 2015 - ma@suse.de
- Add testcase for uncached repo-variables.
- Fixed Japanese translations (bsc#949196)
- version 15.19.6 (19)
-------------------------------------------------------------------
Fri Nov 6 10:56:44 CET 2015 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Nov 5 01:15:12 CET 2015 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Nov 5 01:13:24 CET 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Tue Nov 3 10:52:01 CET 2015 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Tue Nov 3 10:51:43 CET 2015 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
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.7
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"