From 33255246a2ff651653e1a50c547107b7461294614c817ade316b216cb29a534d Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Mon, 26 Oct 2015 09:53:01 +0000 Subject: [PATCH] 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 --- libzypp-15.19.3.tar.bz2 | 3 --- libzypp-15.19.5.tar.bz2 | 3 +++ libzypp.changes | 13 +++++++++++++ libzypp.spec | 12 ++++-------- 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 libzypp-15.19.3.tar.bz2 create mode 100644 libzypp-15.19.5.tar.bz2 diff --git a/libzypp-15.19.3.tar.bz2 b/libzypp-15.19.3.tar.bz2 deleted file mode 100644 index 0e4d248..0000000 --- a/libzypp-15.19.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ac78afaf58c594aa8f6d50a8414336429ba002f498fb1f1c5360e297c795f53 -size 4896563 diff --git a/libzypp-15.19.5.tar.bz2 b/libzypp-15.19.5.tar.bz2 new file mode 100644 index 0000000..80e3f10 --- /dev/null +++ b/libzypp-15.19.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff1b9ae1e9a07bf5272bb155ba5962ae1fd071c975f201ba7d34d4258c1d2ba +size 4898000 diff --git a/libzypp.changes b/libzypp.changes index f713291..e3afc3b 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 diff --git a/libzypp.spec b/libzypp.spec index 2394864..014b86f 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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"