From 01c42d8d18139ac116c877a66e345835b2417e349986966c997f200b570a37ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 6 Jan 2020 18:06:24 +0000 Subject: [PATCH] Accepting request 761118 from GNOME:Next - Update to version 1.4: + New Features: - New GDateTime-based APIs. - Allow comping as meson subproject. + Bugfixes: - build-sys fixes. - MacOS/Windows build support. OBS-URL: https://build.opensuse.org/request/show/761118 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gcab?expand=0&rev=25 --- gcab-1.3.tar.xz | 3 --- gcab-1.4.tar.xz | 3 +++ gcab.changes | 11 +++++++++++ gcab.spec | 8 ++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 gcab-1.3.tar.xz create mode 100644 gcab-1.4.tar.xz diff --git a/gcab-1.3.tar.xz b/gcab-1.3.tar.xz deleted file mode 100644 index dde260c..0000000 --- a/gcab-1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10304cc8f6b550cf9f53fb3cebfb529c49394e982ef7e66e3fca9776c60a68e7 -size 77900 diff --git a/gcab-1.4.tar.xz b/gcab-1.4.tar.xz new file mode 100644 index 0000000..384b32d --- /dev/null +++ b/gcab-1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f +size 78240 diff --git a/gcab.changes b/gcab.changes index 1cfc2dc..ea84ca8 100644 --- a/gcab.changes +++ b/gcab.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 6 12:20:32 UTC 2020 - Bjørn Lie + +- Update to version 1.4: + + New Features: + - New GDateTime-based APIs. + - Allow comping as meson subproject. + + Bugfixes: + - build-sys fixes. + - MacOS/Windows build support. + ------------------------------------------------------------------- Tue Oct 8 08:24:13 UTC 2019 - Bjørn Lie diff --git a/gcab.spec b/gcab.spec index 04b23cc..3c1de47 100644 --- a/gcab.spec +++ b/gcab.spec @@ -1,7 +1,7 @@ # # spec file for package gcab # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ Name: gcab -Version: 1.3 +Version: 1.4 Release: 0 Summary: Cabinet file library and tool License: LGPL-2.1-or-later Group: Productivity/Archiving/Compression URL: https://gitlab.gnome.org/GNOME/gcab -Source0: https://download.gnome.org/sources/gcab/1.3/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gcab/%{version}/%{name}-%{version}.tar.xz BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig BuildRequires: vala >= 0.14 BuildRequires: zlib-devel -BuildRequires: pkgconfig(glib-2.0) >= 2.44.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.62.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.4 Recommends: %{name}-lang