diff --git a/libXaw-1.0.12.tar.bz2 b/libXaw-1.0.12.tar.bz2 deleted file mode 100644 index 133a0e9..0000000 --- a/libXaw-1.0.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96fc314874fce9979556321d1d6ee00b5baf32fb333b7278853b4983bc3cdbf6 -size 677147 diff --git a/libXaw-1.0.13.tar.bz2 b/libXaw-1.0.13.tar.bz2 new file mode 100644 index 0000000..514177f --- /dev/null +++ b/libXaw-1.0.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd +size 674140 diff --git a/libXaw.changes b/libXaw.changes index 870b81f..9fc0792 100644 --- a/libXaw.changes +++ b/libXaw.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 4 14:11:30 UTC 2015 - sndirsch@suse.com + +- Update to version 1.0.13 + * Fix build with gcc -Werror=format-security + * configure: Drop AM_MAINTAINER_MODE + * autogen.sh: Honor NOCONFIGURE=1 + * Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find + * Just use C89 size_t instead of rolling our own Size_t + * Use SEEK_* names instead of raw numbers for fseek whence argument + * Makefile: use AM_V_GEN and AM_V_at to implement automake silent rules + * Makefile: use $(LN_S) for better code portability + * Include + * Fix abs() usage. + ------------------------------------------------------------------- Thu Sep 12 17:50:17 UTC 2013 - zaitor@opensuse.org diff --git a/libXaw.spec b/libXaw.spec index 11485ed..c0ef625 100644 --- a/libXaw.spec +++ b/libXaw.spec @@ -1,7 +1,7 @@ # # spec file for package libXaw # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libXaw -Version: 1.0.12 +Version: 1.0.13 Release: 0 Summary: The X Athena Widget Set License: MIT @@ -27,6 +27,7 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXaw #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXaw/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig