Accepting request 113241 from home:vuntz:branches:X11:XOrg
Update to 1.0.7 OBS-URL: https://build.opensuse.org/request/show/113241 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXau?expand=0&rev=4
This commit is contained in:
parent
fb9876792d
commit
832116beaf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee84415ffedcc1c0d39b3a39c35d0596c89907bba93d22bf85e24d21f90170fc
|
|
||||||
size 261501
|
|
3
libXau-1.0.7.tar.bz2
Normal file
3
libXau-1.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7153ba503e2362d552612d9dc2e7d7ad3106d5055e310a26ecf28addf471a489
|
||||||
|
size 274681
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 15:16:20 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.7:
|
||||||
|
+ Improve the handling of "normal" locking collisions
|
||||||
|
+ Documentation cleanups
|
||||||
|
+ Build configuration improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 11 18:29:50 UTC 2012 - jengelh@medozas.de
|
Sat Feb 11 18:29:50 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
11
libXau.spec
11
libXau.spec
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libXau
|
Name: libXau
|
||||||
%define lname libXau6
|
%define lname libXau6
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X11 authorization protocol library
|
Summary: X11 authorization protocol library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,11 +27,13 @@ Url: http://xorg.freedesktop.org/
|
|||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXau
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXau
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXau/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXau/
|
||||||
Source: %name-%version.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake
|
#git#BuildRequires: autoconf >= 2.60, automake
|
||||||
BuildRequires: fdupes libtool
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.4
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user