From 59928b2a89d1825c1b8e8a8b05e55ce15b26d29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 17 Mar 2015 16:17:40 +0100 Subject: [PATCH] Update to upstream release v0.6 --- gcab.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gcab.spec b/gcab.spec index a60d4a2..14a2888 100644 --- a/gcab.spec +++ b/gcab.spec @@ -1,13 +1,12 @@ Name: gcab -Version: 0.4 -Release: 7%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: Cabinet file library and tool License: LGPLv2+ #VCS: git:git://git.gnome.org/gcab URL: http://ftp.gnome.org/pub/GNOME/sources/gcab Source0: http://ftp.gnome.org/pub/GNOME/sources/gcab/%{version}/%{name}-%{version}.tar.xz -Patch0001: 0001-Avoid-path-traversal.patch BuildRequires: intltool BuildRequires: vala-tools @@ -36,7 +35,6 @@ Libraries, includes, etc. to compile with the gcab library. %prep %setup -q -%patch0001 -p1 %build # --enable-fast-install is needed to fix libtool "cannot relink `gcab'" @@ -74,6 +72,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/pkgconfig/libgcab-1.0.pc %changelog +* Tue Mar 17 2015 Marc-André Lureau - 0.6-1 +- Update to upstream release v0.6 + * Tue Jan 06 2015 Marc-André Lureau - 0.4-7 - Avoid directory traversal CVE-2015-0552. rhbz#1179126