diff --git a/.gitignore b/.gitignore index cc9a6e5..1db0dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ libXaw-1.0.7.tar.bz2 /libXaw-1.0.9.tar.bz2 /libXaw-1.0.11.tar.bz2 /libXaw-1.0.12.tar.bz2 +/libXaw-1.0.13.tar.bz2 diff --git a/libXaw-1.0.12-format-security.patch b/libXaw-1.0.12-format-security.patch deleted file mode 100644 index 510fe3b..0000000 --- a/libXaw-1.0.12-format-security.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur libXaw-1.0.12.orig/src/DisplayList.c libXaw-1.0.12/src/DisplayList.c ---- libXaw-1.0.12.orig/src/DisplayList.c 2013-09-08 05:57:54.000000000 +0200 -+++ libXaw-1.0.12/src/DisplayList.c 2014-04-16 18:08:03.440000000 +0200 -@@ -287,7 +287,7 @@ - } - if (fp) - { -- snprintf(cname, fp - fname + 1, fname); -+ snprintf(cname, fp - fname + 1, "%s", fname); - memmove(fname, fp + 1, strlen(fp)); - lc = cname[0] ? XawGetDisplayListClass(cname) : xlibc; - if (!lc) diff --git a/libXaw.spec b/libXaw.spec index a8305f3..9db5f0c 100644 --- a/libXaw.spec +++ b/libXaw.spec @@ -2,16 +2,14 @@ Summary: X Athena Widget Set Name: libXaw -Version: 1.0.12 -Release: 4%{?dist} +Version: 1.0.13 +Release: 1%{?dist} License: MIT URL: http://www.x.org Group: System Environment/Libraries Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -Patch0: libXaw-1.0.12-format-security.patch - BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt) BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext) @@ -33,8 +31,6 @@ X.Org X11 libXaw development package %prep %setup -q -%patch0 -p1 - %build autoreconf -v --install --force export CFLAGS="$RPM_OPT_FLAGS -Os" @@ -82,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT #{_pkgdocdir}/%{name}.txt %changelog +* Fri May 01 2015 Adam Jackson 1.0.13-1 +- libXaw 1.0.13 + * Sun Aug 17 2014 Fedora Release Engineering - 1.0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 1c38d9f..ef1c57d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7446f5fba888672aad068b29c0928ba3 libXaw-1.0.12.tar.bz2 +e5e06eb14a608b58746bdd1c0bd7b8e3 libXaw-1.0.13.tar.bz2