diff --git a/_service b/_service deleted file mode 100644 index 182b045..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - https://github.com/hughsie/libjcat.git - git - @PARENT_TAG@+@TAG_OFFSET@ - (.*)\+0 - \1 - enable - 0.1.3 - - - *.tar - xz - - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index 00d4b2a..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/hughsie/libjcat.git - 3c120a9132a36b100366cfe3d658ae31e6f4b7e9 \ No newline at end of file diff --git a/libjcat-0.1.3.tar.xz b/libjcat-0.1.3.tar.xz deleted file mode 100644 index d029d4e..0000000 --- a/libjcat-0.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59f27353fbadc2864eb843193d19d40ee4431e083aba180dc2b2d0314f52fb60 -size 53724 diff --git a/libjcat-0.1.8.tar.gz b/libjcat-0.1.8.tar.gz new file mode 100644 index 0000000..c226b77 --- /dev/null +++ b/libjcat-0.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedb6e508120ace7cfc2c03f2972e8a422f0e0b01ee00654a093ea3b7e2e35d1 +size 64828 diff --git a/libjcat.changes b/libjcat.changes index 2613160..2b52fe0 100644 --- a/libjcat.changes +++ b/libjcat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Nov 13 11:57:00 UTC 2021 - Dirk Müller + +- update to 0.1.8: + * Fix a warning when used in a subproject + * Fix compilation on FreeBSD + * Do not use help2man to build manual pages + * Fall back to the AliasId for validation + * Fix jcat_context_verify_blob() to use self verify for checksums + * Allow verifying expired certificates with an additional argument + * Allow compiling json-glib as a subproject + * Export the old JCatEngine property to preserve internal ABI + * Do not fail verification if compiled without an engine + ------------------------------------------------------------------- Thu Jul 30 15:30:18 UTC 2020 - dimstar@opensuse.org diff --git a/libjcat.spec b/libjcat.spec index 562c256..2e4aefb 100644 --- a/libjcat.spec +++ b/libjcat.spec @@ -1,7 +1,7 @@ # # spec file for package libjcat # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define sover 1 Name: libjcat -Version: 0.1.3 +Version: 0.1.8 Release: 0 Summary: Library for reading and writing gzip-compressed JSON catalog files License: LGPL-2.1-or-later Group: System/Libraries URL: https://github.com/hughsie/libjcat -Source: %{name}-%{version}.tar.xz +Source: https://github.com/hughsie/libjcat/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz # for certtool BuildRequires: gnutls BuildRequires: gpgme-devel