Accepting request 183932 from home:Zaitor:branches:X11:XOrg
Update to ver 1.0.6 OBS-URL: https://build.opensuse.org/request/show/183932 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xhost?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2870d19f3f4867ead5ba4e35bb73d1fa302be29d812c13e4195066c78d1f8850
|
||||
size 125820
|
3
xhost-1.0.6.tar.bz2
Normal file
3
xhost-1.0.6.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6f5b922df0a7be5d3ba43f525fa8e69c539c738418f013a0b7adaa423a89dc2
|
||||
size 133176
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 19:08:28 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.0.6:
|
||||
+ Fix const warning for FamilyLocalHost empty address string.
|
||||
+ Mark argument to nameserver_lost signal handler as unused.
|
||||
+ If SIGALRM isn't available, don't use alarm() to timeout
|
||||
gethostaddr(), just wait.
|
||||
+ Drop pre-POSIX signal handling support in favor of sigaction().
|
||||
+ Provide dummy sethostent(),endhostent() for Win32 also.
|
||||
+ Link with winsock for MinGW.
|
||||
+ Use Xwinsock.h on WIN32.
|
||||
+ Fix some integer sign/size conversion warnings flagged by
|
||||
clang.
|
||||
+ Convert sprintf to snprintf in SECURE_RPC code.
|
||||
+ Move dpy declaration from static to main() function.
|
||||
+ Assume signal handlers return void, as C89 requires.
|
||||
+ Remove unused TLI ("STREAMSCONN") code from xhost.
|
||||
+ Remove unused DECnet ("DNETCONN") code from xhost.
|
||||
- Add pkgconfig(xproto) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 14 22:16:30 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
12
xhost.spec
12
xhost.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xhost
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,19 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: xhost
|
||||
Version: 1.0.5
|
||||
Release: 1
|
||||
License: MIT
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: Utility to control X server access
|
||||
Url: http://xorg.freedesktop.org/
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xau)
|
||||
BuildRequires: pkgconfig(xmuu)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.22
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Reference in New Issue
Block a user