Update to 3.19.4

This commit is contained in:
Kalev Lember 2016-01-20 21:06:10 +01:00
parent f7e7bf9306
commit e66926be92
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/gcr-3.16.0.tar.xz /gcr-3.16.0.tar.xz
/gcr-3.17.4.tar.xz /gcr-3.17.4.tar.xz
/gcr-3.18.0.tar.xz /gcr-3.18.0.tar.xz
/gcr-3.19.4.tar.xz

View File

@ -3,14 +3,14 @@
%endif %endif
Name: gcr Name: gcr
Version: 3.18.0 Version: 3.19.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: A library for bits of crypto UI and parsing Summary: A library for bits of crypto UI and parsing
Group: Development/Libraries Group: Development/Libraries
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Projects/CryptoGlue URL: https://wiki.gnome.org/Projects/CryptoGlue
Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
@ -137,6 +137,9 @@ fi
%changelog %changelog
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
- Update to 3.19.4
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1 * Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
- Update to 3.18.0 - Update to 3.18.0

View File

@ -1 +1 @@
b959bac99e17c9bb0990a15c9be11aed gcr-3.18.0.tar.xz e22abe7a120bcd5aba67bff4228875be gcr-3.19.4.tar.xz