Accepting request 305329 from X11:XOrg

- Update to version 1.1.5
  * Revert "Avoid shadowing variables."
  * If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
  * makestrs: use strchr() instead of index()
  * makestrs: Replace malloc()+strcpy() calls with strdup() calls
  * makestrs: Replace strcpy()+strcat() calls with snprintf() calls
  * makestrs: Use asprintf() if available
  * unifdef -UCRAY -UCRAY2
  * Use $(MKDIR_P) in Makefile.am for better code portability
  * Include direct.h header for _getdrives() on Win32
  * Include unistd.h for getpid()
  * asprintf needs _GNU_SOURCE on some platforms
  * Fix cross-compilation
  * Add missing comma to fix DEBUG build.
  * Use appropriate variable type for vsnprintf return value.
  * Mark non-returning function with appropriate attribute.
  * Ignore test-driver from automake-1.13.
  * Avoid shadowing variables.
  * Fix char vs. unsigned char warnings.
  * Use string.h instead of X11/Xos.h.
  * Fix _XtInherit on x86_64 Windows

OBS-URL: https://build.opensuse.org/request/show/305329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-05-06 05:48:14 +00:00 committed by Git OBS Bridge
commit f2b79b29b5
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57
size 762331

3
libXt-1.1.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46eeb6be780211fdd98c5109286618f6707712235fdd19df4ce1e6954f349f1a
size 771567

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 4 14:27:10 UTC 2015 - sndirsch@suse.com
- Update to version 1.1.5
* Revert "Avoid shadowing variables."
* If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
* makestrs: use strchr() instead of index()
* makestrs: Replace malloc()+strcpy() calls with strdup() calls
* makestrs: Replace strcpy()+strcat() calls with snprintf() calls
* makestrs: Use asprintf() if available
* unifdef -UCRAY -UCRAY2
* Use $(MKDIR_P) in Makefile.am for better code portability
* Include direct.h header for _getdrives() on Win32
* Include unistd.h for getpid()
* asprintf needs _GNU_SOURCE on some platforms
* Fix cross-compilation
* Add missing comma to fix DEBUG build.
* Use appropriate variable type for vsnprintf return value.
* Mark non-returning function with appropriate attribute.
* Ignore test-driver from automake-1.13.
* Avoid shadowing variables.
* Fix char vs. unsigned char warnings.
* Use string.h instead of X11/Xos.h.
* Fix _XtInherit on x86_64 Windows
-------------------------------------------------------------------
Sat Jun 1 19:56:49 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libXt
#
# Copyright (c) 2013 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
@ -18,7 +18,7 @@
Name: libXt
%define lname libXt6
Version: 1.1.4
Version: 1.1.5
Release: 0
Summary: X Toolkit Intrinsics library
License: MIT
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXt
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf >= 2.60