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.3.tar.bz2 b/libzypp-15.19.3.tar.bz2 new file mode 100644 index 0000000..0e4d248 --- /dev/null +++ b/libzypp-15.19.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac78afaf58c594aa8f6d50a8414336429ba002f498fb1f1c5360e297c795f53 +size 4896563 diff --git a/libzypp.changes b/libzypp.changes index 50744c3..f713291 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 diff --git a/libzypp.spec b/libzypp.spec index 92e9dc3..2394864 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.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