SHA256
1
0
forked from pool/libjcat

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
This commit is contained in:
Gary Ching-Pang Lin 2020-06-04 01:16:42 +00:00 committed by Git OBS Bridge
parent def64842b7
commit e36014e991
6 changed files with 25 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/0.1.1</param>
<param name="revision">0.1.2</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/libjcat.git</param>
<param name="changesrevision">4a3c835c18f95f590e434538b761a78943c26cb1</param></service></servicedata>
<param name="changesrevision">1a509ac60b7446254c3bd1f45ea53e6cffba30ac</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6f2ee0b4baa44b1f02e6600fa55280904d7196c29ffb209f934e53ca3e6dddc
size 52932

3
libjcat-0.1.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a130b10249a26d2b582c8d97d7147c7b5d0eb7b59966a4bae428e42bb0c82822
size 52956

View File

@ -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 <glin@suse.com>

View File

@ -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