summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-02-28 12:27:13 +0000
committerRichard Hughes <richard@hughsie.com>2019-02-28 12:27:13 +0000
commita8598744d2c41329cc803ae5a91fdc0e7aa1c16d (patch)
tree91bc0cefb2c9a3a78156348821739b88050f21b2
parent0ab28ff96b74eb72ffe3c3a53026aee82cf31782 (diff)
downloadappstream-glib-a8598744d2c41329cc803ae5a91fdc0e7aa1c16d.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE6
-rw-r--r--contrib/libappstream-glib.spec.in1
-rw-r--r--meson.build2
3 files changed, 5 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index e3cdad8..65bf072 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ Appstream-Glib Release Notes
git shortlog appstream_glib_0_7_14.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.7.15
+Version 0.7.16
~~~~~~~~~~~~~~
Released: 2019-xx-xx
@@ -30,8 +30,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.7.15"
-git tag -s -f -m "Release 0.7.15" appstream_glib_0_7_15
+git commit -a -m "Release version 0.7.16"
+git tag -s -f -m "Release 0.7.16" appstream_glib_0_7_16
<gpg password>
git push --tags
git push
diff --git a/contrib/libappstream-glib.spec.in b/contrib/libappstream-glib.spec.in
index a152064..0469336 100644
--- a/contrib/libappstream-glib.spec.in
+++ b/contrib/libappstream-glib.spec.in
@@ -23,6 +23,7 @@ BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
BuildRequires: gtk3-devel
BuildRequires: gettext
BuildRequires: libuuid-devel
+BuildRequires: libyaml-devel
BuildRequires: libstemmer-devel
BuildRequires: json-glib-devel >= %{json_glib_version}
BuildRequires: meson
diff --git a/meson.build b/meson.build
index 0c7e6de..a2eff10 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('appstream-glib', 'c',
- version : '0.7.15',
+ version : '0.7.16',
license : 'LGPL-2.1+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.37.0'