libmodulemd/0001-Print-correct-version-in-pkgconfig-file.patch
Stephen Gallagher d6c944b503
Update to version 1.1.2
- Revert backwards-incompatible API change
- Fix version string in pkgconfig file

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-03-15 11:03:45 -04:00

31 lines
984 B
Diff

From ce05ec9663ff335ff6e1e2097921a04f0ac756e9 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Thu, 15 Mar 2018 11:01:30 -0400
Subject: [PATCH] Print correct version in pkgconfig file
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
modulemd/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modulemd/meson.build b/modulemd/meson.build
index 79f8f0cf6c80b52f6d0798d2a436d0f160cf2300..785b5e375d2804dc0033f6516797aef606111973 100644
--- a/modulemd/meson.build
+++ b/modulemd/meson.build
@@ -202,11 +202,11 @@ gnome.gtkdoc(
install : true)
pkg.generate(
libraries : modulemd_lib,
subdirs : header_path,
- version : '.'.join([libmodulemd_version_array[0], libmodulemd_version_array[1]]),
+ version : libmodulemd_version,
name : 'modulemd',
filebase : 'modulemd',
description : 'Module metadata manipulation library',
requires: [ 'glib-2.0', 'gobject-2.0' ],
)
--
2.14.3