From 4515bd0b4152fde2d4827562c07bce79766eac3a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:26:14 +0000 Subject: import libXaw-1.0.13-4.el7 --- diff --git a/.gitignore b/.gitignore index 5c15575..fe17ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libXaw-1.0.12.tar.bz2 +SOURCES/libXaw-1.0.13.tar.bz2 diff --git a/.libXaw.metadata b/.libXaw.metadata index 28b772e..e55e792 100644 --- a/.libXaw.metadata +++ b/.libXaw.metadata @@ -1 +1 @@ -6919476379accaf21f2331004e5cfa7939a6786b SOURCES/libXaw-1.0.12.tar.bz2 +15f891fb88aae966b3064dcc1510790a0ebc75a0 SOURCES/libXaw-1.0.13.tar.bz2 diff --git a/SOURCES/libXaw-1.0.12-format-security.patch b/SOURCES/libXaw-1.0.12-format-security.patch deleted file mode 100644 index 510fe3b..0000000 --- a/SOURCES/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/SPECS/libXaw.spec b/SPECS/libXaw.spec index b175a98..5415cb6 100644 --- a/SPECS/libXaw.spec +++ b/SPECS/libXaw.spec @@ -2,16 +2,14 @@ Summary: X Athena Widget Set Name: libXaw -Version: 1.0.12 -Release: 5%{?dist} +Version: 1.0.13 +Release: 4%{?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,15 +31,14 @@ X.Org X11 libXaw development package %prep %setup -q -%patch0 -p1 - %build autoreconf -v --install --force export CFLAGS="$RPM_OPT_FLAGS -Os" %configure \ --docdir=%{_pkgdocdir} \ --disable-xaw8 --disable-static \ - --disable-xaw6 + --disable-xaw6 \ + --without-fop --without-xmlto make %{?_smp_mflags} %install @@ -82,6 +79,18 @@ rm -rf $RPM_BUILD_ROOT #{_pkgdocdir}/%{name}.txt %changelog +* Fri Mar 25 2016 Benjamin Tissoires 1.0.13-4 +- Force disable documentation generation + +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.0.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 01 2015 Adam Jackson 1.0.13-1 +- libXaw 1.0.13 + * Fri Apr 10 2015 Benjamin Tissoires 1.0.12-5 - Re-add missing changelog dropped in 1.0.12-4