diff --git a/_service b/_service
index 4077a75..85d2c03 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/0.1.1
+ 0.1.2
*.tar
diff --git a/_servicedata b/_servicedata
index 77481cf..c581b07 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hughsie/libjcat.git
- 4a3c835c18f95f590e434538b761a78943c26cb1
\ No newline at end of file
+ 1a509ac60b7446254c3bd1f45ea53e6cffba30ac
\ No newline at end of file
diff --git a/libjcat-0.1.1.tar.xz b/libjcat-0.1.1.tar.xz
deleted file mode 100644
index 277bc5d..0000000
--- a/libjcat-0.1.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b6f2ee0b4baa44b1f02e6600fa55280904d7196c29ffb209f934e53ca3e6dddc
-size 52932
diff --git a/libjcat-0.1.2.tar.xz b/libjcat-0.1.2.tar.xz
new file mode 100644
index 0000000..e0c2ac5
--- /dev/null
+++ b/libjcat-0.1.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a130b10249a26d2b582c8d97d7147c7b5d0eb7b59966a4bae428e42bb0c82822
+size 52956
diff --git a/libjcat.changes b/libjcat.changes
index 2422067..e07605b 100644
--- a/libjcat.changes
+++ b/libjcat.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Wed Jun 03 15:43:21 UTC 2020 - dimstar@opensuse.org
+
+- Update to version 0.1.2:
+ * Lower the meson dep version
+ * build: Check for Python modules explicitly
+- Update Build dependencies: use pkgconfig(gobject-introspection-1.0)
+ instead of gobject-introspection plus
+ gobject-introspection-devel.
+- Be more explicit in the files list for the typelib: if the file
+ name changes, we want to see a failure to ensure the package name
+ changes too.
+
-------------------------------------------------------------------
Wed Apr 22 08:07:20 UTC 2020 - Gary Ching-Pang Lin
diff --git a/libjcat.spec b/libjcat.spec
index 34e2459..d53849f 100644
--- a/libjcat.spec
+++ b/libjcat.spec
@@ -19,7 +19,7 @@
%define sover 1
Name: libjcat
-Version: 0.1.1
+Version: 0.1.2
Release: 0
Summary: Library for reading and writing gzip-compressed JSON catalog files
License: LGPL-2.1-or-later
@@ -28,8 +28,6 @@ URL: https://github.com/hughsie/libjcat
Source: %{name}-%{version}.tar.xz
# for certtool
BuildRequires: gnutls
-BuildRequires: gobject-introspection
-BuildRequires: gobject-introspection-devel
BuildRequires: gpgme-devel
BuildRequires: gtk-doc
BuildRequires: help2man
@@ -39,6 +37,7 @@ BuildRequires: vala
BuildRequires: pkgconfig(gio-2.0) >= 2.45.8
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gnutls)
+BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
%description
@@ -52,7 +51,10 @@ Summary: Library for reading and writing gzip-compressed JSON catalog fil
Group: System/Libraries
%description -n %{name}%{sover}
-This package provides the shared library for %{name}.
+This library allows reading and writing gzip-compressed JSON
+catalog files, which can be used to store GPG, PKCS-7 and
+SHA-256 checksums for each file. This provides equivalent
+functionality to the catalog files supported in Microsoft Windows.
%package -n typelib-1_0-Jcat-1_0
Summary: Introspection bindings for %{name}
@@ -100,7 +102,7 @@ Files for development with %{name}.
%{_libdir}/%{name}.so.%{sover}*
%files -n typelib-1_0-Jcat-1_0
-%{_libdir}/girepository-1.0/*.typelib
+%{_libdir}/girepository-1.0/Jcat-1.0.typelib
%files -n jcat-tool
%doc NEWS README.md