From e36014e991b4620ff7843d504cf87a211791f336a97d35e54bd0b408f4a75de8 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 4 Jun 2020 01:16:42 +0000 Subject: [PATCH] Accepting request 811184 from home:dimstar:Factory Update to 0.1.2 - please also forward to oS:F OBS-URL: https://build.opensuse.org/request/show/811184 OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=3 --- _service | 2 +- _servicedata | 2 +- libjcat-0.1.1.tar.xz | 3 --- libjcat-0.1.2.tar.xz | 3 +++ libjcat.changes | 13 +++++++++++++ libjcat.spec | 12 +++++++----- 6 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 libjcat-0.1.1.tar.xz create mode 100644 libjcat-0.1.2.tar.xz 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