libXaw 1.0.13
This commit is contained in:
parent
d21d8a4692
commit
9a2230b24e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
11
libXaw.spec
11
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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user