Accepting request 289903 from home:Zaitor:branches:X11:XOrg
- Update to version 1.1.4: + Tell the compiler it's unlikely we're talking to an XFree86 3.x server. + Discard correct length for old-format replies in XF86VidModeGetGamma. + Remove fallback for _XEatDataWords, require libX11 1.6 for it. + Add XF86VidModeAddModeLine man page. + Fix a couple sign comparison warnings. + Require ANSI C89 pre-processor, drop pre-C89 token pasting support. + Enable parsing of C prototypes in the synopsis into prototype markup. + Eliminate use of .ta. OBS-URL: https://build.opensuse.org/request/show/289903 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXxf86vm?expand=0&rev=12
This commit is contained in:
parent
1b5c820a70
commit
037008f6f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8
|
|
||||||
size 284279
|
|
3
libXxf86vm-1.1.4.tar.bz2
Normal file
3
libXxf86vm-1.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57
|
||||||
|
size 295346
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 17:34:14 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.1.4:
|
||||||
|
+ Tell the compiler it's unlikely we're talking to an XFree86 3.x
|
||||||
|
server.
|
||||||
|
+ Discard correct length for old-format replies in
|
||||||
|
XF86VidModeGetGamma.
|
||||||
|
+ Remove fallback for _XEatDataWords, require libX11 1.6 for it.
|
||||||
|
+ Add XF86VidModeAddModeLine man page.
|
||||||
|
+ Fix a couple sign comparison warnings.
|
||||||
|
+ Require ANSI C89 pre-processor, drop pre-C89 token pasting
|
||||||
|
support.
|
||||||
|
+ Enable parsing of C prototypes in the synopsis into prototype
|
||||||
|
markup.
|
||||||
|
+ Eliminate use of .ta.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 1 20:07:42 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
Sat Jun 1 20:07:42 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXxf86vm
|
# spec file for package libXxf86vm
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXxf86vm
|
Name: libXxf86vm
|
||||||
%define lname libXxf86vm1
|
%define lname libXxf86vm1
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XFree86-VidMode X extension library
|
Summary: XFree86-VidMode X extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11) >= 1.6
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xextproto)
|
BuildRequires: pkgconfig(xextproto)
|
||||||
BuildRequires: pkgconfig(xf86vidmodeproto) >= 2.2.99.1
|
BuildRequires: pkgconfig(xf86vidmodeproto) >= 2.2.99.1
|
||||||
|
Loading…
Reference in New Issue
Block a user