- 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 <unistd.h>
  * 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 <unistd.h>
  * Fix abs() usage.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXaw?expand=0&rev=16
This commit is contained in:
Stefan Dirsch 2015-05-04 14:14:16 +00:00 committed by Git OBS Bridge
parent 509da13105
commit fc484f3c83
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96fc314874fce9979556321d1d6ee00b5baf32fb333b7278853b4983bc3cdbf6
size 677147

3
libXaw-1.0.13.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd
size 674140

View File

@ -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 <unistd.h>
* 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 <unistd.h>
* Fix abs() usage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 12 17:50:17 UTC 2013 - zaitor@opensuse.org Thu Sep 12 17:50:17 UTC 2013 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libXaw # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libXaw Name: libXaw
Version: 1.0.12 Version: 1.0.13
Release: 0 Release: 0
Summary: The X Athena Widget Set Summary: The X Athena Widget Set
License: MIT License: MIT
@ -27,6 +27,7 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXaw #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXaw
#Git-Web: http://cgit.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 Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool #git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig