From: DongHun Kwak Date: Tue, 1 Nov 2016 02:07:43 +0000 (+0900) Subject: Imported Upstream version 15.19.7 X-Git-Tag: upstream/16.3.1~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F94690%2F1;p=platform%2Fupstream%2Flibzypp.git Imported Upstream version 15.19.7 Change-Id: I362142386dc93ad893c2a945cd2020a5e6d4c84d Signed-off-by: DongHun Kwak --- diff --git a/VERSION.cmake b/VERSION.cmake index 0fc74bf..c3e7b79 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -61,8 +61,8 @@ SET(LIBZYPP_MAJOR "15") SET(LIBZYPP_COMPATMINOR "19") SET(LIBZYPP_MINOR "19") -SET(LIBZYPP_PATCH "6") +SET(LIBZYPP_PATCH "7") # -# LAST RELEASED: 15.19.6 (19) +# LAST RELEASED: 15.19.7 (19) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #======= diff --git a/package/libzypp.changes b/package/libzypp.changes index ac497de..d53b9fc 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +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. diff --git a/po/createPot b/po/createPot index f8ef2a9..091618f 100755 --- a/po/createPot +++ b/po/createPot @@ -10,4 +10,4 @@ SRCFILES=`find examples tools zypp \ -o -name "*.cc" \ -o -name "*.cpp"` #calling xgettext with the sourcefiles -xgettext -L C++ --boost -s --no-wrap --add-comments --add-location --keyword=_ --keyword=_:1,2 --keyword=__ --keyword=N_ --foreign-user --copyright-holder="SuSE Linux GmbH, Nuernberg" --package-name=libzypp --default-domain=libzypp --output="$POTFILE" $SRCFILES +xgettext -L C++ --boost -s --no-wrap --add-comments --add-location --keyword=_ --keyword=_:1,2 --keyword=__ --keyword=N_ --keyword=PL_:1,2 --foreign-user --copyright-holder="SuSE Linux GmbH, Nuernberg" --package-name=libzypp --default-domain=libzypp --output="$POTFILE" $SRCFILES diff --git a/po/zypp-po.tar.bz2 b/po/zypp-po.tar.bz2 index 50a00e6..555a054 100644 Binary files a/po/zypp-po.tar.bz2 and b/po/zypp-po.tar.bz2 differ