libXaw 1.0.13

This commit is contained in:
Adam Jackson 2015-05-01 10:03:54 -04:00
parent d21d8a4692
commit 9a2230b24e
4 changed files with 7 additions and 19 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ libXaw-1.0.7.tar.bz2
/libXaw-1.0.9.tar.bz2 /libXaw-1.0.9.tar.bz2
/libXaw-1.0.11.tar.bz2 /libXaw-1.0.11.tar.bz2
/libXaw-1.0.12.tar.bz2 /libXaw-1.0.12.tar.bz2
/libXaw-1.0.13.tar.bz2

View File

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

View File

@ -2,16 +2,14 @@
Summary: X Athena Widget Set Summary: X Athena Widget Set
Name: libXaw Name: libXaw
Version: 1.0.12 Version: 1.0.13
Release: 4%{?dist} Release: 1%{?dist}
License: MIT License: MIT
URL: http://www.x.org URL: http://www.x.org
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 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: autoconf automake libtool
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt) BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext) BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
@ -33,8 +31,6 @@ X.Org X11 libXaw development package
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
autoreconf -v --install --force autoreconf -v --install --force
export CFLAGS="$RPM_OPT_FLAGS -Os" export CFLAGS="$RPM_OPT_FLAGS -Os"
@ -82,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
#{_pkgdocdir}/%{name}.txt #{_pkgdocdir}/%{name}.txt
%changelog %changelog
* Fri May 01 2015 Adam Jackson <ajax@redhat.com> 1.0.13-1
- libXaw 1.0.13
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.12-4 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
7446f5fba888672aad068b29c0928ba3 libXaw-1.0.12.tar.bz2 e5e06eb14a608b58746bdd1c0bd7b8e3 libXaw-1.0.13.tar.bz2