diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-10-01 12:14:10 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-11 17:48:03 +0300 |
commit | 6625393d805aa8790a6b9b50102ad158ebf0a093 (patch) | |
tree | c5f6eed45294f19e343d1ca5485d410f97739569 | |
parent | eab57121d92d3deb03cde80fc4f986ab4a19cf14 (diff) | |
download | librpm-tizen-6625393d805aa8790a6b9b50102ad158ebf0a093.tar.gz librpm-tizen-6625393d805aa8790a6b9b50102ad158ebf0a093.tar.bz2 librpm-tizen-6625393d805aa8790a6b9b50102ad158ebf0a093.zip |
packaging: Release, update changelogs
Change-Id: I6875afeedc9162507144be89cae6ba0fc95093ba
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | packaging/librpm-tizen.changes | 5 | ||||
-rw-r--r-- | packaging/librpm-tizen.spec | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a4150db6c..274e2b1d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +librpm-tizen (4.11.0.1.tizen20130618-tizen20131001) unstable; urgency=low + + * Ignore bad expressions in %if conditionals + * lua: Enable Lua + * lua: fall through failed lua scripts + + -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Tue, 01 Oct 2013 12:12:43 +0300 + librpm-tizen (4.11.0.1.tizen20130618-tizen20130821) unstable; urgency=low [ Zhang Qiang ] diff --git a/packaging/librpm-tizen.changes b/packaging/librpm-tizen.changes index fe9fe9c54..1aef111dc 100644 --- a/packaging/librpm-tizen.changes +++ b/packaging/librpm-tizen.changes @@ -1,3 +1,8 @@ +* Tue Oct 01 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 4.11.0.1.tizen20130618 +- lua: fall through failed lua scripts +- lua: Enable Lua +- Ignore bad expressions in %if conditionals + * Wed Aug 21 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 4.11.0.1.tizen20130618 - fix segmentation fault error while parsing spec - Bump the log level of "unexpanded script" msg diff --git a/packaging/librpm-tizen.spec b/packaging/librpm-tizen.spec index 926ad9c26..4d97932d3 100644 --- a/packaging/librpm-tizen.spec +++ b/packaging/librpm-tizen.spec @@ -60,7 +60,7 @@ Source1001: rpm.manifest Source0: rpm-%{version}.tar.gz AutoReqProv: No -Provides: rpm-tizen = %{version}-tizen20130821 +Provides: rpm-tizen = %{version}-tizen20131001 # # avoid bootstrapping problem %define _binary_payload w9.bzdio |