From 7c5934a8a0efeee21412b2f113d377ffca0509959221ff127327072463a459ec Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Wed, 7 Oct 2015 11:25:46 +0000 Subject: [PATCH] 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 --- libzypp-15.19.1.tar.bz2 | 3 --- libzypp-15.19.2.tar.bz2 | 3 +++ libzypp.changes | 6 ++++++ libzypp.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 libzypp-15.19.1.tar.bz2 create mode 100644 libzypp-15.19.2.tar.bz2 diff --git a/libzypp-15.19.1.tar.bz2 b/libzypp-15.19.1.tar.bz2 deleted file mode 100644 index f274896..0000000 --- a/libzypp-15.19.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f61b0d6771225ddebfbd31c0234f2b6875af92f0ea638b4469f7c2d88460e5cf -size 4897154 diff --git a/libzypp-15.19.2.tar.bz2 b/libzypp-15.19.2.tar.bz2 new file mode 100644 index 0000000..eda3091 --- /dev/null +++ b/libzypp-15.19.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7268610847563e5a31eba155a09778fe3e843cfa990fe161678e651f1b105549 +size 4897207 diff --git a/libzypp.changes b/libzypp.changes index 50744c3..f1470a9 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 diff --git a/libzypp.spec b/libzypp.spec index 92e9dc3..93674cd 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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