Accepting request 129429 from X11:XOrg

Update to version 1.4.0 (forwarded request 129144 from klausi123)

OBS-URL: https://build.opensuse.org/request/show/129429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXrandr?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2012-07-31 11:35:42 +00:00 committed by Git OBS Bridge
commit bb368040d9
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81
size 274401

3
libXrandr-1.4.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49cd7417f6bbf5eba11aecc77d854f173d171750595f11b28d37dad39c5fba77
size 22289

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 27 21:42:04 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.4.0:
+ Strip trailing whitespace
+ Fill in nameLen in XRROutputInfo
+ libXrandr: add support for provider objects.
-------------------------------------------------------------------
Wed Apr 11 15:39:12 UTC 2012 - vuntz@opensuse.org

View File

@ -18,7 +18,7 @@
Name: libXrandr
%define lname libXrandr2
Version: 1.3.2
Version: 1.4.0
Release: 0
Summary: X Resize, Rotate and Reflection extension library
License: MIT
@ -29,8 +29,11 @@ Url: http://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrandr/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(randrproto) >= 1.3
BuildRequires: pkgconfig(renderproto)
@ -71,6 +74,7 @@ in %lname.
%setup -q
%build
autoreconf -fi
%configure --disable-static
make %{?_smp_mflags}