Accepting request 289999 from X11:XOrg

- added baselibs.conf as source to specfile in order to make
  factory checkin policy happy ...

- 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/289999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXxf86vm?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-03-16 08:36:38 +00:00 committed by Git OBS Bridge
commit cc82a781ea
4 changed files with 30 additions and 6 deletions

View File

@ -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
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Mar 9 10:06:42 UTC 2015 - sndirsch@suse.com
- added baselibs.conf as source to specfile in order to make
factory checkin policy happy ...
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
# #
# spec file for package libXxf86vm # spec file for package libXxf86vm
# #
# 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 # 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
@ -28,11 +28,12 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXxf86vm #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXxf86vm
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXxf86vm/ #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXxf86vm/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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