From 1b5c820a707229f5c7fdcaedfdb259f52c077046b3e76b193fa28ed2bd4b600e Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.com>
Date: Sun, 27 Apr 2014 22:07:30 +0000
Subject: [PATCH 1/3] Obsoletes: xorg-x11-proto-devel -> Provides:
 xorg-x11-proto-devel

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXxf86vm?expand=0&rev=11
---
 libXxf86vm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libXxf86vm.spec b/libXxf86vm.spec
index fc6866f..7ca5f6d 100644
--- a/libXxf86vm.spec
+++ b/libXxf86vm.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package libXxf86vm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

From 037008f6f528c5beaa602421c4c1e132ecade91c8f05f1254953e9eac1428884 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.com>
Date: Mon, 9 Mar 2015 10:02:56 +0000
Subject: [PATCH 2/3] 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
---
 libXxf86vm-1.1.3.tar.bz2 |  3 ---
 libXxf86vm-1.1.4.tar.bz2 |  3 +++
 libXxf86vm.changes       | 17 +++++++++++++++++
 libXxf86vm.spec          |  6 +++---
 4 files changed, 23 insertions(+), 6 deletions(-)
 delete mode 100644 libXxf86vm-1.1.3.tar.bz2
 create mode 100644 libXxf86vm-1.1.4.tar.bz2

diff --git a/libXxf86vm-1.1.3.tar.bz2 b/libXxf86vm-1.1.3.tar.bz2
deleted file mode 100644
index 203f666..0000000
--- a/libXxf86vm-1.1.3.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8
-size 284279
diff --git a/libXxf86vm-1.1.4.tar.bz2 b/libXxf86vm-1.1.4.tar.bz2
new file mode 100644
index 0000000..4f23d5f
--- /dev/null
+++ b/libXxf86vm-1.1.4.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57
+size 295346
diff --git a/libXxf86vm.changes b/libXxf86vm.changes
index 53c416b..c18fff5 100644
--- a/libXxf86vm.changes
+++ b/libXxf86vm.changes
@@ -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
 
diff --git a/libXxf86vm.spec b/libXxf86vm.spec
index 7ca5f6d..010dc34 100644
--- a/libXxf86vm.spec
+++ b/libXxf86vm.spec
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           libXxf86vm
 %define lname	libXxf86vm1
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        XFree86-VidMode X extension library
 License:        MIT
@@ -32,7 +32,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:	autoconf >= 2.60, automake, libtool
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(x11) >= 1.6
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xf86vidmodeproto) >= 2.2.99.1

From fd263eddf488263705d9e107a2ef4ea70c4d29bc41f9e8a9f5cafe495ef4acd8 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.com>
Date: Mon, 9 Mar 2015 10:08:08 +0000
Subject: [PATCH 3/3] - added baselibs.conf as source to specfile in order to
 make   factory checkin policy happy ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXxf86vm?expand=0&rev=13
---
 libXxf86vm.changes | 6 ++++++
 libXxf86vm.spec    | 1 +
 2 files changed, 7 insertions(+)

diff --git a/libXxf86vm.changes b/libXxf86vm.changes
index c18fff5..f8c9598 100644
--- a/libXxf86vm.changes
+++ b/libXxf86vm.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+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
 
diff --git a/libXxf86vm.spec b/libXxf86vm.spec
index 010dc34..389a7d0 100644
--- a/libXxf86vm.spec
+++ b/libXxf86vm.spec
@@ -28,6 +28,7 @@ Url:            http://xorg.freedesktop.org/
 #Git-Clone:	git://anongit.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
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:	autoconf >= 2.60, automake, libtool
 BuildRequires:  fdupes